- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 05:26 PM
Hi folks,
Just wondering if anyone happens to know the way to change the output message of "template.print("${mailto:mailto.rejection}");"
I have a mail script containing 'template.print("${mailto:mailto.rejection}");' in the script section.
an email notification template that embeds '${mail_script:payroll_commencement_reject_script_1}, for screenshot below
When the email merges, it outputs string 'Click here to reject xxxx if you do not know yyyy or if you know this request is no longer required.
Checking Messages under System UI -> I found no such message defined, and wondering where this specific string coming from?
It would be appreciated if anyone could advise.
Thanks,
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 06:27 PM
Hi George,
mailto.rejection is a notification template.
This can be found in sysevent_email_template table with name as mailto.rejection. In this you can change the message to your desired format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 06:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 06:33 PM
Much appreciated, Giri, that's exactly I was looking for.!!