Access control list not working

AnthonyMull
Tera Contributor

Hi all

 

I am implementing ACLs and I am expecting a user to stop seeing records, however this is not working.

 

I would like to see why ACLs are not firing and stopping the user, is there an easy way to see this?

 

what is the steps to achieve this?

 

Kind regards

6 REPLIES 6

Ankur Bawiskar
Tera Patron

@AnthonyMull 

Even if 1 table.None READ ACL passes for that user, user will see the table Data.

You can use Query business rule on your table to restrict the data based on your logic

AnkurBawiskar_0-1770180969504.png

 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

AnthonyMull
Tera Contributor

Thank you all for replies

 

so the approach I will take based on your information is identify the ACL I am expecting to block , check in the debugger, see if that ACL is blocking and if it is , check what other allow if is allowing the query through.

 

THanks in advance.