How to make an Embedded List read only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2013 11:00 PM
Hi,
I am working on a requirement wherein I have to make an embedded list read only. Can anyone help ?
Thanks in advance,
Regards,
SS
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2013 12:28 AM
I feel you could give more details like screenshot of the field you are talking about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2013 02:20 AM
Hi All,
As i think for the solution is: Do the following Steps:
Securing Records in an Embedded List
To apply security to the records in embedded lists, limit editing and deleting records in embedded lists to specific roles.
Navigate to System Security > Access Control.
Open the 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2013 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2013 04:00 AM
I think the only way to do it will be using "list_edit" ACL rule and just setting it false.
Or adding specific roles on the list control under "New Roles".