restrict write access to only one field on form for particular user using ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 06:50 PM
I have requirement I want to restrict the write access of assigned to field on incident table how I can achieve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 06:56 PM
Hi @rmaroti There is a OOB ACL on Incident table called "incident.assigned_TO" which grants access to edit assigned to field if user has "sn_incident_write" role, you can update this ACL by clicking advanced checkbox to true and in script section
answer = false;
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 06:58 PM
Thanks got it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 07:09 PM - edited 01-10-2024 07:11 PM
Hi @rmaroti,
You can write client script and make the assignee to read only for every one ( or role based users) , this will apply only at form level.
Or you can create a new ACL ( write ) with applied role to restrict user to save the update on "assignee to" , this is server side check and will effect on form and list view both or update the existing one with some role.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
