How to add HTML content in Task description

wakespirit
Kilo Guru

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

7 REPLIES 7

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]"

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

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

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 ?