There is a field on catalog form 'Requested for'. When request is submitted, notification should trigger to user selected in 'Requested for' and request opened by. 'Opened By' user should be in (TO) and 'Requested for' user should be in (CC) of email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 04:09 AM
There is a field on catalog form 'Requested for'. When request is submitted, notification should trigger to user selected in 'Requested for' and request opened by.'Opened By' user should be in (TO) and 'Requested for' user should be in (CC) of email notification. (Configure this through Email Script)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2022 04:43 AM
Hi for cc you can have a notification email script and call that email script in notification
Script:
email.addAddress("cc", current.requested_for.email, current.requested_for);
syntax to call email script in Notification
${mail_script:script name}
For to address you can just add openedBY under who will receive tab under Users/Groups in fields
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2022 12:20 AM
i return same in emailAddress("cc", current.requested_for.email, current.requested_for);
and i calling that email script in notification
${mail_script:script name}
but if i checked in email logs module that cc is not person not receving any mail