Modify the recipient on Response Templates, other than "user_id"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:30 AM
Is there a way to include additional recipients in the response email client templates other than the standard user_id? The response templates behave different, since the template triggers on the sys_email table. I've tried a few variations of dot walking the field.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:46 AM
Hi,
Similar to reference qualifier fields, javascript can be used for more complex requirements. An example below returns the field name:
javascript: new EmailClientTemplateEvaluator().getRecipientsForReplyEmails(current)
If you want to get even more complex, you can return the email addresses as a comma-seperated string