- 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 02:18 AM
If ACL are not working you can do it with UI policy or client script to change the editability of a field.
if you need further help let me know.
Please mark helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 03:07 AM
I can do it with UI policy or client script but I am curious to know why ACL is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 03:12 AM
There must be some OOTB ACLs or other customized ACLs that you need to check. If any of those is giving access then no other ACL can restrict that user.
- 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