- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 02:13 AM
I have 2 fields Select server having options as Application, database and infrastructure.
There is another field called Name.
The name field should only display helptext if application or database is selected.
Also the helptext is having a link in it. How to achieve this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 02:48 AM
Hello @SHALIKAS
Unfortunately, displaying help text dynamically is not possible.
Instead, we can use g_form.showFieldMsg() to achieve the desired result.
Refer the post from another thread: How to change dynamically the help text of a variable on a portal form?
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 04:00 AM
but here I want to display hyperlink, how to do that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 04:08 AM
Unfortunately it's not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 04:12 AM
Thank You for marking my response helpful.
Could you also please mark it as an accepted solution.
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2025 05:03 AM
Hi @SHALIKAS ,
I have provided to add hyperlink below any field on this thread: https://www.servicenow.com/community/developer-forum/how-to-add-hyperlink-in-showfieldmssg-inn-catal...
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2025 10:40 PM
Thank you for acknowledging my solution as helpful! The community now supports multiple accepted solutions, so you can accept more than one answer.