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
- _inventMovement
Type: InventMovement Class
An instance of the InventMovement class.
- _vendPackingSlipTrans
Type: VendPackingSlipTrans Table
A VendPackingSlipTrans table record.
- _packingSlipId
Type: PackingSlipId Extended Data Type
A packing slip ID.
- _previousVendPackingSlipTransHistory
Type: VendPackingSlipTransHistory Table
A VendPackingSlipTransHistory table record.
- _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.