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.
NetSuite WebService API
Some questions for the NetSuite WebService API.
1. When creating a default itemfulfillment record in NSuite (with administrator permissions) I get an error regarding the shipping address… why?
a. Procedure used: Use the NetSuite.Initialize method with an associated salesorder to return a new itemfullment.
b. Add the inventorydetail to each item, and save.
c. Clearing the address out prevented the error… but then the address was updated to null L
2. Same procedure as above – but the “inFulfillment” flag on the item says “No” via the web page, even though the status is “Picked”… why?
3. Need to set up tracking numbers and shipping boxes for the itemfulfillment record, to advance to the packed / shipped states. Are there any good examples of how to achieve this via the web service API – preferably in .Net language.