Discussions
How to pull Cash Sale & Sales Order Items using SuiteAnalytics Connect?
Hello,
I'm creating a connection to the NetSuite DB using a third party ODBC driver that uses the SOAP API for BI purposes,
To understand the Netsuite schema I'm looking at https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_2/schema/record/cashsale.html,
I'm able to pull the CashSales and the SalesOrder tables through the driver although I'm not being able to find the list of items associated to these CashSales/SalesOrders, I can see the InventoryItem and other similar tables but I don't know where the association between this records lives,
Could you give me any guidance in where to find this association in the schema?