Email Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
In ServiceNow Zurich version, ServiceNow ticket, we can add people to the watchlist so they get notified by email for any update on the service ticket. The issue we are having is people on watchlist can't reply to tickets - what is out of the box ServiceNow? can we update so they can reply? Appreciate your assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @DP1970
Who can reply OOB
The Caller
Users with appropriate roles (itil)
Users who have read/write access to the record via ACLs
In some configurations, the “Requested For” user
Try adding following acl to Watch List users:
1) Have read access to the table "sc_req_item"
2) create or edit a Write ACL on sc_req_item for the comments field.
Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
50m ago
My thoughts
-> are you saying they are able to reply but nothing is updating on RITM?
-> did you check if that watch list user is having WRITE access to RITM record?
-> When user replies via email and inbound action runs, it checks the Access
See this OOTB Inbound action on RITM table checks write access on line 3
Try to update the Table.None WRITE ACL and then verify by asking watch list user to reply to email
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
45m ago
@DP1970
Try this code on Requested Item:
