- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2024 10:37 PM
Hi All,
i will try to make the question correctly as this was explained to me.
We have a team using elastic and they want to create incidents in servicenow.
The integration works fine in general except for the content in the description field.
They would like to create a table in the description field using HTML.
Is this possible? if yes, would you have an example handy?
regards,
Max
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 01:24 AM
Hi @El Cuchi ,
The description field in ServiceNow is typically a string field, meaning it mainly supports plain text.
If you need to format the content, you might be limited to:
- Special Characters: You can use only line breaks.
For most practical purposes, if you need to add formatted text, consider using the rich text capabilities provided in the ServiceNow platform rather than raw HTML.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
www.linkedin.com/in/moinuddinkazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 01:24 AM
Hi @El Cuchi ,
The description field in ServiceNow is typically a string field, meaning it mainly supports plain text.
If you need to format the content, you might be limited to:
- Special Characters: You can use only line breaks.
For most practical purposes, if you need to add formatted text, consider using the rich text capabilities provided in the ServiceNow platform rather than raw HTML.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
www.linkedin.com/in/moinuddinkazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~