ProjectSourceDocumentLineItemHelper::sourceDocumentHasProject Method [AX 2012]

Determines whether the specified source document line item is part of a source document that has project information.

client server public static boolean sourceDocumentHasProject(SourceDocumentLineItem _sourceDocumentLineItem, [SourceDocument _sourceDocument])

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
The source document line item.
_sourceDocument
Type: SourceDocument Class

Return Value

Type: boolean
true if the specified source document line item is part of a source document that has project information.
Show: