TabOrder Table (152)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Order of tabs within a tab control, if configured by a user
Fields
Name | Description | Type | Null |
---|---|---|---|
TabOrder_id | Primary key | PK | |
associateId | Associate who owns this tab order | FK associate | |
tabName | Name of tab control | String(239) | |
tabOrder | The actual tab order | String(2047) | |
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 |
---|---|---|
TabOrder_id | PK | Clustered, Unique |
associateId, tabName | FK, String(239) | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- 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.