Add Hint to a choice type filed based on the choice selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-29-2024 01:32 AM
Hi All, we have a requirement, for the below mentioned context,
1. XYZ is a choice type field with yes/no as options
2. our requirement is when XYZ field is set to Yes, then it has to show a Hint message
3. If i add it as Hint in Yes choice it is not working, can you please help how to add a hint based on choice selection on a field (XYZ-Yes).
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-29-2024 02:05 AM
Hello,
Please check below discussion it might be able to help you.
https://www.servicenow.com/community/developer-forum/how-to-show-help-tips-on-forms/m-p/2660490
If my answer has helped you in any way please mark it as correct or helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-29-2024 02:07 AM
Hi @PoorneshK ,
Well you will need to use DOM manipulation to rebuilt your choice list on the Client-side.
Disclaimer: DOM manipulation is not recommended because it may break in a future upgrade when the DOM changes.