- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 03:10 AM
what is the meaning of . and * and none in ACL?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 06:28 AM
Table level ACL:
table_name.<none>
ex:
incident.<none>
task.<none>
Field Level ACL:
table_name.*
table_name.field_name
ex:
incident.*
incident.state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 03:14 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2017 06:28 AM
Table level ACL:
table_name.<none>
ex:
incident.<none>
task.<none>
Field Level ACL:
table_name.*
table_name.field_name
ex:
incident.*
incident.state