ACL to write on specific field in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 02:11 AM
Hi experts, I have a role "sn_hr_core.testlistwrite_user", table "sn_hr_core_testlistwrite" with field u_memo. In list view, I want my user with role can edit on field u_memo and can't edit on all another fields.
I have try to create an ACL as below but it does not work. Hope to see your helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 01:17 PM
Hi, what exactly do you mean by 'it does not work' ? Does the ACL not allow writing to the field?
Have you added a table level write ACL for this role?
First step in diagnostics would be to enable security debugging
ACL debugging tools (servicenow.com)
impersonate impacted user, reproduce issue and then review the debug logs in order to identify why a user could\could not read or write as expected.