ProjectSourceDocumentLineItemHelper::hasIntercompanyLedgerAccount Method [AX 2012]

Checks if a given source document line item should use intercompany ledger accounts.

client server public static boolean hasIntercompanyLedgerAccount(SourceDocumentLineItem _sourceDocumentLineItem)

Run On

Called

Parameters

_sourceDocumentLineItem
Type: SourceDocumentLineItem Class
SourceDocumentLineItem to checked.

Return Value

Type: boolean
true if intercompany ledger account should be used; false otherwise.
Show: