Datafix to close order header
Hi Team,
Can we apply the below datafix to change the order status to 'Closed' from 'Booked'. All order lines are closed and invoice is generated.
update oe_order_headers_all
Set flow_status_code = 'Closed'
where header_id = 'XXXXXXX'.
Thanks,
RP