List Collector function in UI Page using Jelly

rajalakshmi12
Mega Expert

Hi All,

Can anyone help me on the below query of mine !

I would like to create a variable of type List collector in Jelly (To select Multiple choices in a single field). Could you please help me with the options to do so if any?

Thanks & Regards,

Raji.

1 ACCEPTED SOLUTION

Kannan Nadar
Tera Guru

Hi,



Try the below.



<g:macro_invoke macro= "lightweight_glide_list" id="myID" name="myID" control_name="myCollector" reference="sys_user" can_write="true" />




View solution in original post

4 REPLIES 4

Kannan Nadar
Tera Guru

Hi,



Try the below.



<g:macro_invoke macro= "lightweight_glide_list" id="myID" name="myID" control_name="myCollector" reference="sys_user" can_write="true" />




Thank you Kannan for your help!


Hi Kannan,



I ma getting the list collector on my ui page but when I click on the reference icon, values are not captured in the list collector. Please guide....


Hi Rashmi,



Are you trying to move the list collector values to some other field on the form?