
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:30 AM
How to add a hyperlink in a clickable format in the Show display message. Recommended steps if any.
1) Created a macro variable in catalog form.
2) UI Macro - > within <div> ....text.... <a href="https:// ......."target="blank" </div> Click here </a>
my https is the SP view of a different catalog item .
Error message: Error at the line (**) The reference to entity "sys_id" must end with the ';' delimiter.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 07:45 AM
Great to know it worked.
Kindly close the thread by marking Answer as Correct so that it does not appear in unanswered list.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:36 AM
Hi Mohana,
Is there of special character, '&' etc. in URL. If so, try replacing '&' with '&'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 07:23 AM
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2020 09:39 AM
If you got it working kindly mark the thread as correct & close it so that it does not appear in unanswered list.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 10:01 AM
Yes, I have "&" in the URL ...