How to modify the configuration so that the fields on the list screen cannot be changed?

shiz
Tera Contributor

I have a custom list screen, how to modify the configuration so that the fields on the list screen cannot be changed.

 

shiz_0-1752654295011.png

The current list fields can be edited.

 

The desired effect to be achieved:

shiz_1-1752654420869.png

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.

 

2 ACCEPTED SOLUTIONS

Pranesh072
Mega Sage
Mega Sage
  1. Right-click any column heading and select Configure > List Control.

 

 

 

or you can configure list_edit ACL

View solution in original post

Chaitanya ILCR
Mega Patron

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

ChaitanyaILCR_0-1752654920860.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

4 REPLIES 4

Di Zhang
Tera Guru

Please try ACL for list_edit operation

shiz
Tera Contributor

How to set up ACL specifically? Please teach me the specific method. Thank you very much.

Pranesh072
Mega Sage
Mega Sage
  1. Right-click any column heading and select Configure > List Control.

 

 

 

or you can configure list_edit ACL

Chaitanya ILCR
Mega Patron

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

ChaitanyaILCR_0-1752654920860.png

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya