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

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
SourceDocumentLineItem to be verified.

Return Value

Type: boolean
true if the given source document line is from a transaction for a project in a different legal entity; false otherwise.

All transactions related to projects in another legal entity are treated as non-project at the original company. They will be handled as project-related when they arrive at the company that owns the project, after the intercompany invoicing process.

Show: