Add a link in work notes for user to be able to click on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 10:47 AM
Hi everyone
I have a requirement for technicians to be able to add hyperlinks for users to click instead of pasting a full url. Below is what I've tried so far with luck. (trying to keep it as simple as possible) Has anyone achieved this without much customization.
[code]<a href = “https://www.google.com"> Click Me! </a>[code]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 10:59 AM
Thanks @Elijah Aromola
Unfortunately still no luck. I've tried several variations of the code without luck. Could there be a property restricting this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 11:09 AM
Yes there is glide.ui.security.allow_codetag.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 12:00 PM
I changed the property to true and now the hyperlink is visible so that part is great news!! however when I click the link it never opens