Have to restrict users from editing the records in a related list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 05:19 PM
I have a related list in a form pointing to a Table A . There is a UI action to select the Existing records from Table A into the related records list . Now once the user selected existing record he should not be able to Edit that record
1) wrote write acl in Table B to restrict access . But when I did that the UI action is not being visible to add existing ones . But I need that action and also restrict access . Please help
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 05:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 05:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 05:34 PM
Make a Write ACL on Table A
It should work. Making a Write ACL on Table B wont work, as it will restrict Table B alone.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 05:35 PM
When you click on edit from Related list, thats also an edit. So basically you would need to create ACL and only allow the field which stores the parent record editable.
Please mark this response as correct or helpful if it assisted you with your question.