set assigned to mandatory when state changes
I need to write on change client script that if state field Changes directly from "new" (1) to any other status except "in progress" (2), assigned to field should be mandatory. I tried this: function onChange(control, oldValue, newValue, isLoading)...