PCTableConstraintRelationFacade::getDBTableConstraintRelationSubComponent Method [AX 2012]

Retrieves the table constraint relations which reference an attribute on the component in the context of the path.

client server public static Map getDBTableConstraintRelationSubComponent(PCClass _component, StackBase _path)

Run On

Called

Parameters

_component
Type: PCClass Table
The component to get table constraint relations for.
_path
Type: StackBase Class
The path which gives the context.

Return Value

Type: Map Class
A map from the EcoResCategoryAttribute records IDs to the PCTableConstraintColumnCategoryAttribute records.
Show: