PurchEditLinesForm_Invoice.invoiceLineEditFull Method [AX 2012]

Determines whether the invoice line is editable.

public boolean invoiceLineEditFull(VendInvoiceInfoTable _vendInvoiceInfoTable)

Run On

Client

Parameters

_vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The VendInvoiceInfoLine record to evaluate.

Return Value

Type: boolean
true if the VendInvoiceRequestStatus field for the invoice line is equal to the Draft enumeration value; otherwise, false.

Community Additions

ADD
Show: