Users with snc_internal role are not able to open request type tickets which were created for them
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 09:57 AM
Hi,
Users with snc_internal role are not able to open request type tickets which were created for them.
they are getting "Security constraints prevents the display of this record".
But they are able to open incident and bpo tickets.
I found one ACL which was created to allow users to open their request tickets which were created for them, but still users are getting the same error.
Please help me to resolve this issue.
Thanks,
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 10:38 PM
Hi @Ankur Bawiskar,
Thanks for your reply.
I have checked with access analyzer. One ACL with roles - itil, asset is blocking the request access for snc_internal user.
But there is an ACL which allows user to access request tickets which are created for them.
can you please let me know why it is not allowing user to open tickets.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 10:43 PM
are you sure no query business rule is restricting?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 10:47 PM
Hi @Ankur Bawiskar,
When I have checked in Access Analyzer logs, ACL with roles itil, assest is blocking the access.
Thanks,
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 10:56 PM
The ACL requires either itil or asset role but your user has only snc_internal
So either update the existing ACL and add this role in roles section
OR
create a new ACL on that table and add snc_internal role, please discuss with your customer about 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
03-02-2025 11:17 PM
Hi @Ankur Bawiskar,
I would like to inform you that, already there is an ACl with script
if (current.requested_for == gs.getUserId){
answer = true;
}
Can you please let me know why it is not allowing the access.
Thanks,
Ganesh