PurchFormletterParmDataInvoice.createVendInvoiceLineFromPurchAgrLine Method [AX 2012]
Initializes VendInvoiceInfoLine table record by calling the initFromPurchAgreementLine method from the specified AgreementLine record.
protected boolean createVendInvoiceLineFromPurchAgrLine(AgreementLine _agreementLine, TradeLineRefId _tableRef)
Run On
ServerParameters
- _agreementLine
- Type: AgreementLine Table
An AgreementLine table record that is used to initialize the new VendInvoiceInfoLine table record.
- _tableRef
- Type: TradeLineRefId Extended Data Type
The table reference of the new VendInvoiceInfoLine table record.
Return Value
Type: booleantrue if the VendInvoiceInfoLine table record was created; otherwise, false .
Community Additions
ADD
Show: