Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field level ACl

UmesH77
Tera Contributor

I am trying field level acl , but that not reflecting on impersonate user .

 

I am providing table level acl first after that provide the field level , what was prb in that .

if there is any process please provide .

 

Thanks in Advanced.

1 ACCEPTED SOLUTION

Deepak Shaerma
Kilo Sage
Kilo Sage

hi @UmesH77 

You need at least one matching ACL at each level (table + field) to grant access.
When impersonating, ensure the target user has no additional roles that override ACL checks
Also, please check any other ACL wasnt created for the same table with other role.

Note: Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning ‌‌
Thanks & Regards 
Deepak Sharma 

View solution in original post

2 REPLIES 2

Deepak Shaerma
Kilo Sage
Kilo Sage

hi @UmesH77 

You need at least one matching ACL at each level (table + field) to grant access.
When impersonating, ensure the target user has no additional roles that override ACL checks
Also, please check any other ACL wasnt created for the same table with other role.

Note: Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning ‌‌
Thanks & Regards 
Deepak Sharma 

UmesH77
Tera Contributor

Applying these changes , but still not get result