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