notify the Requestor’s Manager, and cc the Requested For
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 01:40 PM
I created a workflow but my requirement is notify the Requestor’s Manager, and cc the Requested For.
My questions are:
1. How will a cc in notification at workflow?
2. How can I have email template in notification at workflow? I remember if I used sysevent_email_action , I can choose template and i always pick Employee notification template. How can I do that at workflow?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 09:12 AM
Hello,
Use the following mail script in workflow notification activity message to achieve that:
<html>
<body>
<mail_script>
email.addAddress("cc",current.variables.requested_for.manager.email.toString());
</mail_script>
However I would suggest is to create a notification where you can directly use email template and fire the notification using event in a run script from workflow
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 08:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 10:27 PM
Hi,
You can try flow designer to send notifications