Share via


InventUpd_Physical::newSalesPackingSlip Method [AX 2012]

Initializes the inventUpd_Physical class when updating the physical inventory from sales orders, which means taking stock out of inventory (packing slip or invoice).

Syntax

server public static InventUpd_Physical newSalesPackingSlip(
    InventMovement _inventMovement, 
    CustPackingSlipTrans _custPackingSlipTrans, 
    PackingSlipId _packingSlipId, 
   [InventPhysicalReduction _physicalReduction, 
    CustPackingSlipTransHistory _previousCustPackingSlipTransHistory, 
    Voucher _voucherMatched, 
    InventDimId _inventDimIdPhysicalMatched])

Run On

Server

Parameters

Return Value

Type: InventUpd_Physical Class
An InventUpd_Physical object.

See Also

Reference

InventUpd_Physical Class