Lists JavaScript

176 views
Skip to first unread message

freal...@gmail.com

unread,
Dec 2, 2015, 8:08:43 AM12/2/15
to Fujitsu RunMyProcess Developer Community
Hi Team.
I have some lists created inside my web interface.
I have something like this:

var mylist =id_supplier.getSelectedLabel();
var temp = new Array();
var a = new RMP_List();
if( mylist== "XPTO")
{
temp.push({"label":"Software","value":"software"});
a.fromArray(temp);
RMPApplication.setList("array.vb_list",a);
}


I want to know, if there if is it possible to do this in one collection and if it works fine too, or the unique way is how I created, with JavaScript.

Reply all
Reply to author
Forward
0 new messages