- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 05:33 AM
I have to set up a group email notification. I have an email template in which values for some fields are pulled from a table. I have written an email script to get the value of one particular field. But i don't know how to call the email script only for that field in the template along with the rest of the values coming from the table. Any advise would be appreciated.
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 06:23 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 05:36 AM
Hello lk24 ,
Have a look at the following:
How to add email script to email template
Run Mail Script in Email Template?
Including "Email Scripts" in a template or notification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 05:37 AM
Hi,
in the notification body, where you want the output of the mail script you need to use: -
${mail_script:NameOfMailScript}
Thanks
DAn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 05:43 AM
Hi Dan,
I have the following fields that need to be populated. All the values are coming from a form except the release date. I have an email script for that but I don't know how to call.
Current Status: ${state}
Update: ${user_input}
Impact: ${trading_impact}
Release date:
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2017 05:58 AM
you need to call like below:
${mail_script:script name}