ProjectSourceDocumentLineItemHelper::isLedgerPostingTypeProject Method [AX 2012]

Determines whether a ledger posting type is for a project.

client server public static boolean isLedgerPostingTypeProject(LedgerPostingType _ledgerPostingType)

Run On

Called

Parameters

_ledgerPostingType
Type: LedgerPostingType Enumeration
The ledger posting type.

Return Value

Type: boolean
true if a ledger posting type is for a project; otherwise, false.
Show: