Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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());