Links inserted in HTML fields are not clickable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2019 11:55 PM
Links inserted in HTML fields are not clickable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 12:29 AM
Hi,
please check the following article and try the suggested workaround:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0565110
If I have answered your question, please mark my response as correct and/or helpful.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 01:36 AM
Hi,
Kindly share the code .
Regards,
Munender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2020 09:51 PM
I think I came up with a good solution to this one.
One important piece of information to know about ServiceNow's HTML fields is that when they're in a read-only state, links behave more like you're used to seeing in the broader web (meaning, you left click the link your browser takes you there).
- Create an additional field of Type = Yes/No. Maybe name it "Edit Mode". Place it somewhere close to the HTML field where your storing links.
- Create a UI Policy that sets your HTML field to read only unless "Edit Mode" is checked.
- Also, set a business rule to uncheck "Edit Mode" on Save so that your HTML field is really only in edit mode when someone's looking at the field and wants to edit its content.
HTML field in Read Only mode
Edit Mode
UI Policy
Business Rule