ProjFundingLimitTrackingManager::existsVendorInvoiceActiveDocLine Method [AX 2012]
Checks for an active vendor invoice document line based on a source document line reference.
client server public static boolean existsVendorInvoiceActiveDocLine(RefRecId sourceDocumentLineRecId)
Run On
CalledParameters
- sourceDocumentLineRecId
- Type: RefRecId Extended Data Type
The source document line
Return Value
Type: booleanReturns true if an active vendor invoice document line exists for the source document line reference; otherwise false.
Show: