Configuration table defining attribute types assignable to object types.
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
| # | Column | Data Type | Nullable | PK | Identity | Computed | Collation |
|---|
| 1 | Attribute_Type_Id | int | No | Yes | Yes | No | |
| 2 | Creator_Id | int | Yes | No | No | No | |
| 3 | Name_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 4 | Description_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 5 | Default_Value | nvarchar | Yes | No | No | No | Czech_CI_AS |
| 6 | Enum_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 7 | Object_State_Id | int | No | No | No | No | |
Referenced By
Is Data Source For