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

Called

Parameters

sourceDocumentLineRecId
Type: RefRecId Extended Data Type
The source document line

Return Value

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