Share via


PurchRFQCaseLine.initFromAgreementLine Method

Initializes the RFQ case line from agreement line.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void initFromAgreementLine(
            AgreementLine _agreementLine, 
           [boolean copyPrecisely, 
            boolean copyPriceDisc, 
            boolean copyQtyAmount, 
            PurchLineAmount qtyAmount, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initFromAgreementLine(
            AgreementLine _agreementLine, 
           [boolean copyPrecisely, 
            boolean copyPriceDisc, 
            boolean copyQtyAmount, 
            PurchLineAmount qtyAmount, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initFromAgreementLine(
            AgreementLine _agreementLine, 
           [boolean copyPrecisely, 
            boolean copyPriceDisc, 
            boolean copyQtyAmount, 
            PurchLineAmount qtyAmount, 
            PdsCWInventQty _cwQty])

  Microsoft Dynamics AX 2012 (FPK)
          public void initFromAgreementLine(
            AgreementLine _agreementLine, 
           [boolean copyPrecisely, 
            boolean copyPriceDisc, 
            boolean copyQtyAmount, 
            PurchLineAmount qtyAmount])

  Microsoft Dynamics AX 2012 (SYS)
          public void initFromAgreementLine(
            AgreementLine _agreementLine, 
           [boolean copyPrecisely, 
            boolean copyPriceDisc, 
            boolean copyQtyAmount, 
            PurchLineAmount qtyAmount])

Run On

Called

Parameters

  • _agreementLine
    Type: AgreementLine Table
    The purchase agreement order line from which to initialize the record.
  • copyPrecisely
    Type: boolean
    The inventory dimensions and category from agreement line to copy.
  • copyPriceDisc
    Type: boolean
    The discounts from agreement line to copy.
  • copyQtyAmount
    Type: boolean
    The inventory dimensions ID and units from agreement line to copy.

Remarks

The qtyAmount parameter is only used if the copyQtyAmount parameter is set to true.

See Also

Reference

PurchRFQCaseLine Table