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

Called

Parameters

_sourceDocumentLineImplementation
Type: SourceDocumentLineImplementation Map
The source document line implementation.

Return Value

Type: boolean
Returns true if the ParmId field on the VendInvoiceInfoLine table is empty; false, otherwise.
Show: