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
CalledParameters
- _sourceDocumentHeaderRecId
- Type: RefRecId Extended Data Type
The source document
Return Value
Type: booleanReturns true if an active vendor invoice document exists for the source document reference; otherwise false.
Show: