. What is the difference between * and null on ACL form?

ram2497
Tera Contributor

. What is the difference between * and null on ACL form

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Ram,

* is called field level ACL and null means table level ACL.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Ram,

* is called field level ACL and null means table level ACL.

Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

SanjivMeher
Kilo Patron
Kilo Patron

table.None is record level ACL. This is created automatically when you crete a table.

ow if you want to apply field level acl, you will have to add table.* and add the role who should have access. And then add table.field_name, to specify which particular field should be visible or editable etc.


Please mark this response as correct or helpful if it assisted you with your question.

SanjivMeher
Kilo Patron
Kilo Patron

Please mark the answer closed if it is fine with you and close the thread


Please mark this response as correct or helpful if it assisted you with your question.