Element in static subset table
The
DEPM_MOD_ELEMENTINSUBSET table represents an element participation in a subset.
| Name | Definition |
|---|---|
| SubsetName | nvarchar(100) NOT NULL; PK |
| DimensionID | nvarchar(50) NOT NULL; PK |
| ElementName (can contain Custom Settings) | nvarchar(71) NOT NULL; PK |
The table has these references:
| Source columns | Target table | Target columns |
|---|---|---|
| DimensionID, SubsetName | _subset | DimensionID, Name |