what is the meaning of . and * and none in ACL?

Mohd Shahnawaz
Tera Contributor

what is the meaning of . and * and none in ACL?

1 ACCEPTED SOLUTION

Gowrisankar Sat
Tera Guru

Table level ACL:


table_name.<none>



ex:


incident.<none>


task.<none>



Field Level ACL:


table_name.*


table_name.field_name



ex:


incident.*


incident.state


View solution in original post

2 REPLIES 2

Vishal Khandve
Kilo Sage

difference between * and None -


        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.


refer: https://community.servicenow.com/thread/165846?q=ACL%20with%20none%20and*




Thanks,


vishal


Gowrisankar Sat
Tera Guru

Table level ACL:


table_name.<none>



ex:


incident.<none>


task.<none>



Field Level ACL:


table_name.*


table_name.field_name



ex:


incident.*


incident.state