Write ACL for State field on sysapproval_approver table

priyanka1028
Tera Contributor

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.

1 ACCEPTED SOLUTION

Anand Kumar P
Giga Patron
Giga Patron

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.

https://YouInstanceID.service-now.com/sys_security_acl.do?sys_id=476967a60a0a0b0c0019e98fbc0a83d8&sy...

 

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand

View solution in original post

10 REPLIES 10

Mark Manders
Mega Patron

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