- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-30-2022 10:24 PM
HI Team,
I want to filter query using "u_requested_for" and in the below snapshot contains display_value,how to filter using display value. Please suggest the query to get the u_requested_for
https://****.service-now.com/api/now/table/sc_req_item?number=RITM0016087&sysparm_display_value=true&u_requested_for=Selina Forte
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-30-2022 10:50 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-30-2022 10:28 PM
Hi,
you can give query using sysparm_query
https://****.service-now.com/api/now/table/sc_req_item?number=RITM0016087&sysparm_display_value=true&sysparm_query=u_requested_for.name=Selina Forte
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â03-30-2022 10:50 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader