We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

read acl on specific field

sunilsargam
Kilo Sage

I need to create an ACL on core_comapny table but only NAME and CITY field shds be visible visible to the user. How can we achieve this with snc_internal role?

 

I do not have any read acl on snc_internal role for core_company table.


Thank you

Sunil.

7 REPLIES 7

yashkamde
Kilo Sage

Hello @sunilsargam ,

 

firstly add snc_internal role to core_company table by default created acl's,

to give the access.

then create two field level acl for Name and City field by adding snc_internal role, to visible to user having that role..

If my response helped mark as helpful and accept the solution.

default role will be snc_internal right? if we create table.none acl with snc_internal role and table.field acl with snc_internal, all the fields will be visible to the user right?

 

add the snc_internal role to the default roles (if any present otherwise snc_internal would be default)..

 

and table.field acl will override the table.none acl for the users having that role and for others the fields except name and city would be visible.