Share via


InventUpd_Physical::newPurchPackingSlip Method [AX 2012]

Initializes the inventUpd_Physical class when updating the physical inventory from purchase orders, which means putting stock in the inventory (packing slip or invoice).

Syntax

server public static InventUpd_Physical newPurchPackingSlip(
    InventMovement _inventMovement, 
    VendPackingSlipTrans _vendPackingSlipTrans, 
    PackingSlipId _packingSlipId, 
   [VendPackingSlipTransHistory _previousVendPackingSlipTransHistory, 
    InventDimId _inventDimIdPhysicalMatched])

Run On

Server

Parameters

Return Value

Type: InventUpd_Physical Class
An inventUpd_Physical object.

See Also

Reference

InventUpd_Physical Class