ExpressionCurrencyDefaultProvider.isCurrencyEnabled Method [AX 2012]

Checks to see whether the specified field is currency enabled.

Syntax

public boolean isCurrencyEnabled(CLRObject expressionField)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field is currency enabled; otherwise, false.

Remarks

A field is currency enabled if an associated currency code field can be identified. The currency code field can be either declared explicitly or can be inferred to have one if the table is striped by an LE

See Also

Reference

ExpressionCurrencyDefaultProvider Class