Discussions
SalesOrderItemList not populated within the SalesOrder list
I am trying to retrieve all the SalesOrder entries along with their SalesOrderItemList sub-entries from the demo account of NetSuite.
Using a TransactionSearchBasic, I am able to retrieve 600+ elements typed as SalesOrder. However, all the itemList properties are null. Yet, a rapid inspection through the Web UI indicates that the demo accounts contains many transactions where the itemList is not null.
Does anyone know how to get this field populated? Ideally during the search, to keep the API overhead low. My end goal is to retrieve the entire history of sales orders.
Thanks in advance,
Best regards,
Joannes
Ps: I am using .NET, but for some reason I get an