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

PraveenK1149237
Tera Expert

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. 

 

I can do it with UI policy or client script but I am curious to know why ACL is not working

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.

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