
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 11:39 PM
Hello Everyone,
I have a requirement whenever i select a category of "Network" in incident table i must auto-populate 2 users name like user#1 , user#2 in watch list
Please help me out how to achieve this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 12:19 AM
Hi Abdul, IN client script use
var a = "sys_idof user1" + ","+ "sys_id of user 2";
g_form.setValue("watch_list", a)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 07:02 AM
I've gone ahead and changed this from a discussion to a question. You should now be able to mark a reply as correct.
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 12:45 AM
you can have before update Business rule when when Category is Network.
gliderecord to sys_user table and the add the user name to watch list else mention the name of users for the specific category.