custom list save

405 views
Skip to first unread message

g.gatibel...@gmail.com

unread,
Mar 7, 2016, 10:58:38 AM3/7/16
to Fujitsu RunMyProcess Developer Community
hi

i have probleme with my custom list update process.

i try to make custom list editable for my user but i can't achieve to make that the list change save. i already try through connector or freemarker but nothing append.
my process work not error with both the solution and the process itself keep the updated custom list but not if i relaunch the page.

i used the connector : modify custom list.
and the freemarker : ${save_custom_list("id_list",mylist_json_FM)}

is that possible to do it without using a collection for a list of 4 label/value ( so i don't have worthless collection).

thanks

regard

Pankaj Kumar

unread,
Mar 8, 2016, 2:34:00 AM3/8/16
to Fujitsu RunMyProcess Developer Community
Hi,

"save_custom_list" method update the custom list and return new list. Are you getting any error while executing method.

If a custom list is 
[{"value":"aa","label":"aa"},{"value":"bb","label":"bb"},{"value":"cc","label":"cc"}]

and List id is:- afb18a10-####-####-####-123139225512

method:- 
${save_custom_list("afb18a10-####-####-####-123139225512",'[{"value":"aa","label":"aa"},{"value":"bb","label":"bb"},{"value":"cc","label":"cc"},{"value":"dd","label":"dd"},{"value":"ee","label":"ee"}]')}

return newly saved list which is:-
[{"value":"aa","label":"aa"},{"value":"bb","label":"bb"},{"value":"cc","label":"cc"},{"value":"dd","label":"dd"},{"value":"ee","label":"ee"}]

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/9c60efee-5c39-4562-b0fd-fa388eb762d0%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

g.gatibel...@gmail.com

unread,
Mar 8, 2016, 3:00:58 AM3/8/16
to Fujitsu RunMyProcess Developer Community
problem solved itself, thanks you

regard

gary

Reply all
Reply to author
Forward
0 new messages