Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventMovement
Type: InventMovement Class
- _vendPackingSlipTrans
Type: VendPackingSlipTrans Table
- _packingSlipId
Type: PackingSlipId Extended Data Type
The purchParmtable.num from the PurchEditLines form.
- _previousVendPackingSlipTransHistory
Type: VendPackingSlipTransHistory Table
- _inventDimIdPhysicalMatched
Type: InventDimId Extended Data Type
Return Value
Type: InventUpd_Physical Class
An inventUpd_Physical object.