InventBlockingQualityOrderSync.pdsAjustInventQtyForQualityOrders Method [AX 2012]

Updates the related quality orders from inventory quantity adjustment.

Syntax

protected void pdsAjustInventQtyForQualityOrders(
    RefRecId _inventBlockingId, 
    InventQty _qtyDelta, 
    PdsCWInventQty _cwQtyDelta, 
   [NoYes _updateMarkCompleteBlocking])

Run On

Server

Parameters

  • _updateMarkCompleteBlocking
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether the update should target the blocking or non-blocking quality orders.

See Also

Reference

InventBlockingQualityOrderSync Class