PrefDescLine Table (185)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Preference description - multiple choice line - drives the Preference GUI. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.
Fields
Name | Description | Type | Null |
---|---|---|---|
PrefDescLine_id | Primary key | PK | |
PrefDesc_id | Preference description (parent) | FK PrefDesc | |
prefValue | Possible value | String(99) | |
prefShowValue | Descriptive value, multilang-parsed, to put in list | String(254) | ● |
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 | |
description | Description of preference value, multi-language parsed | String(2047) | ● |
isBuiltin | 1 = This row populated and maintained by SuperOffice | UShort | ● |
Indexes
Fields | Types | Description |
---|---|---|
PrefDescLine_id | PK | Clustered, Unique |
PrefDesc_id | FK | Index |
prefValue | String(99) | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
PrefDesc | Preference description, drives the Preference GUI. Maintenance client - controls all preferences in SuperOffice. You find an overview off all standard preference on http://techdoc.superoffice.com. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files. |
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.