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.

ACL

sparkles
Tera Contributor

Hi,

 

I need to create one ACL to grant write operation for "xyz_user" role on 5 fields vs creating ACL for each field. 

any idea?

 

Thanks

1 REPLY 1

DrewW
Mega Sage

The easiest way to deal with this is to just add 5 ACL's.  Is there some reason you feel like you cannot just do that?

 

Also off the top of my head I do not think there are any objects that would allow you to know which field that the system was evaluating the ACL for so I do not think you would be able to do this with an ACL.

 

You may be able to do it with a data policy or a client script.

 

Ultimately the fastest and easiest way would be to use 5 ACL's.