- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 11:40 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 11:52 PM
Hi,
Try the below.
<g:macro_invoke macro= "lightweight_glide_list" id="myID" name="myID" control_name="myCollector" reference="sys_user" can_write="true" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 11:52 PM
Hi,
Try the below.
<g:macro_invoke macro= "lightweight_glide_list" id="myID" name="myID" control_name="myCollector" reference="sys_user" can_write="true" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 06:01 AM
Thank you Kannan for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2018 11:16 PM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 10:38 PM
Hi Rashmi,
Are you trying to move the list collector values to some other field on the form?