Resolved! State should be inprogress when assignment group is not empty and if i change state to onhold it is not updating.
Hello Developers! My requirement is when assignment group is not empty then state should be change to in progress. I wrote a client script code it is working fine. Here is the code function onLoad() {var assign = g_form.getValue('assignment_group'); ...
