We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

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