ACL List_edit is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 04:37 AM
Hi Experts,
I am new to service now and tried learning about ACL.
Below are the steps I have performed and I am not getting any success in list_edit operation
Step 1: I have created the test role and applied role to user, created nested role
Step2: Created New Table, created fields, records,assigned test role to the module
Step3: Elevated to security_admin, created new table access control rule
Step4: Created Field Read access and Write access control rules to the test table.
All the above steps are working, next step which I performed is new acl to list_edit access rule which is not working
Operation:list_edit
Table Name:field3
Admin overrides: unchecked
check Advance box
Script as answer = false
Next I did impersonate user and checked Field3 still the user is able to edit field 3, please advice where I am going wrong also let me know how to use debugging are there any videos

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 05:14 PM
List edit works on List Views. Looks like you're trying to make a field read only in a Form view. Just use a UI Policy or Read ACL to make that happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 06:22 PM
Hi Michael,
Yes I am trying to make field read only in Form view, Yes through UI policy we can do it, but can you advice steps how to use read ACL to make this happen. also I want clarity about where I am going wrong so can you suggest easy way to understand debugging.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 07:10 PM
On your ACL, the Operation field, it should be Read, not List_Edit. Everything looks ok for now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2017 10:50 PM
Hi Micheal,
I want only particular field to be read only, not all the fields.