Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
retrieve records from a saved search with child records and grandchild records
Is there a way using any NetSuite API (SOAP or REST) to retrieve records from a saved search that also includes child records and grandchild records?
We have three objects in play.
- ZAB Subscription
- ZAB Subscription Item, which is a child of ZAB Subscription
- ZAB Count Data, which is a child of ZAB Subscription Item
Today we have to execute three separate searches and then go through all of them to match data up to each other. Ideally, I would like to be able to run just a saved search on ZAB Subscription and get back the matching ZAB Subscription records, along with child ZAB Subscription Item records