- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 05:08 AM
hai,
how can i remove the last line in email reference message.
does it effect anything
Solved! Go to Solution.
- Labels:
-
Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 05:47 AM
that is used for Email watermark. It helps to match the target record when Inbound action works
Rather than omitting watermarks, it is possible to hide watermarks on a global basis using HTML markup.
Hide email watermarks globally
Reference from above
Procedure
- Navigate to
sys_properties.list
in the Application Navigator. - Create a new property named
glide.email.watermark.visible
and set it to false.This ensures that all watermarks are hidden on all email messages. This cannot be done on a per-email basis.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 05:14 AM
Hi,
Follow these steps
- Navigate to System Notification > Email > Notifications.
- Select the email notification to update.
- Click the Advanced View related link.
- In the What it will contain section, select the Omit watermark check box.
The Ref is called watermark, here is all you can read about it: Watermarks on notification emails
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2020 05:47 AM
that is used for Email watermark. It helps to match the target record when Inbound action works
Rather than omitting watermarks, it is possible to hide watermarks on a global basis using HTML markup.
Hide email watermarks globally
Reference from above
Procedure
- Navigate to
sys_properties.list
in the Application Navigator. - Create a new property named
glide.email.watermark.visible
and set it to false.This ensures that all watermarks are hidden on all email messages. This cannot be done on a per-email basis.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2024 05:06 AM
Thanks, @Ankur Bawiskar! I followed the same approach, and it worked perfectly for me.