Is it possible to insert a link in the help text of a variable of a catalog item?

Tomi Corigliano
Kilo Sage

Is it possible to insert a link in the help text of a variable of a catalog item?

1 ACCEPTED SOLUTION

Tomi Corigliano
Kilo Sage

I was able to resolve it by using the field instructions below the field Help text

View solution in original post

3 REPLIES 3

Aman Kumar S
Kilo Patron

Hi @Tomi Corigliano ,

You can follow below article to achieve the same, fair warning it will require you to update system property.

https://www.servicenow.com/community/developer-forum/display-hyperlink-in-catalog-item-variable/m-p/...

 

Best Regards
Aman Kumar

Tomi Corigliano
Kilo Sage

I was able to resolve it by using the field instructions below the field Help text

SUBHAM AGARWAL
Tera Guru

Hello Tomi,

 

You can also as g_form.showFieldMsg() does not support hyperlink you can create custum variable and call widget/macro on that variable in the default value and keep the order of the custom variable just below original filed.  You can define the help text on widget. call macro if its not on the service portal.

 

Thanks