Hi Rajesh, In OFBiz valid status changes are handled using StatusValidChange entity. You can refer applications/datamodel/data/seed/OrderSeedData.xml for the valid status change data of order.
Currently, ORDER_HOLD, ORDER_APPROVED, ORDER_REJECTED and ORDER_CANCELLED are the valid status changes available from ORDER_PROCESSING HTH Thanks and Regards, *Aditya Sharma* | Enterprise Software Engineer HotWax Commerce <http://www.hotwax.co/> by HotWax Systems <http://www.hotwaxsystems.com/> <https://www.linkedin.com/in/aditya-sharma-78291810a/> On Mon, May 14, 2018 at 9:35 AM Rajesh Mallah <[email protected]> wrote: > Hi , > > I am not able to change status of a order , the service *changeOrderStatus > * > says: > > > Could not change order status; status is not a valid change.: > [ORDER_PROCESSING] -> [ORDER_SENT]" > > > As per the Sales Order Management Process Overview > > https://cwiki.apache.org/confluence/display/OFBIZ/Sales+Order+Management+ > Process+Overview > > Order Status > An Order Status is an easy visual indication to alert business about the > orders requiring actions or not. > > An Order can have the following status: > > Created > Approved > Processing > Sent > Held > Rejected > Completed > Cancelled > > > Can any one pls guide what are the allowed status changes if current status > is ORDER_PROCESSING > > regds > mallah >
