PCGlobalTableConstraintCellEditor.validateIntegerValueNoThrow Method [AX 2012]

Validates that the given Integer value is in the accepted bounds that are defined by the associated attribute type.

protected boolean validateIntegerValueNoThrow(RecId _columnRecId, int _intValue)

Run On

Called

Parameters

_columnRecId
Type: RecId Extended Data Type
The record ID of the table constraint column.
_intValue
Type: int
An Integer value.

Return Value

Type: boolean
true if the validation passes; otherwise, false.

ExceptionCondition
Error

No bounds can be found for the associated attribute type.

Community Additions

ADD
Show: