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!
Frustrated with NS Objects
Maybe this is because I am a total .NET newb, but I am having a VERY hard time getting started scripting ASP.NET pages for WebServices. I am trying to do a simple customer & contact insert, and while I am able to insert the two objects, I have been unable to determine the new internal IDs for my two new entities.
I know the internal IDs are returned in the SOAP response, but I have no idea how to get to them. Obviously it must have something to do with the WriteResponse returned by the add operations, but I just cannot figure out how to get to the information. The documentation is there but doesn't tell me how to get to the information, its all abstract. Obviously I should be smarter and know it all means, but I'm not.