
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 11:25 AM
Hello. I have a requirement to add a specific user to the watchlist on every new Incident created for a specific company.
I am looking for a simple solution that will automatically add the user to the watchlist, but not replace any existing users.
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 11:35 AM - edited 03-02-2023 11:36 AM
Hi, you could create a no code business rule.
Insert = True
When to run
So if company = <company>
Action
Set Field values - Watch list = <User>
Please mark as helpful or if its resolved the issue correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 11:35 AM - edited 03-02-2023 11:36 AM
Hi, you could create a no code business rule.
Insert = True
When to run
So if company = <company>
Action
Set Field values - Watch list = <User>
Please mark as helpful or if its resolved the issue correct!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2023 03:42 PM