How to show the help text in Refence field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 09:55 AM
Hi ,
I need some help in placing this help text "Enter the name " - within the field in a reference field to User table .
once we select any values it gets removed .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 10:24 AM
Hi @thirumala2,
Enter the tool tip or add annotation for variables.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 08:59 AM
hi @Sagar Pagar ,
Thanks for the response.
Its not working and annotation section is not showing here .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 10:01 AM
Hi @thirumala2 ,
That is the place holder text. For single line text and multiline text you can give on Example Text.
But reference we don't have option try below onload catalog client script
var val=g_form.getControl('requested_for'); //add variable name
val.placeholder="Select user Here";
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 08:13 AM