Share via


RetailReplenishmentTransferOrder.insertQyForTransfer Method [AX 2012]

Sets the transfer quantity.

Syntax

public void insertQyForTransfer(
    PurchLine _purchLine, 
    InventLocationId _inventLocationIdTo, 
    InventSiteId _inventSiteId, 
    Qty _qty, 
   [boolean _update, 
    boolean _lookupViaPurchTable])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that indicates whether to update the record.
  • _lookupViaPurchTable
    Type: boolean
    A Boolean value that indicates whether to refer PurchTable table to find the purchase order.

See Also

Reference

RetailReplenishmentTransferOrder Class