removing ref:msg from quick messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:18 AM
How to remove the ref:msgxxxxxx from the quick message template. The email message is sent with ref:msg at the bottom of the email.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:55 AM
I don't see a setting specifically for the quick messages.
It's a bit of a hack, but I have heard others doing this. Create a business rule that runs on insert on the sys_email table to capture the message in the outbox Ready state and modify the following line:
<div style="display:inline">Ref:MSG0000788</div>
to
<div style="display:none">Ref:MSG0000788</div>
(of course your MSG number will change, but you get the idea.)
Reference:
Business Rules - ServiceNow Wiki
Business Rules Best Practices - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 05:05 AM
Thanks, I will try this.
This answer was usefull
On Tue, Jun 6, 2017 at 9:56 PM, ctomasi <community-no-reply@servicenow.com>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 05:07 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:37 AM
How to hide the ref:msgxxxx from the email quick message , so that the end user receives only the body of the email.
ref:msg..should be hidden or not displayed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:45 AM
You can use the property noted above. It creates a hidden reference in a div tag.