Resolved! how to write if condition for greater number in client script
Hi team,I want to set assignment group using onload client script , if the number of users field value is greater than 200.tried with below but its not entering into the loop.var nou = g_form.getValue('number_of_users');if (nou > 200) {g_form.setValu...