- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 09:35 AM
Hello all
How does one go about enabling search on a custom attribute added to the sc_cat_item table?
I have a custom attribute u_lob_head, String and I have specified an index. However, when I execute
a GET using the REST API explorer in the form
https://XXX.service-now.com/api/now/table/sc_cat_item?sysparm_query=u_lob_head=bob.rodgers
The search condition is ignored.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 09:42 AM
Hi @Sanjay Rallapal ,
Try below one replacing your instance name with get method
https://XXX.service-now.com/api/now/table/sc_cat_item?sysparm_query=u_lob_headLIKEbob.rodgers
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 09:42 AM
Hi @Sanjay Rallapal ,
Try below one replacing your instance name with get method
https://XXX.service-now.com/api/now/table/sc_cat_item?sysparm_query=u_lob_headLIKEbob.rodgers
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand