My table's ACL is overwritten by default global ACL if my table doesn't have specific operation ?

sieusaopolo15
Tera Guru

Hi,

I created an table which doesn't have any CRUD operations. At my first thought, anyone access to this table can read, write, delete and update but somehow delete operations are blocked by system. I'm checking the "Debug Security Rules" and the ACLs blocking normal users are the default ones. Do the default delete ACLs are used if my table doesn't have that specific operation.

 

sieusaopolo15_0-1713770817849.png

 

1 ACCEPTED SOLUTION
2 REPLIES 2

Hayo Lubbers
Kilo Sage

Hi @sieusaopolo15 ,

 

Yes, the default gets applied.

 

Have a look at : https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/contextual-securit... (or check below image).

 

acl-matching.png

Hi @Hayo Lubbers,

Thanks for the great answer !