SalesTable::mcrUpdateSalesStatus Method
Updates the status and order stopped flag of the passed SalesTable record.
Syntax
client server public static void mcrUpdateSalesStatus(
SalesTable _salesTable,
SalesStatus _status,
[MCROrderStopped _mcrOrderStopped])
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
The SalesTable record for which this methods updates status and stopped order flag.
- _status
Type: SalesStatus Enumeration
The status to be set on the passed sales order.
- _mcrOrderStopped
Type: MCROrderStopped Extended Data Type
The NoYes enumeration that determines whether the order is stopped; optional.