PurchEditLinesForm_Invoice.invoiceLineEditPartial Method [AX 2012]

Determines whether the invoice line is partially editable.

public boolean invoiceLineEditPartial(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 line is equal to the 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: