read acl on specific field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
