ProjectSourceDocumentLineItemHelper::isIntercompany Method [AX 2012]
Checks whether a given SourceDocumentLineItem is related to a project in another legal entity.
client server public static boolean isIntercompany(SourceDocumentLineItem _sourceDocumentLineItem)
Run On
CalledParameters
- _sourceDocumentLineItem
- Type: SourceDocumentLineItem Class
SourceDocumentLineItem to be verified.
Return Value
Type: booleantrue if the given source document line is from a transaction for a project in a different legal entity; false otherwise.
Show: