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 current PurchRFQCaseLine record buffer, from a VendPackingSlipTrans record buffer.
Syntax
public void initFromVendPackingSlipTrans(
VendPackingSlipTrans _vendPackingSlipTrans,
[boolean _copyPrecisely,
boolean _copyPriceDisc,
boolean _copyQty,
Qty _qty])
Run On
ClientOrServer
Parameters
- _vendPackingSlipTrans
Type: VendPackingSlipTrans Table
The VendPackingSlipTrans record buffer.
- _copyPrecisely
Type: boolean
A Boolean value that indicates whether to copy the name and dimension data.
- _copyPriceDisc
Type: boolean
A Boolean value that indicates whether to copy the price discount data.
- _copyQty
Type: boolean
A Boolean values that indicates whether to copy the quantity information.
- _qty
Type: Qty Extended Data Type
The quantity to use for the purchase quantity.