While giving None in the field mandatory is not happening in catalog
Hi ,I have 2 field and it has dependency . script belowfunction onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {g_form.clearOptions('Sample2');g_form.clearValue('Sample2'); } var ostype = g_form.getValue('o...
