List edit ACL is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 01:08 AM
Hi Team,
Help for the below requirement.
We have one requirement, on list view for a specific fields the data should be read only for that I have created one ACL that is
Operation --> list_edit
Table.field
Script --> answer = false;
But it is not working. The field remains editable.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 04:34 AM
Hi @Khalid9030
You can disable links in the list, however this will then be so for all links at all times for that table:
If you want to do it only for one field you can just click on configure-> list layout:-
and instead of having caller have caller.name for example which will make the name appear but it will not be clickable.
Keep in mind, that a user can simply configure his/her own list, and add the clickable link again.
Other options than this, are not possible.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.