PurchEditLinesForm_Invoice.invoiceHeaderEditPartial Method [AX 2012]

Determines whether the invoice header is partially editable.

public boolean invoiceHeaderEditPartial(VendInvoiceInfoTable _vendInvoiceInfoTable)

Run On

Client

Parameters

_vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The VendInvoiceInfoTable record to evaluate.

Return Value

Type: boolean
true if the VendInvoiceRequestStatus field for the header is equal to a InReview or Rejected enumeration value and if the user has a pending work item that is equal to a Task or Approval enumeration value; otherwise, false.

Community Additions

ADD
Show: