on change client script
i have three on change client scripts running to calculate priority they areon change of impact,on change of urgency,on change of business criticalityfunction onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue === oldValue) {...

