> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/ResourceOverride.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=0d325a6bd97cd21fc556e828f6972dbb" 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.


## Related topics

- [SuperOffice.WebApi.Data.ResourceOverride](/en/api/reference/webapi/SuperOffice.WebApi.Data.ResourceOverride.md)
- [Is Resource Substitution Active](/en/api/reference/restful/agent/resource_agent/is-resource-substitution-active.md)
- [Get Resource Substitutions](/en/api/reference/restful/agent/resource_agent/get-resource-substitutions.md)
- [SuperOffice.WebApi.Agents.ResourceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ResourceAgent.md)
- [SuperOffice.WebApi.Agents.IResourceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IResourceAgent.md)
- [resource](/en/api/mdo-providers/reference/resource.md)
