Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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());