- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:54 AM - edited 12-12-2022 12:55 AM
Hi,
When i post link in work notes its showing as a text. can anyone tell me how to write the code for cickable link in work notes.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 01:22 AM
If it's manually added then you need to educate the users about the html tags.
If it's going to be through integration then you can simply format the comments same as the sample I've provided.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 01:08 AM - edited 12-12-2022 01:12 AM
You can use [code] [/code] block to enter html responses in worknotes and comments
the below reference will add link to INC0000001. Please replaces the sys_id
[code] <a href="/incident.do?sys_id=<sys_id>">INC0000001</a> [/code]
Result
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 01:11 AM - edited 12-12-2022 01:12 AM
Hi @Vasantharajan N ,
i am new to service now did i need to write business rule for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 01:13 AM
Are you manually adding the worknotes/comments OR automatically adding it to the ticket?
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 01:15 AM
users manually adding the worknotes and we are using integrations also at that time worknotes will update automatically.