how to display field hint all the time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 11:11 PM
Hi all,
I want create a field hint and display all the time, not only put mouse over the field.
how can I make it.?
Thanks very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 11:55 PM
Hi Siva,
Thanks for your reply.
How can I make this on table form field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 12:03 AM
Hi @Chang Shuang
For table fields this kind of configuration is not available, alternatively you can use showFieldMsg method of g_form API.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 12:07 AM
Hi @Chang Shuang,
This functionality is not available on the table level, but you can use showFieldMsg method and also follow the below if it helps.
1. Open form -> Right click on context menu -> Configure -> Form Layout
2. Search '*Annotation' from left slushbucket add it to right slushbucket.
3. 'Annotation Details' block will get populated, add help text.
4. save.
On the Incident form, it looks like below.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 01:18 AM
Hi @Chang Shuang,
Can you please mark the answer as correct if it helped.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 11:53 PM
Hi @Chang Shuang ,
You can achieve that using Annotation. Refer - https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workspace/task/set-up-fo...