- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 12:59 AM
I have a requirement where i need to make the 11 fields on the form as Read-only except for sysadmin.
Business doesnt want 11 Acls to be created.
I tried onload client script but the users who has access to the form can edit the readonly field in List view.
How to restrict the users from editing those 11 fields from List View ?
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:34 AM
Hi Bhavana,
Why is Business told all technalities? ACL is the ideal & suitable option.
In case, you still wish to avoid ACL you need to create a before update BR to abort the action from list view or so. Note, this will be from form as well then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 01:10 AM
Hi @SAS21 ,
Can you try list control,
It will restrict users from editing the record from list.
Navigate to configure->list control and choose from dropdown (disable list editing)
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:23 AM - edited 08-02-2023 05:23 AM
Hello @SAS21
Go to List view of that table and click on settings/gear icon and uncheck "Enable list edit" and save
and for other fields to make them editable write a client script/ui policy.
Please mark my answer correct and helpful if it helps you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:34 AM
Hi Bhavana,
Why is Business told all technalities? ACL is the ideal & suitable option.
In case, you still wish to avoid ACL you need to create a before update BR to abort the action from list view or so. Note, this will be from form as well then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 05:42 AM
Thank you all for your time and suggestions