PCGlobalTableConstraintCellEditor.validateCellValue Method [AX 2012]

Validates a table constraint cell value.

public boolean validateCellValue(PCTableConstraintColumnDefinitionRecId _columnId, PCGlobalTableConstraintEditTmp _tempCellValue)

Run On

Called

Parameters

_columnId
Type: PCTableConstraintColumnDefinitionRecId Extended Data Type
A column ID.
_tempCellValue
Type: PCGlobalTableConstraintEditTmp Table
A temporary cell value buffer.

Return Value

Type: boolean
true if the value is valid; otherwise, false.

Community Additions

ADD
Show: