ProjectSourceDocumentLineItemHelper::canProcessProject Method [AX 2012]

Determines whether project extensions to the source document framework can handle a source document line item.

server public static boolean canProcessProject(SourceDocumentLineItem _sourceDocumentLineItem)

Run On

Server

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.

Return Value

Type: boolean
true if project extensions to the source document framework can handle a source document line item; otherwise, false.
Show: