I want to auto-assign the cases to the Assignment Group (A) based on the HR Service(B). I created below onLoad client script but it doesn't work:
function onLoad() { var st = g_form.getValue('hr_service'); if(st == 'B'){ g_form.setValue('assignment_g...