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.
Order Management Process Flow
Hi,
Can anyone please help me with the Order Management Process Flow.
I have created a Sales Order and the only Order Status while creating it that can be set is SalesOrderOrderStatus._pendingApproval even if the line to set is ommited.
I now have to generate invoice after this for the customer and retrieve the sales tax from the invoice object using the Java Webservice client any direction on how to do it will be helpful.
One more concern I have here, does ItemFulfillment is also able to generate the invoice?
ItemFulfillment itemFulfillment = new ItemFulfillment();
RecordRef recordRef = new RecordRef();
recordRef.setInternalId( ((RecordRef) baseRef).getInternalId());