Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.