How to make mandatory variables in the catalog task form?
Hello All, Here is the code to make mandatory variables in the catalog task form g_form.setMandatory('variables.variablename',true); function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { retu...
