Share via


DimensionController.validate Method [AX 2012]

Validates the controller.

Syntax

public abstract boolean validate()

Run On

Called

Return Value

Type: boolean
true if valid; 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. This method will provide the appropriate validation based on dimensions setup information.

See Also

Reference

DimensionController Class