Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2016 04:49 PM
HI Mathieu,
I see that you are not fetching the value of assignment group field i.e you should use
var assignment = g_form.getValue('u_assignment_group');
now in your if loop replace compare it based on assignment and also I see that other loops you have used assignment group display value and it should be sys_id.
var assignment = g_form.getValue('u_assignment_group'); //will return sys_id
var assignment = g_form.getDisplayBox('u_assignment_group').value; //will return display value