ResourceOverride Table (448)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Generic mechanism for overriding (or even defining new) text resources, in multiple languages
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| resourceoverride_id | Primary key | PK | |
| ResourceName | The name of the resource, without any brackets or braces - example: SR_CONTACT | String(254) | ● |
| Culture | .NET-style culture code, such as NB-NO or EN-UK | String(9) | ● |
| ResourceValue | The value of the resource in the given culture | String(2047) | ● |
| IsActive | Is this override active | 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 |
|---|---|---|
| resourceoverride_id | PK | Unique |
| ResourceName, Culture | String(254), String(9) | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
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.