- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2025 10:57 AM
Hello,
I created a new table with 4 new fields. Using ACL I granted Create, Read and Write to a specific role.
Now I would like to make field 2 read only and allow the User to edit fields 1, 3 and 4.
Can anyone help me do this using just ACL as that is the condition set for me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 07:26 AM
Hi @AtifS
Create a field-level write ACL on the new table with the role set to 'nobody'. This will ensure that no one can edit the field, making it read-only.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2025 08:45 AM
Yes ACL was mandatory or else I would've used dictionary or even made a UI policy.