- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:19 AM
Hi All,
I want to add anchor tag with href link which redirect to other page in additional comment field?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:22 AM - edited 08-22-2023 07:23 AM
Hi
yes this possible. You have to wrap your HTML the following way
[code]<a href="http://www.google.de">Google</a>[/code]
And also make sure, that a certain system property is set. See https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/field-administr...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:29 AM - edited 08-22-2023 07:30 AM
Hello @shadoworg ,
You use [code][/code] tags for this purpose. Ex:
[code]<a href="https://www.servicenow.com">ServiceNow.com</a>[/code] |
You need to ensure first that system property is active to allow html entries:
glide.ui.journal.use_html
And Please refer to this: https://www.servicenow.com/community/in-other-news/formatting-within-journal-fields-using-html-code/...
@shadoworg , Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:35 AM
Hello @shadoworg
You need to add a Code block tag for rendering your html script into the work notes field.
[code]<a href="link_to_redirect">Text to Display</a>[/code]
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:22 AM - edited 08-22-2023 07:23 AM
Hi
yes this possible. You have to wrap your HTML the following way
[code]<a href="http://www.google.de">Google</a>[/code]
And also make sure, that a certain system property is set. See https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/field-administr...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:29 AM - edited 08-22-2023 07:30 AM
Hello @shadoworg ,
You use [code][/code] tags for this purpose. Ex:
[code]<a href="https://www.servicenow.com">ServiceNow.com</a>[/code] |
You need to ensure first that system property is active to allow html entries:
glide.ui.journal.use_html
And Please refer to this: https://www.servicenow.com/community/in-other-news/formatting-within-journal-fields-using-html-code/...
@shadoworg , Please mark my answer as "Accept as Solution" and "Helpfuls." If it works for you.
Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:35 AM
Hello @shadoworg
You need to add a Code block tag for rendering your html script into the work notes field.
[code]<a href="link_to_redirect">Text to Display</a>[/code]
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 07:51 AM - edited 08-22-2023 07:52 AM
[code]<a href="https://www.fb.com">Facebook</a>[/code]