Share via


PurchLineType.initFromAgreementLine Method [AX 2012]

Initializes a PurchLine record by using the specified AgreementLine record.

Syntax

public void initFromAgreementLine(AgreementLine _agreementLine)

Run On

Called

Parameters

  • _agreementLine
    Type: AgreementLine Table
    The AgreementLine record from which to initialize the PurchLine record.

See Also

Reference

PurchLineType Class