- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 04:22 PM
There is a drop down on the catalog form woth two values ( A , B)
if A is selected , some of the fields on the form should be populated . We have some list collectors on the form ,that need to be populated with more than one value ; how can I achieve this.
And even if one value neeeds to be added , this code doesn't work: ( the type of salesforce_role is a list collector)
g_form.setValue('salesforce_role', 'Client Services');
and there are some checkboxes on the form that need to be checked if A id selected.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 04:24 PM
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2018 09:02 PM
For list collector, its kinda complicated.
Try this out.
https://www.servicenowguru.com/scripting/client-scripts-scripting/move-list-collector-options/