Not able pickup oldValue for confirm dialog box
I created a catalog client script for onchange script for variable "u_technical_help_sub_category"function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var descriptionValue = g_form.g...
