Share via


VendInvoiceInfoLine.initFromPurchAgreementLine Method

Creates a new VendInvoiceInfoLine table record that is initialized from a specified AgreementLine record.

Syntax

public boolean initFromPurchAgreementLine(AgreementLine _agreementLine)

Run On

ClientOrServer

Parameters

  • _agreementLine
    Type: AgreementLine Table
    An AgreementLine table record that is used to initialize the new VendInvoiceInfoLinetable record.

Return Value

Type: boolean
true if the VendInvoiceInfoLine table record was created; otherwise, false

See Also

Reference

VendInvoiceInfoLine Table