How to enable watchlist users in service portal to update the comments in incidents/Requests
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
How to enable the watchlist users (even not having any roles) in service portal to update the comments in incidents/requests
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
42m ago
Hi @sajampan
Step1 : Create/Update Field-Level Write ACLs
- Go to System Security > Access Control (ACL) in your ServiceNow instance.
- Search for and open the Write ACL for the Additional comments field on the Incident table (incident.comments) and Request Item table (sc_req_item.comments).
- Add the snc_internal role to the Requires role list so that portal users pass validation.
- Under the Condition section, set the condition to verify the user is on the Watchlist: Watch list contains javascript:gs.getUserID().
Step 2: Grant Table-Level Write Access (If Necessary)
If the users still cannot submit comments after step 1, you may also need to grant them table-level write access:
- Create a Write ACL on the incident and sc_req_item tables.
- Add the snc_internal role and set a condition so it only applies if the user is a Watchlist member: Watch list contains javascript:gs.getUserID()
Note:
- Ensure your Read ACLs for the incident and sc_req_item tables also allow access for users with the snc_internal role when their names are on the Watchlist.
- Modify the List Filter on Service Portal widgets (like "My Open Incidents") to include watch-listed tickets
KB0760364 How to add "My Watch List" incidents on home page of service portal
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti