Access Control

RupeshK38781664
Mega Contributor

When multiple ACL rules match the same table and operation — one grants access while another denies — what is the outcome?

2 REPLIES 2

GlideFather
Tera Patron

Hi @RupeshK38781664,

 

the best and easiest way for you to find out is to go to your PDI and simulate such a situation and then to verify yourself. What's blocking you from doing so? ;)) or you can go to Access analyser and compare it from there after creating them..

 

Not sure about ACLs but I had the same question regarding assignment rules (same table, same conditions) and ServiceNow simply prioritised the firstly created record over the second one... 

 

You can set this for ACL, test a few scenarios and then you can write an article about it here! Own experience and genuine non-AI knowledge is what this Community always needs!

_____
100 % GlideFather experience and 0 % generative AI

Bhavya11
Kilo Patron

Hi @RupeshK38781664 ,

 

You can check using debugging the for any user by session log, that will give you clear idea.

System Diagnostics > Script Debugger > Session Debug

 

Take any example from your PDI and check how many ACL it should pass through and which gives access, and which denies access.

 

Refer below link for more details,

https://www.servicenow.com/community/itsm-forum/acls-for-the-same-fields/td-p/773249/page/2

 

 

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK