- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 02:06 AM - edited 12-19-2024 02:08 AM
Hi All,
I have requirement to restrict editability of state field on User approval [sysapproval_approver] table and the requirement is I have a field named as approval flag and if the approval flag is set to true then I need to restrict editability of state field.
I have tried with write ACL but it is not working, Can anyone help me with this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 03:27 AM
Hi @priyanka1028 ,
Below OOB write acl on state field is restricting to edit approval flag and if the approval flag is set to true then I need to restrict editability of state field.
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 04:25 AM
Use the security debugger to see which ACL is giving the access.
In case you are on Xanadu: check the 'deny-unless' ACL. It can help you with this.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark