Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What is the simplest way to automatically add a specific user to the watchlist for specific company?

JR42
Giga Guru

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!

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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!

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

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!

Hi! I tried to do this by looking at a field on the HR Profile. Whenever I click save, it cancels out my selection. Any idea why?