Configuration table listing all available Dawiso applications and their properties.
This table defines all the applications that are available in the environment. Applications in this list need to be actually installed in some space to be usable - simply existing in this table doesn’t mean they’re deployed. The table reffers trought identifiers Name_Key, Description_Key and Shortcut_Key to the Key_Name at C_Translation_Key for name, description, and shortcut key. Application is also reffering to the table C_Object_Type column Object_Type_Id which is the default Object Type for the Space-App overview of the specific application. State of the application is tracked through Object_State_Id -> State_Id in C_Object_State. The Enum_Key provides a unique identifier for each application that you can use to identify specific applications within your configuration.
Columns
| # | Column | Data Type | Nullable | PK | Identity | Computed | Collation |
|---|
| 1 | Application_Id | int | No | Yes | Yes | No | |
| 2 | Name_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 3 | Description_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 4 | Object_State_Id | int | No | No | No | No | |
| 5 | Object_Type_Id | int | No | No | No | No | |
| 6 | Enum_Key | nvarchar | No | No | No | No | Czech_CI_AS |
| 7 | Shortcut_Key | nvarchar | No | No | No | No | Czech_CI_AS |
Referenced By
Is Data Source For