Organization Types
This table stores the details of the organization types that are configured in the system. Organization types can be configured in the Interaction Administrator under the Interaction Tracker node. Some examples of organization types are Parter, Vender, Customer and External.
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
OrgTypeID | int | False | No | This column stores the identifier for an organization type. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar (20) | False | Depends on customer usage | This column stores the name of an organization type. |
4.0.106.453 | 4.0 Release | |||
Admin_Editable | int | False | No | This column stores a value indicating whether or not an organization type can be edited by an Interaction Center Administrator. |
4.0.106.453 | 4.0 Release | |||
Version | int | False | No | Stores the version of an organization type. The version field is used to track changes to organization types. |
4.0.106.453 | 4.0 Release |
Column | Data Type (Size) | Is Nullable | Contains PII | Description | Last Change Version | Last Change Reason | CX Insights Name | CX Insights Type | CX Insights Folder Name |
---|---|---|---|---|---|---|---|---|---|
OrgTypeID | integer | False | No | This column stores the identifier for an organization type. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar2 (20) | False | Depends on customer usage | This column stores the name of an organization type. |
4.0.106.453 | 4.0 Release | |||
Admin_Editable | integer | False | No | This column stores a value indicating whether or not an organization type can be edited by an Interaction Center Administrator. |
4.0.106.453 | 4.0 Release | |||
Version | integer | False | No | Stores the version of an organization type. The version field is used to track changes to organization types. |
4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_OrgType | Clustered | OrgTypeID (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_OrgType | OrgTypeID (Ascending) |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_OrgType_Name | Unique non-clustered | Name (Ascending) |
Index Name | Column Name (sort order) |
---|---|
IX_OrgType_Name | Name (Ascending) |