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
CalledParameters
- _sourceDocumentLine
- Type: SourceDocumentLine Table
The source document line
Return Value
Type: booleanReturns true if the source document line references a purchase order; otherwise false.
Show: