ProjFundingLimitTrackingManager::isVendorInvoiceActiveDocument Method [AX 2012]
Return whether this source document references an active vendor invoice document.
client server public static boolean isVendorInvoiceActiveDocument(RefRecId _sourceDocumentHeaderRecId)
Run On
CalledParameters
- _sourceDocumentHeaderRecId
- Type: RefRecId Extended Data Type
The source document
Return Value
Type: booleanReturns true if the source document references an active vendor invoice; otherwise false.
Show: