ProjFundingLimitTrackingManager::existsVendorInvoiceActiveDocument Method [AX 2012]

Checks for an active vendor invoice document based on a source document reference.

client server public static boolean existsVendorInvoiceActiveDocument(RefRecId _sourceDocumentHeaderRecId)

Run On

Called

Parameters

_sourceDocumentHeaderRecId
Type: RefRecId Extended Data Type
The source document

Return Value

Type: boolean
Returns true if an active vendor invoice document exists for the source document reference; otherwise false.
Show: