Share via


SalesLineType.mcrSetDropShipStatus Method [AX 2012]

Determines and sets the status for drop ship orders.

Syntax

public void mcrSetDropShipStatus(SalesLine _salesLine, [InventTransIdSum _inventTransIdSum])

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The SalesLine record for the drop ship order.
  • _inventTransIdSum
    Type: InventTransIdSum Class
    The InventTransIdSum associated with the sales order; optional.

See Also

Reference

SalesLineType Class