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

Hello @vodnalar26 ,

 

I hope you are doing well . Does my response helps you ?

 

If my response helps you then mark it as helpful and accept as solution.

Regards,

Aditya ,

Technical Consultant

Tanushree Maiti
Kilo Patron

Hi @vodnalar26 

 

Demo you can see here .

https://www.youtube.com/watch?v=2EPdLdZ11fA

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

HarshaVardV
Tera Contributor

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.

Please mark it helpful.

HarshaVardV
Tera Contributor

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.

HarshaVardV
Tera Contributor

Hi  @vodnalar26