- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 12:26 AM
Hey Team,
When we create ACL's, we are asked for table name and column names. Please let me know what is the difference between TABLE_NAME . * and TABLE_NAME . None?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 12:41 AM
Table.* is a field level ACL which gives Access to all field on that table.
Table.none is a row level ACL allows you to access records.
https://community.servicenow.com/thread/165846?q=ACL%20with%20none%20and*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 12:33 AM
1.table.* means you are giving access to all fields of a table.This is field level access.
2.table.none means you are giving access to record level.
Thanks,
Mihir

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 12:41 AM
Table.* is a field level ACL which gives Access to all field on that table.
Table.none is a row level ACL allows you to access records.
https://community.servicenow.com/thread/165846?q=ACL%20with%20none%20and*

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2016 12:43 AM