Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Access Controls: Table.none vs Table.* - what's the difference

martinsk
Mega Expert

Hi

Can someone clarify the difference is between a field-level acl in the form table.* and a record-level acl for that table? I'm assuming the wildcard scoops up all fields in the table, so what is it achieving that the table-level one isn't?

Thanks in advance.

Martin

7 REPLIES 7

Great explanation

What a fabulous analogy.  I'm going to keep this to show to others.

 

DilipKumar DJ
Kilo Guru

Hi Martin,



Basically the answer is simple yet tricky. Table.None is used when you are not bothered about columns and this only take care of records/rows.


Table.* comes to picture when your focus comes to field level , say you want to control the column access like making all read only. Also overriding the other ACL with table.column1/2/3.