PCTableConstraintRelationFacade.validateAttributeType Method [AX 2012]

Validates that the attribute type of the attribute and the column definition matches.

protected boolean validateAttributeType(EcoResCategoryAttribute _categoryAttribute, PCTableConstraintColumnDefinitionRecId _columnDefinitionRecId)

Run On

Called

Parameters

_categoryAttribute
Type: EcoResCategoryAttribute Table
The component attribute.
_columnDefinitionRecId
Type: PCTableConstraintColumnDefinitionRecId Extended Data Type
The record ID of the column definition.

Return Value

Type: boolean
true if the attribute type of the attribute and the column definition matches; otherwise, false.

Community Additions

ADD
Show: