Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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.

8 REPLIES 8

@sunilsargam 

let table level give access

field level READ will block them from seeing the fields on form, list etc

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

yashkamde
Mega 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.