How to make only 2 fields editable and other fields read only on list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 12:43 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:39 AM
Yes correct, those fields are extended from task table which I want to remove.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 01:45 AM
@Pratiksha Lang1 you can go to list layout configuration and remove the fields from the selected slush bucket.
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 02:40 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 02:43 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 03:00 AM
Hi @Pratiksha Lang1 ,
You can use the add_to_list ACL for this, below is the example I have created,
If this solves your problem, mark this as correct & helpful.