Access Control for Custom Table and Role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 03:04 AM
Hello Developer,
I am working with ACL for Custom table and Roles.
I have created Custom Table naming u_ghd. And also created 3 different users, i.e.. Requestor, Fulfiller, Manager having custom role x_requestor, x_fulfiller, x_manager respectively.
Now help me to create an ACL for this role where Requestor having Create and Read access, Fulfiller having Create,Read and Write, and Manager only have Delete access.
Thank You,
Mayur Patil
ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 04:15 AM
Hi @Mayur Patil2 ,
ACL seems fine check if the user you are impersonating with has the correct role assigned.
Regards,
Mayur Shardul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 09:17 AM
@Mayur Patil2 I recommend using Access Analyser to check which ACLs are failing for your users. For more information on Access Analyzer please refer to https://docs.servicenow.com/bundle/vancouver-platform-security/page/integrate/identity/concept/acces....
Hope this helps.