Share via


WMSOrderTransType.deleteNotPhysicalUpdated Method [AX 2012]

Deletes WMSOrderTrans records that have an expedition status of Registered, Activated, and Started.

Syntax

protected void deleteNotPhysicalUpdated(
    boolean _removeFromOrder, 
    WMSOrder _wmsOrder, 
    boolean _updateRoute)

Run On

Called

Parameters

  • _removeFromOrder
    Type: boolean
    A Boolean value that determines whether transaction quantities reduce the overall order quantity.
  • _wmsOrder
    Type: WMSOrder Table
    The WMSOrder record that the transaction belongs to.
  • _updateRoute
    Type: boolean
    A Boolean value that determines whether the route must be updated.

See Also

Reference

WMSOrderTransType Class