How to use the watermark in a notification
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2015 08:07 AM
Here's how to use the watermark in a notification:
- Open your notification
- Click the related link "Show Notification Scripts" from your Notification
- Press New, and fill in these values (this creates a mail script):
- Name: getWatermark
- Script:
template.print(email.watermark);
- Save the record.
- In your notification, you can now add this to the HTML field, using the mail script to get the watermark:
${mail_script:getWatermark}
- Extra: Check "Omit watermark" in order to only show it where you have the above line, and not add it to the end of the e-mail.
Hope this helps anyone - I know I would have wanted this info when I started working with my notifications!
Best Regards,
Miriam
Labels:
- Labels:
-
Scripting and Coding
- 6,872 Views
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 04:13 AM
Great info, thanks for sharing.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2017 12:26 PM
Awesome! Thanks for sharing Miriam.