
Vijaykumar2
Mega Expert
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 11-16-2021 04:08 AM
Record Producer - The article will help to Map Multiple users to Watch List field:
Steps :
1. Create a list collector type variable on the Record Producer form.
2. Write the below script in the record producer script :
current.watch_list = current.watch_list+','+producer.(Name of the list collector variable);
3. Select a required users :
Result :
The selected users are added in the incident form watch_list :
Mark it helpful, If you feel good information.
Thanks,
Vijaykumar
Labels:
- 2,652 Views
Comments
Kaniel Battles
Tera Contributor
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
12-10-2021
10:23 AM
Any idea why this would not work in the service portal or only return the user in the list?
Renuka7
Giga Explorer
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
12-31-2021
09:44 AM
Very helpful, Thanks Vijay

Vijaykumar2
Mega Expert
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-12-2022
03:57 AM
This is working for the portal as well.

Vijaykumar2
Mega Expert
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
01-12-2022
03:57 AM
Thanks, Renuka.