Need suggestion on Access Control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 11:06 PM - edited 11-07-2024 11:08 PM
Hi All,
I need to grant a member of the specific group edit access(read and write) on List view and Native UI, to approximately 20 newly created fields on Application table. However, creating individual ACLs for each field in not recommended, as it would required about 20 separate ACLs.
Is there any alternative approach in ServiceNow to achieve this efficiently?
thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 11:25 PM
Hi @Community Alums ,
field level acl is recommended, if you write table.* then for other field you have to write acl.
using ui policy you can manage at form level of read and write but at list level you have to write list cell edit client script for 20, which I won’t recommend you.
accept the solution if it helped