Fetch lookup select box value
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 10:43 PM
how to fetch catalog item name from a lookup select box variable which refers to catalog item table having reference qualifier to show only 4 catalogitems from which 2 catalogs item i want to fetch that 2 catalog item name in if condition
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 05:35 AM
Hi @Ashish Das
Can you explain in detail of your issue/requirement with screenshots?
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 05:40 AM - edited ‎10-22-2024 05:42 AM
This should work
g_form.getDisplayValue('<field name>')
or
g_form.getValue('<field name>')
-Anurag