Share via


SalesLineType.initFromAgreementLine Method [AX 2012]

Initializes the SalesLine record by using an AgreementLine record.

Syntax

public void initFromAgreementLine(AgreementLine _agreementLine)

Run On

Called

Parameters

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

See Also

Reference

SalesLineType Class