Share via


DimensionDynamicAccountController.isValueValidForNonLedgerAccount Method [AX 2012]

Validates that there is a non-ledger account value for the current account type.

Syntax

private container isValueValidForNonLedgerAccount(DimensionValue _value)

Run On

Called

Parameters

Return Value

Type: container
A container that contains a Boolean value and a DimensionValue value.

Remarks

The container that is returned holds the following items.

A Boolean validation result. This is true if there is a specified value for the current account type; otherwise, false.

The actual value. This is only returned when the input value is valid but has a different casing than the actual.

See Also

Reference

DimensionDynamicAccountController Class