VendInvoiceInfoLine.initFromAgreementLine Method
Creates a new VendInvoiceInfoLine table record intialized from the _agreementLine record.
Syntax
public boolean initFromAgreementLine(AgreementLine _agreementLine)
Run On
ClientOrServer
Parameters
- _agreementLine
Type: AgreementLine Table
An AgreementLine table record used to initialize the new VendInvoiceInfoLine table record.
Return Value
Type: boolean
true if the VendInvoiceInfoLine table record was created; otherwise, false.