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
ServerParameters
- _sourceDocumentLineItem
- Type: SourceDocumentLineItem Class
The source document line item.
Return Value
Type: booleantrue if project extensions to the source document framework can handle a source document line item; otherwise, false.
Show: