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!
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?