Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 09:36 PM - edited 10-31-2022 09:37 PM
Can you once check what value is coming in entity. use the below code below:-
var entity = producer.align_entity_of_chop_applicant;
gs.log('entity'+entity);
if (entity == 'abc')
{
current.assignment_group='sysidofthecommerciallegalgroup';
}
Please mark my answer as correct based on Impact.