When using the NetSuite SOAP API I would like to retrieve the purchaseOrderList
for a VendorBill
record. The purchaseOrderList
field is shown as a RecordRefList
on this docs page, however that field doesn't populate on responses when performing a get
to retrieve a vendorBill
based on the internalId
.
I've tried setting the bodyFieldsOnly
header to false, hoping this would cause it to return all related fields, however this doesn't change the response.
Does anyone know how to force a RecordRefList
field type to populate?