I want to set values of checkbox widget dynamically. I am using the below script but not able to set it.
Checkbox Type is - Variable Based.
// Script ---------------------------------------------------------
var myArray=["Sagar", "Sachin"];
var current_setup =[];
for( var i=0; i<myArray.length; i++)
{
current_setup.push({"name":myArray[i],"ref":myArray[i]});
}
var a = new RMP_List();
a.fromArray(current_setup);
RMPApplication.setList("vb_myList",a);
-------------------------------------------------------------------
Let me know what is wrong in the script.
Regards,
Sagar
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/dab0be0f-b2cb-4384-9447-29de5e402d98%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/dab0be0f-b2cb-4384-9447-29de5e402d98%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CADHrCayBtXdVqKxaJ5YW%3DZ8ZatZUUSvVWpr1f-g0j17kQaurPw%40mail.gmail.com.
Thanks for the answer. You can mark it as a Answered. Issue has been solved.
Regards,
Sagar