> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResourceOverride table

> Generic mechanism for overriding (or even defining new) text resources, in multiple languages

## ResourceOverride Table (448)

Generic mechanism for overriding (or even defining new) text resources, in multiple languages

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| resourceoverride\_id      | Primary key                                                                     | PK                              |    No    |
| ResourceName              | The name of the resource, without any brackets or braces - example: SR\_CONTACT | String(254)                     |    Yes   |
| Culture                   | .NET-style culture code, such as NB-NO or EN-UK                                 | String(9)                       |    Yes   |
| ResourceValue             | The value of the resource in the given culture                                  | String(2047)                    |    Yes   |
| IsActive                  | Is this override active                                                         | Bool                            |    Yes   |
| registered                | Registered when                                                                 | UtcDateTime                     |    Yes   |
| registered\_associate\_id | Registered by whom                                                              | FK [associate](./associate.mdx) |    Yes   |
| updated                   | Last updated when                                                               | UtcDateTime                     |    Yes   |
| updated\_associate\_id    | Last updated by whom                                                            | FK [associate](./associate.mdx) |    Yes   |
| updatedCount              | Number of updates made to this record                                           | UShort                          |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/cXByN-52D3CAMQji/media/loc/en/database/tables/ResourceOverride.png?fit=max&auto=format&n=cXByN-52D3CAMQji&q=85&s=5bfcfee2c71fc6781b788195d89a5581" alt="ResourceOverride table relationship diagram" width="469" height="59" data-path="media/loc/en/database/tables/ResourceOverride.png" />

## Indexes

| Fields                | Types                  | Description       |
| --------------------- | ---------------------- | ----------------- |
| ResourceName, Culture | String(254), String(9) | Clustered, Unique |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./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.
