Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How hyperlink in the show field message works?. Recommended steps if any

Mohana Rangan R
Mega Contributor

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.

Reference: https://community.servicenow.com/community?id=community_question&sys_id=c76c47a5db9cdbc01dcaf3231f96...

 

1 ACCEPTED SOLUTION

Great to know it worked.

 

Kindly close the thread by marking Answer as Correct so that it does not appear in unanswered list.

View solution in original post

8 REPLIES 8

Jaspal Singh
Mega Patron

Hi Mohana,

 

Is there of special character, '&' etc. in URL. If so, try replacing '&' with '&amp;'

Thanks! 

 

If you got it working kindly mark the thread as correct & close it so that it does not appear in unanswered list.

Mohana Rangan R
Mega Contributor

Yes, I have "&" in the URL ...