How to populate Hint text based on drop down values
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 10:10 PM
Hi Expert,
Use case is want to display the hint text based on the drop down values. Please let me know how to achieve this.
Thanks
Srini
Labels:
- Labels:
-
Service Catalog
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 10:56 PM
you can try to set dynamic field msg instead of help text based on values the user chooses. This can be achieved using the client script -
g_form.showFieldMsg(String field, String message, String type)