Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2015 06:23 PM
you can try something like
current.assigned_to.setDisplayValue(email.body.assignedto);
That should set the value based on the name. The problem there is that the first John Smith in the list will be the assigned_to value.
-Chris