
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 01:55 AM
Is it possible to insert a link in the help text of a variable of a catalog item?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 02:00 AM
I was able to resolve it by using the field instructions below the field Help text

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 02:00 AM
Hi @Tomi Corigliano ,
You can follow below article to achieve the same, fair warning it will require you to update system property.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 02:00 AM
I was able to resolve it by using the field instructions below the field Help text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2022 02:53 AM
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