PCGlobalTableConstraintCellEditor.validateIntegerValue Method [AX 2012]
Validates that the given Integer value is in the accepted bounds that are defined by the associated attribute type.
public void validateIntegerValue(RecId _columnRecId, int _intValue)
Run On
CalledParameters
- _columnRecId
- Type: RecId Extended Data Type
The record ID of the table constraint column.
- _intValue
- Type: int
An Integer value.
Community Additions
ADD
Show: