ProjFundingLimitTrackingManager::isVendorInvoiceLineSavedOrBeingSaved Method [AX 2012]
Determines if the source document implementation for vendor invoice line represents a saved line or an active line that is currently being saved.
client server public static boolean isVendorInvoiceLineSavedOrBeingSaved(SourceDocumentLineImplementation _sourceDocumentLineImplementation)
Run On
CalledParameters
- _sourceDocumentLineImplementation
- Type: SourceDocumentLineImplementation Map
The source document line implementation.
Return Value
Type: booleanReturns true if the ParmId field on the VendInvoiceInfoLine table is empty; false, otherwise.
Show: