How to show a field message if the cursor is placed inside the Short description field in a incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 05:57 AM
Hi Team,
If the cursor is placed inside the short description field of incident GUI, then the field message should appear on below the short description field.
Could you please suggest how to achieve this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 06:13 AM
Hello @Anusha Savanth
Please follow the below steps:
- Navigate to - Configure dictionary
- Click on advanced view
- Navigate to labels in the related list
- Go to the hint column, and add your text.
- Refresh the screen, and your help message should be visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 06:25 AM
If I Click inside the empty short description field then only the message should appear.
It should not appear as onhover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 06:28 AM
@Anusha Savanth That is not practically possible in servicenow
as @SatyakiBose mentioned you can use helper text and show it as question mark symbol when they hover on that question mark they can see text
or write onChange client script on description
so when something entered then field message will appear
Bharath Chintala