Organization
This table stores the details of organizations in the Interaction Center system. Each organization can have multiple locations and multile individuals (contacts).
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 |
---|---|---|---|---|---|---|---|---|---|
OrgID | char (22) | False | No | This column stores a Globally Unique Identifier(GUID) to uniquely identify an organization. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar (100) | False | Depends on customer usage | This column stores the name of an organization. |
4.0.106.453 | 4.0 Release | |||
OrgTypeID | int | True | No | This column stores the identifier for the organization type of an organization. Refer to the OrgTypeID column of the OrgType table for more information about organization types. |
4.0.106.453 | 4.0 Release | |||
Active | tinyint | False | No | This column stores a value indicating whether or not the organization is an active organization. |
4.0.106.453 | 4.0 Release | |||
IsPrivate | tinyint | False | No | This column stores a value indicating whether or not the organization is a private organization. |
4.0.106.453 | 4.0 Release | |||
Version | int | False | No | Stores the version for an organization record. Every time an organization is modified, the version field will be incremented. |
4.0.106.453 | 4.0 Release | |||
AppOrgID | nvarchar (255) | True | Depends on customer usage | This field can be used as a customization point. It can represent anything that meets the need of a business. |
4.0.106.453 | 4.0 Release | |||
OwnerID | nvarchar (50) | True | No | This column stores the IC User ID of the IC User that created this organization. |
4.0.106.453 | 4.0 Release | |||
ExtID | nvarchar (255) | True | Depends on customer usage | This column stores the external identifier in an external system for an organization that was imported from an external source. Currently, there is no Interaction Center process that populates this column. |
4.0.106.453 | 4.0 Release | |||
ExtSource | nvarchar (64) | True | Depends on customer usage | This column stores the name of the external source that an organization was imported from. Currently, there is no Interaction Center process that populates this column. |
4.0.106.453 | 4.0 Release | |||
UnknownIndivID | char (22) | True | Yes | This column stores the individual Identifier (IndivId) for an unknown individual who created this organization. |
4.0.106.453 | 4.0 Release | |||
SiteID | smallint | True | No | The column stores the site identifier for an organization. |
4.0.106.453 | 4.0 Release | |||
ModifyDateTime | datetime2 | True | No | This column stores the date time-stamp when an organization was last modified. |
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 |
---|---|---|---|---|---|---|---|---|---|
OrgID | char (22) | False | No | This column stores a Globally Unique Identifier(GUID) to uniquely identify an organization. |
4.0.106.453 | 4.0 Release | |||
Name | nvarchar2 (100) | False | Depends on customer usage | This column stores the name of an organization. |
4.0.106.453 | 4.0 Release | |||
OrgTypeID | integer | True | No | This column stores the identifier for the organization type of an organization. Refer to the OrgTypeID column of the OrgType table for more information about organization types. |
4.0.106.453 | 4.0 Release | |||
Active | number | False | No | This column stores a value indicating whether or not the organization is an active organization. |
4.0.106.453 | 4.0 Release | |||
IsPrivate | number | False | No | This column stores a value indicating whether or not the organization is a private organization. |
4.0.106.453 | 4.0 Release | |||
Version | integer | False | No | Stores the version for an organization record. Every time an organization is modified, the version field will be incremented. |
4.0.106.453 | 4.0 Release | |||
AppOrgID | nvarchar2 (255) | True | Depends on customer usage | This field can be used as a customization point. It can represent anything that meets the need of a business. |
4.0.106.453 | 4.0 Release | |||
OwnerID | nvarchar2 (50) | True | No | This column stores the IC User ID of the IC User that created this organization. |
4.0.106.453 | 4.0 Release | |||
ExtID | nvarchar2 (255) | True | Depends on customer usage | This column stores the external identifier in an external system for an organization that was imported from an external source. Currently, there is no Interaction Center process that populates this column. |
4.0.106.453 | 4.0 Release | |||
ExtSource | nvarchar2 (64) | True | Depends on customer usage | This column stores the name of the external source that an organization was imported from. Currently, there is no Interaction Center process that populates this column. |
4.0.106.453 | 4.0 Release | |||
UnknownIndivID | char (22) | True | Yes | This column stores the individual Identifier (IndivId) for an unknown individual who created this organization. |
4.0.106.453 | 4.0 Release | |||
SiteID | number | True | No | The column stores the site identifier for an organization. |
4.0.106.453 | 4.0 Release | |||
ModifyDateTime | timestamp | True | No | This column stores the date time-stamp when an organization was last modified. |
4.0.106.453 | 4.0 Release |
Primary Key Name | Type | Column Name (sort order) |
---|---|---|
PK_Organization | Clustered | OrgID (Ascending) |
Primary Key Name | Column Name (sort order) |
---|---|
PK_Organization | OrgID (Ascending) |
Foreign Key Name | Column | Reference Table | Reference Column | Indexed |
---|---|---|---|---|
FK_Organization_OrgTypeID | OrgTypeID | OrgType | OrgTypeID | Yes |
Foreign Key Name | Column | Reference Table | Reference Column | Indexed |
---|---|---|---|---|
FK_Organization_OrgTypeID | OrgTypeID | OrgType | OrgTypeID | Yes |
Index Name | Type | Column Name (sort order) |
---|---|---|
IX_Org_AppOrgID_ExtSource | Non-clustered | AppOrgID (Ascending) ExtSource (Ascending) |
IX_Org_ExtID_ExtSource | Non-clustered | ExtID (Ascending) ExtSource (Ascending) |
IX_Org_Name_Active | Unique non-clustered | Name (Ascending) Active (Descending) |
Index Name | Column Name (sort order) |
---|---|
IX_Org_AppOrgID_ExtSource | AppOrgID (Ascending) ExtSource (Ascending) |
IX_Org_ExtID_ExtSource | ExtID (Ascending) ExtSource (Ascending) |
IX_Org_Name_Active | Name (Ascending) Active (Descending) |