Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

what is *.* ACL in servicenow?

Ranj1
Kilo Contributor

what is *.* ACL in servicenow? and how it different from * ACL.

8 REPLIES 8

Sebastian R_
Kilo Sage

*.* is the top level field ACLs. So every field which doesn´t have an own field ACL will use this ACL.

* is the same but is for record ACLs. So every table which doesn´t have an own record ACL (e.g. incident) will use this one.

 

You get more information here:

https://community.servicenow.com/community?id=community_question&sys_id=fce54f21db1cdbc01dcaf3231f96...

https://docs.servicenow.com/bundle/helsinki-platform-administration/page/administer/contextual-secur...

https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/contextual-securi...

Dhananjay Pawar
Kilo Sage

Hi Ranj,

table.* means you are having access to all fields of that table.

*.* means you are having access to all the fields of all table.

 

Thanks,

Dhananjay.

Swapnil Soni1
Giga Guru

Hi Ranj,

*.* in ACL Means all the table and all fields.

You applied ACL in all tables and all the fields in these tables.

Table. * is a field level ACL which gives Access to all field on that table. ... 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.

 

Please mark correct or helpful.

Thanks