Share via


PurchRFQCaseLine.initFromVendPackingSlipTrans Method

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

  • _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.

See Also

Reference

PurchRFQCaseLine Table