how to set list collector readonly on RITM form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 02:41 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 02:44 AM
you can create catalog ui policy and checked the check box "Apply on requested item" as true.
then select your list collector variable in your ui policy action and set read only as true
doc link for further details.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 02:46 AM
Create a catalog UI Policy , to make the field read only and check Applies on Requested Items.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2019 02:50 AM
Hi,
create a new client script and use the following code:
g_form.setVariablesReadOnly(true);
If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2023 01:49 PM
I am able to make it as read only (greyed out in right slushbucket) thru client script onLoad but as soon as user click on Right to Left arrow sign (in yellow) it is no more read only and is able to remove items from right slushbucket.
Please help.
Thanks
Anupam