Difference between table . * and TABLE . none

diksh
Mega Contributor

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?

1 ACCEPTED SOLUTION

Ashutosh Munot1
Kilo Patron
Kilo Patron

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*


View solution in original post

3 REPLIES 3

Mihir Mohanta
Kilo Sage

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


Ashutosh Munot1
Kilo Patron
Kilo Patron

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*