Share via


InventUpd_Physical::newPurchPackingSlipProforma Method [AX 2012]

Creates and itializes an instance of the InventUpd_Physical class to to be used for physical inventory update calculation.

Syntax

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

Run On

Server

Parameters

  • _inventDimIdPhysicalMatched
    Type: InventDimId Extended Data Type
    An InventDim table record ID that specifies inventory dimensions that are matched against previous packing slip.

Return Value

Type: InventUpd_Physical Class
An instance of the InventUpd_Physical class.

See Also

Reference

InventUpd_Physical Class