- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 01:19 PM
When an inbound email reaches the Production instance, an Inbound Action will read the email headers, body, etc. and fill out an initial record. For my instances, any text within the body of the email is transferred to the Description field of the record. What we've noticed is that any text which is supposed to be a hyperlink within the Description field does not behave as such for users.
Is it possible to have any hyperlinks from the original email still appear as hyperlinks once it becomes a part of the Description field?
Example of what should happen:
Navigate to https://community.servicenow.com/community. (Link to new window)
What is actually happening:
Navigate to https://community.servicenow.com/community. (No functioning link)
Solved! Go to Solution.
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 01:26 PM
Unless your description is not an HTML field, it can't do that.
You can also store the content in the comments of the ticket as HTML, so that the HTML is not lost.
Following blog should help
https://community.servicenow.com/community?id=community_blog&sys_id=df609af8dbbbdb405ed4a851ca961928
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2018 01:26 PM
Unless your description is not an HTML field, it can't do that.
You can also store the content in the comments of the ticket as HTML, so that the HTML is not lost.
Following blog should help
https://community.servicenow.com/community?id=community_blog&sys_id=df609af8dbbbdb405ed4a851ca961928
Please mark this response as correct or helpful if it assisted you with your question.