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. | 
See Also
Reference
SCRM 2006 SC_ClassAttributeInstanceFact_View
Other Resources
SCRM 2006 MOM Views
SCRM 2006 Report Customization
SCRM 2006 SMS Views
SCRM 2006 Stored Procedures