How to add HTML content in Task description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2018 02:42 AM
Dear all,
We have a case where I need to create a Task by populating description with HTML content.
I have seen from table that Description is pure string text.
Do I have to add a new box which accept HTML ?
Do I have to create a new taskTable wich inherit from task where I can add an HTML block content
What is the process to do ?
regards
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2022 07:44 PM
I do it this way on tasks. Remove the " at the beginning and end "
"[code]
<a href="put url here" target="_blank">Link Name</a>
[/code]"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2018 03:52 AM
Hello wakespirit
I think this is like a know issue. Have a look at : https://hi.service-now.com/kb_view.do?sysparm_article=KB0565110
Thanks,
Dravvy
Please Hit Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2018 04:31 AM
Would it be possible to place a UI Action on task form behind a button, where the link on button action will be dynamically build and access a url ?