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.

See Also

Reference

SalesTable Table