table name.* ACL?

munnashaik
Kilo Contributor

can anyone explain me how Table name.* ACL will work?

3 REPLIES 3

Aakash Shah4
Tera Guru

Rajesh Mushke
Mega Sage
Mega Sage

Below are some points regarding ACLs:


1) TableName.None acls executes first than TableName.*


2) TableName.None have more priority than TableName.*



              Both are table level ACL, But the thing is * is a wild card entry. Suppose None is restricting table level access and you provide access by using * , system can allow you to do the work.



For more information about ACLs, visit please wiki urls:


Using Access Control Rules - ServiceNow Wiki


Security Jump Start - ACL Rules - ServiceNow Wiki


Security Best Practices - ServiceNow Wiki




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Simon Christens
Kilo Sage

As an example:


End users need access to a table but only a couple of fields on this table


Open the table with table.none acl


Remove all fields with table.* acl (itil users only)


Open 1 or more fields to end users with table.field