- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 09:09 AM
Good evening.
How to allow snc_internal users who are on a ticket Watchlists to comment on Additional comments in Service Portal? Which Role should I give them? ITIL ?
These users do not have any other role, apart from snc_internal.
I am not sure. Please tell. Screenshot below.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 11:29 PM
Resolved: Instead of giving ITIL role to snc_internal users (as this will have a financial impact), therefore I resolved the issue with ACLs.
Got the solution with the below link:
Solved: How to allow users on watch list to post additiona... - Page 3 - ServiceNow Community
Just add snc_internal role to all my 4 custom ACLs and remaining was the same from above link.
First you need to give Read access and then Write access at table level and Field level. (Screenshot attached below)
1) table.None (Read operation) - Just added snc_internal role and no conditions.
2) table.None (Write operation) - Just added snc_internal role and 1 watchlist and 2 state field conditions.
3) table.Additonal comments (Read operation) - Just added snc_internal role and 1 watchlist field condition.
4) table.Additonal comments (Write operation) - Just added snc_internal role and 1 watchlist field condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 11:34 PM
I believe I mentioned the same to you to use ACLs for those fields READ and WRITE.
I could see you marked your own response as correct.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 09:50 AM - edited ‎02-05-2025 09:55 AM
Hi @AbdurRahmanSnow,
A little guidance on "interactions" with records. You'll sometimes hear the phrase of "Request and Fulfiller model". This essentially refers to who can, and importantly who is licensed to, "write" on records.
Typically, the "Requester" or the person creating the record regardless of any role can create a record and add comments to that record through it's lifecycle.
The "Fulfiller" aspect refers to who can edit, update and add further comments once a record is created. Typically, this is where the license comes in and whether the update/comment added is to manage or fulfil the record and if it's by the same person who created the record.
The next factor is the module you're using... for example, CSM (Customer Service Management) vs the Incident module may also come into play as to who requires a license in order to add comments and importantly if they work inside your org or if they are customers (people outside your org) related to the person who raised the ticket.
As you can see, it starts to get a little 'involved', but it's something to note when you change some of these ACL's.
I can see from your screen shot it looks like this is for a custom table (Please confirm) - this could also come into play.
Essentially, the point I'm trying to relay is make sure you've checked with your sys admin and/or SN account manager to make sure your in the bounds of the licensing.
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.


Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 11:31 PM
Thank you so much for this valuable suggestion. It helped me out with ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 09:12 AM
field level READ WRITE for that field should be satisfying.
Check the correct ACL and add snc_internal role to it
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 06:55 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 09:33 PM
Hi Ankur. Thank you for the information.
Will you please tell how to implement these ACLs on Generic table?
I already tried using the below link but it is not working.
Solved: How to allow users on watch list to post additiona... - Page 3 - ServiceNow Community
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 11:29 PM
Resolved: Instead of giving ITIL role to snc_internal users (as this will have a financial impact), therefore I resolved the issue with ACLs.
Got the solution with the below link:
Solved: How to allow users on watch list to post additiona... - Page 3 - ServiceNow Community
Just add snc_internal role to all my 4 custom ACLs and remaining was the same from above link.
First you need to give Read access and then Write access at table level and Field level. (Screenshot attached below)
1) table.None (Read operation) - Just added snc_internal role and no conditions.
2) table.None (Write operation) - Just added snc_internal role and 1 watchlist and 2 state field conditions.
3) table.Additonal comments (Read operation) - Just added snc_internal role and 1 watchlist field condition.
4) table.Additonal comments (Write operation) - Just added snc_internal role and 1 watchlist field condition.