PCTableConstraintRelationFacade.validateColumnAssignment Method [AX 2012]

Indicates whether a column is not assigned to multiple attributes in a table constraint.

protected boolean validateColumnAssignment(PCTableConstraintColumnCatAttrRecId _constraintRelationRecId, PCTableConstraintColumnDefinitionRecId _columnDefinitionRecId)

Run On

Called

Parameters

_constraintRelationRecId
Type: PCTableConstraintColumnCatAttrRecId Extended Data Type
The record ID for the constraint relation which shall be assigned the column; will be 0 for a new constraint relation.
_columnDefinitionRecId
Type: PCTableConstraintColumnDefinitionRecId Extended Data Type
The column record ID.

Return Value

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

Community Additions

ADD
Show: