We would like to make embedded list as non-editable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 06:13 AM
We would like to make embedded list as non-editable. means, we would like only to show the list to users, they should not be able to edit or open that record like how we do on list view. can anyone help us with this requirement.
If you can see in attached screenshot, there are links to open that record which we want to restrict and all the fields as read-only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 06:58 AM
HI @harikaravur ,
This can be achieved using ACL.
Open the access controls and look for Write or Delete record for the appropriate table.
In the Requires Role section of the form add the roles that have write or delete permission for that table.
Save the changes.
When records from the associated table appear in an embedded list, the edit and delete options will be available only to users with the specified roles.