I want to Reopen a Sales Order in Business Central from PowerApps, so I m using following formula:
Patch('salesOrders (v2.0)',LookUp('salesOrders (v2.0)',number = _varSalesOrder.number),{status:"Open"});
It is not updating anything in the Business central, can anyone suggest what is the process outside Business central If I want to reopen Sales order and create shipments?
Thanks in advance!