Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Access Controls

vodnalar26
Giga Contributor

Hello everyone, as part of my  learning in ServiceNow while exploring Access control List I was getting confuse to understand the ACLs where mainly I was confused at what is the main difference between the table none and table (*) so can anyone explain with real time use-case.

11 REPLIES 11

shreyavashi
Mega Guru

 hi @vodnalar26 , Simplest explanation would go as below:

Table. None ACL will grant/restrict access to all the records of the table. 
Table.* ACL is added to restrict access to all fields of the table.
Dot * ACL is not required in any table, unless we need to restrict the access per field wise.

shreyavashi
Mega Guru

@vodnalar26 please mark my response helpful, if it helped.