PurchEditLinesForm_Invoice.invoiceLineEditFull Method [AX 2012]
Determines whether the invoice line is editable.
public boolean invoiceLineEditFull(VendInvoiceInfoTable _vendInvoiceInfoTable)
Run On
ClientParameters
- _vendInvoiceInfoTable
- Type: VendInvoiceInfoTable Table
The VendInvoiceInfoLine record to evaluate.
Return Value
Type: booleantrue if the VendInvoiceRequestStatus field for the invoice line is equal to the Draft enumeration value; otherwise, false.
Community Additions
ADD
Show: