I have two lists. One of list in header and another in one array.
What I want?
For example, when I select the first field of list I want the in the list that is in array, appear just some of fields of list. Somebody can help me?
--
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 http://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/c8812ff7-489f-4574-be7b-fb06dec31602%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
Yes, is more or less this, but I don't understand how I can do this. I want something more simple, without create a collection. Can you help me?
--
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 http://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/2bf48dfd-a1e5-4a41-89e0-ee692dd11c33%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
I try do this:
if( mylist== "Mbit")
{
temp.push({"label":"Hardware","value":"hardware"});
a.fromArray(temp);
RMPApplication.setList("array_po.vb_list",a);
}
if( mylist== "Optimized")
{
temp.push({"label":"Outsourcing","value":"outsourcing"});
a.fromArray(temp);
RMPApplication.setList("array_po.vb_list",a);
}
if( mylist== "ITSector")
{
temp.push({"label":"Licenciamento","value":"licenciamento"});
a.fromArray(temp);
RMPApplication.setList("array_po.vb_list",a);
}
else
{
temp.push({"label":"","value":""});
a.fromArray(temp);
RMPApplication.setList("array_po.vb_list",a);
}
But appear white lines in some options. Can you help me to optimize this?
Fujitsu RunMyProcess Support
Hello,
This community is an interactive exchange platform held by the RMP teams, with active involvement from some customers. It could not, in any way, substitute for RMP service "SUPPORT" which representes a separate activity.
Also, I suggest you to contact your RMP account manager who will suggest you a suitable support model according to your needs.
Best regards
Gilles PELIZZO
Global Delivery Manager