ProjectSourceDocumentLineItemHelper::canProcessProjectFromLineRecId Method [AX 2012]
Determines whether project extensions to the source document framework can handle a source document line item.
server public static boolean canProcessProjectFromLineRecId(RecId _sourceDocumentLineRecId)
Run On
ServerParameters
- _sourceDocumentLineRecId
- Type: RecId Extended Data Type
The record ID of the source document line.
Return Value
Type: booleantrue if project extensions to the source document framework can handle a source document line item; otherwise, false.
Show: