Share via


LedgerDimensionController.validate Method [AX 2012]

Validates the current combination.

Syntax

public boolean validate()

Run On

Called

Return Value

Type: boolean
true if the combination can be saved; otherwise, false.

Remarks

The validate method is a standard override available on database fields.

This kernel method should be overridden and the call delegated to this method.

In addition to validating the combination, this will update the control state to present an indicator to show if the combination is valid.

See Also

Reference

LedgerDimensionController Class