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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Help updating or adding InventoryItem
Greetings. I am working on a project in C# that uses the NetSuite webservices API. I am developing in MSVS 2005.
I am having trouble when executing the add or update webservice request with an InventoryItem record. The error report I can get back only states "Unexpected Error occurred". With all other development kinks I have had, I have been able to determine the problem looking at the message in the statusDetail field inside of the WriteResponse.status field, but this message is a bit unhelpful.
Here is my code where I construct the InventoryItem record. This is from a conversion function where I convert a proprietary object into the NetSuite InventoryItem object. Most of the fields in the proprietary object are of the same type as their counterpart in InventoryItem. Where they are not you can see the conversion.