insert hyperlink in additional comments

priya92
Kilo Expert

Hi

we have scenario where case is linked to RITM and updates on the RITm is copied to case additional comments to be sent to external customer via workflow script of RITM

Snapshot of the code which updates case is as below and this is all working fine 

Now the requirement is we need the comments variable appended with a url  along with RITM variables, basically i need to a way to plug in html anchor tag in side the var comments.

 

 

find_real_file.png

1 ACCEPTED SOLUTION

try

[code]<a href="https://google.com" target="_blank">Google</a>[/code]

View solution in original post

12 REPLIES 12

Hi Willem,

Thanks  that worked.

Much appreciated!!

 

Regards,

You are welcome. Glad it works.

Have you marked your own reply as Correct by mistake? Kindly mark my answer as Correct.

Thank you! šŸ™‚

Thanks. this is helpful

Hi Willem, do you know how to make the link opened in new tab automatically instead of in servicenow?

When I click on Journal, it goes as per below
find_real_file.png