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 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
- _inventMovement
Type: InventMovement Class
- _custPackingSlipTrans
Type: CustPackingSlipTrans Table
- _packingSlipId
Type: PackingSlipId Extended Data Type
- _physicalReduction
Type: InventPhysicalReduction Enumeration
- _previousCustPackingSlipTransHistory
Type: CustPackingSlipTransHistory Table
- _voucherMatched
Type: Voucher Extended Data Type
- _inventDimIdPhysicalMatched
Type: InventDimId Extended Data Type
Return Value
Type: InventUpd_Physical Class
An InventUpd_Physical object.