Share via


VendInvoiceDocument.parmMatchingTaskPossible Method [AX 2012]

Determines whether the matching task has enough data to run for the invoice document.

Syntax

public VendInvoiceMatchingTaskPossible parmMatchingTaskPossible(
    CompanyId _companyId, 
    TableId _tableId, 
    RecId _recId)

Run On

Called

Parameters

Return Value

Type: VendInvoiceMatchingTaskPossible Extended Data Type
NoYes::Yes if the matching task has sufficient data to run; otherwise NoYes::No.

See Also

Reference

VendInvoiceDocument Class