List_edit field lavel acl is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-22-2022 02:55 AM
Hi Team,
I am working on securtiy incident where is all field is readonly for end user without any list_edit ACL(there is no any list_edit ACL on this Table).
Now I have to make one field editable for specific role, For that I have created two LIST_EDIT ACL
1- Opratiton = list_e-dit
Type = table.* (sn_si_incident)
script= false;
2) Opratiton = list_e-dit
Type = table.field (sn_si_incident.u_kb)
script= true
But it's not working. when I am deactivating both ACL even then it's not allowing to edit any field on list view.
when I am apllying list_edit table.none then All field is editable in list view.
How can I make only one field editable. please help me??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-22-2022 03:05 AM
Use list_edit.none and list_edit.* (false) and list_edit.field(true)
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-22-2022 03:17 AM
Hi Lucky,
Try the below method
1. Create a ACL on Type : List Edit . Edit TableName and None-
2. Just give an access that particular field so Type : List Edit . Tablename and Field
Check is there UI/Client Scripts Make the Field Record only
Thanks
Chandu Telu
Please Mark ā
Correct/helpful, if applicable,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-23-2022 11:26 PM
Hi Lucky,
Follow Up - is your requirement is completed with my answer. Please mark answer as correct it will use for other community members if not let us know your issue so we can help you
Thanks
Chandu Telu
Please Mark ā
Correct/helpful, if applicable,