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.

Do ACLs automatically apply on the newly created custom field ?

Hrishabh Kumar
Giga Guru

I have a table, on which there are several ACLs applied on it's columns. If I create a new field let say "u_custom". Will the already existing ACLs will apply on this field also, if not then how can we include this field in the existing ACLs ?

 

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Hrishabh Kumar 

 

If ACL is having table.*  means all fields are covered and follow the ACL rules.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG , So If I create a new field in a table, the ACLs will be applicable to the new field as well?

Yes , if ACL is table.*

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Ram S
Tera Contributor

By default table level ACL will be applied on that field as per the ACL Execution flow. If you want to restrict it to field level, create a new field-level ACL and add your conditions.