- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:28 AM
I have a custom list screen, how to modify the configuration so that the fields on the list screen cannot be changed.
The current list fields can be edited.
The desired effect to be achieved:
Cannot be changed after double clicking.
How should this be set up and configured?(Is it configured and set in the list control?)
If it could help me, I would really appreciate it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:34 AM
- Right-click any column heading and select Configure > List Control.
List edit type | Ability for the user to edit values directly in individual cells in a list.
|
or you can configure list_edit ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:37 AM
Hi @shiz ,
create a list edit acl
with your tablename and field name
if you want this to apply for entire table create table.none list edit
if you want this to apply for certain fields create table.field list edit acl for each field
and give a role like admin or security_admin so that no one can will have edit access
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:34 AM
Please try ACL for list_edit operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:39 AM
How to set up ACL specifically? Please teach me the specific method. Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:34 AM
- Right-click any column heading and select Configure > List Control.
List edit type | Ability for the user to edit values directly in individual cells in a list.
|
or you can configure list_edit ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 01:37 AM
Hi @shiz ,
create a list edit acl
with your tablename and field name
if you want this to apply for entire table create table.none list edit
if you want this to apply for certain fields create table.field list edit acl for each field
and give a role like admin or security_admin so that no one can will have edit access
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya