PCTableConstraintGlobalUpdateHandler.validateIntValueIsWithinBounds Method [AX 2012]

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

protected boolean validateIntValueIsWithinBounds(RecId _columnRecId, int _intValue)

Run On

Server

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 value is valid; otherwise, false.

ExceptionCondition
Error

No bounds can be found for the associated attribute type.

Community Additions

ADD
Show: