ACL List_edit is not working

Heisenberg
Tera Contributor

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

screenshot1.jpgscreenshot2.jpg

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

screenshot3.jpg

7 REPLIES 7

Michael Fry1
Kilo Patron

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.


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.


On your ACL, the Operation field, it should be Read, not List_Edit. Everything looks ok for now.


Hi Micheal,



I want only particular field to be read only, not all the fields.