please tell me script right or wrong , if wrong pls correct i
31. Prevent change to a specific valueField: StateScript: if(newValue == 'Closed'){ alert('You cannot directly set state to Closed');g_form.setValue('state', oldValue); }Explanation: Enforces process rules.function onChange(control, oldValue, newValu...