Access Control for Custom Table and Role

Mayur Patil2
Tera Expert

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

6 REPLIES 6

Hi @Mayur Patil2 ,

 

ACL seems fine check if the user you are impersonating with has the correct role assigned.

 

Regards,
Mayur Shardul

Sandeep Rajput
Tera Patron
Tera Patron

@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.