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.
Insert a New Line on an Existing Purchase Order
Background: We are currently working on an integration to hook up a legacy system with Netsuite Suitalk API. We were able to get inserts, updates, and upserts working just fine. We are using C# sdk and upsert operations. We are also providing unique external Ids and line id on each transaction...
Use Case:
Time 1: Create a Purchase Order with two Purchase order lines. (Works)
Time 2: Update a Purchase Order with two Purchase lines. (Works).
Time 3: Upsert a line 3, completely overwrites lines 1-2 (Bad)
We can't have that because there may be existing data attach to lines 1- 2. We expected the third line to be inserted into the database not affecting lines 1-2. Currently in the UI, you can do this. You can enter a purchase order then add additional lines. Am I using the wrong operation?