Standard Change Template - Enable editing Short Description only for 2 change templates

Santosh37
Tera Contributor

Hello,

Standard Change fields are read only and locked as defined in the properties such as Short Description, Description, Change Plan etc. 

I would like to enable editing Short Description field only for 2 Standard Change templates but still want to apply the non editable for rest of the standard change templates so i cannot change the property as it applies to all. Any idea how to achieve this? Thanks 

Best Regards

Santosh 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Santosh37 

This isn't a good approach, my friend, as it will break the consistency between templates, and the properties will apply to all or none. You could try using client scripts on specific templates, but I would again recommend not doing this.

*************************************************************************************************************
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]

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

Hey Atul,

Yes, This is not standard and we are doing some testing and there is a need to accomplish this to meet some objective. Appreciate your inputs. Does client script work for this? will it override property settings? 

Hi @Santosh37 

I think yes, the reason is that once the template is applied, you get the values on the change record. Now, through a client script, you can check if the value is coming from the template and make the field read-only = false. Give it a try in the PD

*************************************************************************************************************
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]

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