- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 04:19 PM
Let me explain
We would like to update Service now INC by starting a new email in outlook (not replying to a service now notification email that contain the watermark already)
So if i could display the watermark on the INC form, that would allow the staff to create brand new email to have them infected directly in the INC when emailing the incoming email for our instance.
Can this be done? or is there a better way ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 07:18 PM
Inbound Email Actions - ServiceNow Wiki
Reply emails with Re: prefix and <number> value passed on the subject examples
This will give an idea about how inbound email action decision making happens using a prefix on the emails like Re, FW etc
If you are using new email altogether, it will run the 'Create Incident' inbound email action.
Why do you require to have it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 04:26 PM
Hi Mathieu,
Not sure how that's going to work since watermarks are generated by the system on the way out. Each new message gets a new watermark. Just displaying a "number" on the form isn't going to get you that message-incident relationship you are looking for. What do you display in the case of a new incident that has no watermark records generated yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 04:29 PM
You have a point, so lets forget about the watermark, new question is how can i link a brand new email into an incident ? is there a trick to maybe have an inbound action that would check the subject line for the INC# if no watermark exist ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 04:37 PM
Hi Mathieu,
Yes you can. Please refer the sample thread and let us know if you are blocked.
Update existing record using inbound email actions without watermark
http://wiki.servicenow.com/index.php?title=Useful_Inbound_Email_Scripts

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 04:38 PM
Yes! There's more!
If a watermark is not used, then it will try using the number (or display value field). Example: INC0001007. You have to get it right.
In an extreme edge case, you can use the In-Reply-To: header, but that doesn't apply here for a new message.