ProjectSourceDocumentLineItemHelper::isProjectRevenue Method [AX 2012]

Determines whether the source document line is for accruing project revenue.

server public static boolean isProjectRevenue(RefRecId _sourceDocumentLine)

Run On

Server

Parameters

_sourceDocumentLine
Type: RefRecId Extended Data Type
The source document line item.

Return Value

Type: boolean
true if source document line is for accruing project revenue; otherwise, false.
Show: