This table defines all attribute types - each object type has attributes types that describe objects of that type using those attributes, and all of these attributes can be used in configuration assigned to the specific object type. Creator_Id tracks trought User_Id at APP_User who created the attribute type for users to use. Default_Value provides an exact value that is inserted for the attribute when the object with this attribute is created.The table reffers trought identifiers Name_Key and Description_Key to the Key_Name at C_Translation_Key for name, and description key. State of the attribute is tracked through Object_State_Id -> State_Id in C_Object_State. The Enum_Key provides a unique identifier for each attribute type key that you can use to identify specific attributes within your configuration.

Columns

#ColumnData TypeNullablePKIdentityComputedCollation
1Attribute_Type_IdintNoYesYesNo
2Creator_IdintYesNoNoNo
3Name_KeynvarcharNoNoNoNoCzech_CI_AS
4Description_KeynvarcharNoNoNoNoCzech_CI_AS
5Default_ValuenvarcharYesNoNoNoCzech_CI_AS
6Enum_KeynvarcharNoNoNoNoCzech_CI_AS
7Object_State_IdintNoNoNoNo

Referenced By

ColumnReferenced By
Attribute_Type_IdMR_Attribute.Attribute_Type_Id
Attribute_Type_IdR_Object_Attribute.Attribute_Type_Id

Is Data Source For

ViewColumns
Attribute_TypeAttribute_Type_Id, Enum_Key, Default_Value
Object_AttributeEnum_Key
Object_Type_Attribute_TypeEnum_Key