Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
PurchaseOrder vs SalesOrder CustomFieldList
The code below is vb.net. "_nsService" is a little helper object.
The code below works great for Purchase Orders. If I try to use it for Sales Orders, the TranId will display. When I try to access the CustomFieldList object, I get "Object reference not set to an instance of an object." The same will occur for ItemList. Again, these objects work for PO's but not SO's
I know the wsdl definitions for PO and SO are different but when I look at the soap response, the definitions for CustomFieldList and ItemList look the same.
Would anyone be able to help?
0