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.

Adding a field to Standard Change Template

John H1
Tera Guru

I need to add a variable to a Standard Change that will only be used by that Change,

1 REPLY 1

SAI VENKATESH
Kilo Patron
Kilo Patron

Hi @John H1 

 

@you can write a ui policy based upon the change type .

 

ui policy condition ;

 

type is standard

 

ui policy action :

 

field name - visible true

 

thanks and regards

sai venkatesh