LedgerJournalTransType.isConsumerStateTracked Method [AX 2012]

Indicates whether consumer state is tracked.

Syntax

protected boolean isConsumerStateTracked()

Run On

Called

Return Value

Type: boolean
true if the consumer state is tracked; otherwise, false.

Remarks

When this class is used in the context of an AIF service, consumer state is tracked. When this class is used in the context of an AX client form, consumer state is not tracked. It is sometimes important to understand these contexts because logic that is used to provide default values can be different.

See Also

Reference

LedgerJournalTransType Class