How to disable or remove update , delete option for attachment type field based on conditions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-16-2022 11:29 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-10-2023 11:15 PM
Hey,
I have achieved this functionality through ACLs. You create a write ACL for that particular field. It will restrict the field to read-only. The field cannot be updated and deleted then.
I have created an ACL <Table>.<Field_Name> of operation 'write' with the condition when the Field is null. So, when the field is updated once, then it can't be deleted/updated later. Only in a record where the field is null, we can add a file there.
I am using the Tokyo version.