Share via


DimensionController.checkForBlockedValue Method [AX 2012]

Determines whether the specified value is blocked and cannot be entered.

Syntax

protected boolean checkForBlockedValue(DimensionAttributeValue _dimAttributeValue, str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The value to check.

Return Value

Type: boolean
true if the value is blocked and cannot be entered; otherwise, false.

See Also

Reference

DimensionController Class