Share via


SalesLine.initFromCustQuotationTrans Method

Initializes a SalesLine table buffer that is based on a CustQuotationTrans table buffer.

Syntax

public void initFromCustQuotationTrans(
    CustQuotationTrans _custQuotationTrans, 
   [boolean _copyPrecisely, 
    boolean _copyPriceDisc, 
    boolean _copyQty, 
    Qty _qty])

Run On

Called

Parameters

  • _custQuotationTrans
    Type: CustQuotationTrans Table
    The CustQuotationTrans table from which to initialize the SalesLine table buffer.
  • _copyPrecisely
    Type: boolean
    A Boolean value that indicates whether to exactly copy all of the account and tax details; optional.
  • _copyPriceDisc
    Type: boolean
    A Boolean value that indicates whether to copy the price discount fields; optional.
  • _copyQty
    Type: boolean
    A Boolean value that indicates whether to copy the quantify information; optional.
  • _qty
    Type: Qty Extended Data Type
    A quantity object that sets the SalesQty field value of the new SalesLinetable buffer to differ from value of the other table buffer; optional.

See Also

Reference

SalesLine Table