@Ankur Bawiskar  

-- I have used the below onLoad client script -- and applied it to the RITM , but it doesnt show any result , it doesn't make the assignment group mandatory

 

Script : 

 

function onLoad() {
g_form.setMandatory('assignment_group', true);
}

-- Can you please help me how to resolve it.