Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2021 06:00 AM
-- 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.