PCTableConstraintRelationFacade.validate Method [AX 2012]

Validates a column assignment.

public boolean validate(
    List _path, 
    PCTableConstraintColumnCatAttrRecId _constraintRelationRecId, 
    PCTableConstraintColumnDefinitionRecId _columnDefinitionRecId, 
    EcoResCategoryAttribute _categoryAttribute)

Run On

Called

Parameters

_path
Type: List Class
The path of the attribute to assign the column to.
_constraintRelationRecId
Type: PCTableConstraintColumnCatAttrRecId Extended Data Type
The record ID for the constraint relation that should be assigned the column; the value is 0 for a new constraint relation.
_columnDefinitionRecId
Type: PCTableConstraintColumnDefinitionRecId Extended Data Type
The column to assign to the attribute.
_categoryAttribute
Type: EcoResCategoryAttribute Table
The selected category attribute.

Return Value

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

Community Additions

ADD
Show: