I want to make field read only in list view.

niveditakumari
Mega Sage

Hi Team, 

 

I want to make the field read-only only in the list-view in incident list. When User try to edit it User not able to do it.  

Can anyone tell me how I can achieve it with ACL. 

 

Regards, 

Nivedita

 

 

3 ACCEPTED SOLUTIONS

RaghavSh
Kilo Patron

@niveditakumari There is an operation "list_edit" in ACLs. You can create list_edit ACL on that field on incident table.

You can define role like admin in that ACL, in that case only admins will be able to edit that.

 


Raghav
MVP 2023

View solution in original post

Community Alums
Not applicable

Hi @niveditakumari ,

Here is a sample of what you need to do, just replace with the required field name and table name:

 

1) elevate your role as security_admin

2) create new list edit ACL on catalog task table and field as request_item

3) use advanced checkbox as true

4) admin overrides uncheck - means even admin cannot list edit

4) script as

answer = false;

SandeepDutta_0-1673272752382.png

 

 

View solution in original post

shyamkumar VK
Kilo Patron

Hello @niveditakumari , follow this ref

elevate your role as security_admin

2) create new list edit ACL on incident table and if you want this at specific field , select field 

3) use advanced checkbox as true

4) admin overrides uncheck - means even admin cannot list edit

4) script as

answer = false;

shyam10_0-1673273306113.png

 

 

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

View solution in original post

3 REPLIES 3

RaghavSh
Kilo Patron

@niveditakumari There is an operation "list_edit" in ACLs. You can create list_edit ACL on that field on incident table.

You can define role like admin in that ACL, in that case only admins will be able to edit that.

 


Raghav
MVP 2023

Community Alums
Not applicable

Hi @niveditakumari ,

Here is a sample of what you need to do, just replace with the required field name and table name:

 

1) elevate your role as security_admin

2) create new list edit ACL on catalog task table and field as request_item

3) use advanced checkbox as true

4) admin overrides uncheck - means even admin cannot list edit

4) script as

answer = false;

SandeepDutta_0-1673272752382.png

 

 

shyamkumar VK
Kilo Patron

Hello @niveditakumari , follow this ref

elevate your role as security_admin

2) create new list edit ACL on incident table and if you want this at specific field , select field 

3) use advanced checkbox as true

4) admin overrides uncheck - means even admin cannot list edit

4) script as

answer = false;

shyam10_0-1673273306113.png

 

 

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar