SCRM 2006 SC_ClassAttributeDefinitionDimension_View
SC_ClassAttributeDefinitionDimension_View lists attribute definitionsfor MOM classes.
SC_ClassAttributeDefinitionDimension_View
| Column | Type | Constraint | Description |
|---|---|---|---|
| ClassAttributeID_PK | uniqueidentifier | Not Null | The ID of the class attribute. |
| ClassAttributeName | nvarchar(255) | Not Null | The name of the class attribute. |
| bigint | Not Null | The definition of the class. | |
| DateTimeAdded | datetime | Null values allowed | The date and time the class attribute definition was added. |
| Description | nvarchar(255) | Null values allowed | The description for the class attribute definition. |
| IsEnabled | bit | Null values allowed | The flag indicating whether the class attribute definition is enabled. |
| IsPrimaryKey | bit | Not Null | The flag indicating whether this attribute is a primary key for the class. |
| SMC_InstanceID | bigint | Not Null | The surrogate key for this item. |