TZLocation Table (245)
Some tooltip text!
• 3 minutes to read
• 3 minutes to read
Time zone location
Fields
Name | Description | Type | Null |
---|---|---|---|
TZLocation_id | Primary key | PK | |
countryId | Country that this timezone location is defined for | FK country | |
locationCode | Code, such as CA-NT, identifying the timezone location in the imported data. Unique, NOT equal to the culture codes of Windows | String(29) | |
groupName | Group (heading) name for timezone locations that do not have a country (such as the EU zones) | String(254) | ● |
regionName | Name of region, such as Northwest Territories. Future localization via localeText resource type 31 | String(254) | |
cities | Cities, comma-separated list. Future localization via localeText resource type 32 | String(2047) | |
shortName | Short name, such as CET (Central European Time); future localization via localeText resource type 33 | String(254) | |
description | Dcescription, only visible in Admin contexts | String(254) | ● |
isBuiltIn | Is this row part of SuperOffice priming data | Bool | ● |
isActive | Is this field visible in the standard drop-down list in the GUI? If no, it can still be used and searched for, but won't be visible directly in the dropdown list. | Bool | ● |
isDeleted | Is this row 'deleted' (invisible in lists) | Bool | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
TZLocation_id | PK | Clustered, Unique |
locationCode | String(29) | Unique |
Relationships
Table | Description |
---|---|
appointment | Tasks, appointments, followups, phone calls; and documents (document_id != 0). An appointment always has a corresponding record in VisibleFor specifying who may see this. |
associate | Employees, resources and other users - except for External persons |
BaseTZLocation | Time zone location for the database (how tz-related datetimes should be stored in the database) |
chat_topic | This table contains chat topics. |
contact | Companies and Organizations. This table features a special record containing information about the contact that owns the database. |
country | Country information |
DiaryView | Configuration of a multi-user diary view |
person | Persons in a company or an organizations. All associates have a corresponding person record |
project | Projects |
TZDstRule | Time zone rule for daylight saving time |
TZStdRule | Time zone rule for standard time |
workflow | SuperOffice specific info about a workflow |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.