Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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());