Notification to be triggered if requested by or requested for updates the additional comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2022 11:58 PM
Hi,
I am trying to configure a notification where notification should trigger if the requested by and requested for are adding comments on sc_task otherwise comment should not get triggered.
How can I use this condition in my existing notification?? Kindly help.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 12:04 AM
Hi,
why not add the condition as this by dot walking the field which refers to user table
I assume requested_for you are referring is from REQ Table
Updated by [SAME AS] Request Item.Request.Requested For.UserID
OR
Updated by [SAME AS] Requested By.UserID
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-19-2022 01:03 AM
Hi
I was doing like this... but dot walking is getting disappered after saving. Hence, not working. Any other solution?