Change selected value in Custom List

257 views
Skip to first unread message

hira...@gmail.com

unread,
Mar 27, 2016, 5:40:21 PM3/27/16
to Fujitsu RunMyProcess Developer Community
In an array, I have custom list column and need to change selected value from JavaScript.

How do you change value in the custom list in array widget?

I could successfully change active/inactive status with following.
id_quote_table.id_unit_price[P_index].setActive(false);


so I was expecting this working but no luck.
id_quote_table.id_tax[P_index].setValue("T");

Pankaj Kumar

unread,
Mar 27, 2016, 8:36:17 PM3/27/16
to Fujitsu RunMyProcess Developer Community
Hi,

Please try below code:-

id_quote_table.id_tax[P_index].setSelectedLabel("label_to_be_select");

or

id_quote_table.id_tax[P_index].setSelectedValue("value_to_be_select");

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support


--
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/d19e0d41-871f-42a4-943e-03f0947664ee%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

hira...@gmail.com

unread,
Mar 27, 2016, 10:30:37 PM3/27/16
to Fujitsu RunMyProcess Developer Community
Thanks!
It worked!
Reply all
Reply to author
Forward
0 new messages