> ## 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.

# SaintConfiguration table

> Configuration information for the Saint system

## SaintConfiguration Table (457)

Configuration information for the Saint system

## Fields

| Name                      | Description                                           | Type                            | Nullable |
| ------------------------- | ----------------------------------------------------- | ------------------------------- | :------: |
| saintconfiguration\_id    | Primary key                                           | PK                              |    No    |
| ownerTable                | The table that is the owning entity                   | TableNumber                     |    No    |
| enabled                   | On/off switch for Saint functionality for this entity | Bool                            |    No    |
| Period1                   | Length of the first counter period                    | Int                             |    No    |
| Period2                   | Length of the second counter period                   | Int                             |    No    |
| Period3                   | Length of the third counter period                    | Int                             |    No    |
| generationStart           | When was the last regeneration started                | DateTime                        |    Yes   |
| generationEnd             | When was the last regeneration finished               | DateTime                        |    Yes   |
| rowsGenerated             | Number of CounterValue rows generated for this entity | Int                             |    Yes   |
| registered                | Registered when                                       | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                    | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                     | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                  | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                 | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/SaintConfiguration.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=ef1bedd29786f32704d4ba241c6badd9" alt="SaintConfiguration table relationship diagram" width="471" height="59" data-path="media/loc/en/database/tables/SaintConfiguration.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## 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.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [SuperOffice.WebApi.Data.SaintConfiguration](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaintConfiguration.md)
- [SuperOffice.WebApi.Agents.SaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SaintAgent.md)
- [SuperOffice.WebApi.Agents.ISaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISaintAgent.md)
- [Save Saint Configuration](/en/api/reference/restful/agent/saint_agent/save-saint-configuration.md)
- [Get Saint Configurations](/en/api/reference/restful/agent/saint_agent/get-saint-configurations.md)
- [Create Default Saint Configuration](/en/api/reference/restful/agent/saint_agent/create-default-saint-configuration.md)
