Order of values in a template may affect onChange client scripts and UI policiesDescriptionWe have noticed that when applying a template, the form fields get filled in an order different from the one defined in the template.This could be problematic because in our incident form, many fields have onChange scripts which change other fields, and they are coded assuming the user will do things in a certain order. Templates break this order causing various problems and rendering them useless.Steps to Reproduce WorkaroundCreate the template manually with field order as on the form view of the relevant table.Related Problem: PRB576065