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