ProjectSourceDocumentLineItemHelper::isProject Method [AX 2012]

Determines whether the source document line item is for a project.

server public static boolean isProject(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 item is for a project; otherwise, false.
Show: