The CreatorCon Call for Content is officially open! Get started here.

How to change the message of '\${mailto:mailto.rejection}'?

georgechen
Kilo Guru

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

find_real_file.png

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.

find_real_file.png

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,

1 ACCEPTED SOLUTION

Venkat122
Kilo Guru

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.


find_real_file.png


View solution in original post

2 REPLIES 2

Venkat122
Kilo Guru

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.


find_real_file.png


Much appreciated, Giri, that's exactly I was looking for.!!