How to make only 2 fields editable and other fields read only on list view.

Pratiksha Lang1
Kilo Sage

Scenario 1 - How to make only 2 fields editable and other fields read only on list view. 

Scenario 2 - make field read only on list view if the field value is not empty, if it is empty then keep it editable.

9 REPLIES 9

Yes correct, those fields are extended from task table which I want to remove.

@Pratiksha Lang1  you can  go to  list layout  configuration and remove the fields from the selected slush bucket.

 

priyasunku_0-1677750307411.png

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

@priyasunku but that will only set the list view, the fields are still available to be selected for the user. I don't want it to be available also to select for the user

@Pratiksha Lang1  where are the fields available for the users is it on form view . if it is on list view you have to do list layout configuration and go to personalize column and click on set columns to default.

This will show latest updated.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

Community Alums
Not applicable

Hi @Pratiksha Lang1 ,

 

You can use the add_to_list ACL for this, below is the example I have created,

AnandMahajan_0-1677754750324.png

 

If this solves your problem, mark this as correct & helpful.