ProjFundingLimitTrackingManager::isPurchaseOrderSourceDocLine Method [AX 2012]

Returns whether the source document line references a purchase order.

client server private static boolean isPurchaseOrderSourceDocLine(SourceDocumentLine _sourceDocumentLine)

Run On

Called

Parameters

_sourceDocumentLine
Type: SourceDocumentLine Table
The source document line

Return Value

Type: boolean
Returns true if the source document line references a purchase order; otherwise false.
Show: