- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2023 09:01 PM
Hello all,
Can someone explain to me why some of my email notifications do not display the watermark in the body although I have unchecked the Omit watermark checkbox and set the property 'glide.email.watermark.visible' to true? In addition, is there a way to ensure the watermark is visible on all notifications? I also attach an example from my inbox.
I would appreciate all your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2023 06:58 AM
I just found the cause of this issue. It's because one of my email scripts that is in the email body already contains the watermark. To solve this, there are two approaches:
- Create a new email script that prints out the watermark and add it to all notifications that have this problem.
- Add a line that prints out the watermark in the email script that already contains the watermark.
You can find out more about this issue via this knowledge article: KB1337120
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2023 09:28 PM
Did you check some custom business rule on email table is removing the watermark?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 05:36 PM
Hello Ankur,
I checked and didn't find any business rule that removes the watermark in an outbound email.
Best regards,
Thi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2023 06:58 AM
I just found the cause of this issue. It's because one of my email scripts that is in the email body already contains the watermark. To solve this, there are two approaches:
- Create a new email script that prints out the watermark and add it to all notifications that have this problem.
- Add a line that prints out the watermark in the email script that already contains the watermark.
You can find out more about this issue via this knowledge article: KB1337120