- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 08:49 AM
I have a reference field on a UI Page, but I cant seem to add a label to the field.
The field appears as expected, but the label is just missing:
Here is the reference field on the UI Page:
<g:ui_reference name="select_transfer_order" id="select_transfer_order" table="alm_transfer_order" label="Select Transfer Order"></g:ui_reference>
As you can see, I have the label defined as "Select Transfer Order". Why is it not showing up?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 08:51 AM
you will have to add the label before that like this
Select Transfer Order: <g:ui_reference name="select_transfer_order" id="select_transfer_order" table="alm_transfer_order" label="Select Transfer Order"></g:ui_reference>
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 08:51 AM
you will have to add the label before that like this
Select Transfer Order: <g:ui_reference name="select_transfer_order" id="select_transfer_order" table="alm_transfer_order" label="Select Transfer Order"></g:ui_reference>
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader