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

# cust_config table

> This table contains JSON structures used for customizing the customer center

## cust\_config Table (479)

This table contains JSON structures used for customizing the customer center

## Fields

| Name                      | Description                                                                               | Type                                      | Nullable |
| ------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------- | :------: |
| cust\_config\_id          | Primary key                                                                               | PK                                        |    No    |
| type                      | What kind of data is in this row                                                          | Enum [ConfigType](./enums/configtype.mdx) |    Yes   |
| config                    | A JSON-formatted config                                                                   | Clob                                      |    Yes   |
| cust\_lang\_id            | The customer language which this config belongs to. 0 indicates that the config is global | FK [cust\_lang](./cust-lang.mdx)          |    No    |
| 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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/cust_config.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=afc685ca2317812f967168ef0a42e2d7" alt="cust_config table relationship diagram" width="639" height="59" data-path="media/loc/en/database/tables/cust_config.png" />

## Indexes

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

## Relationships

| Table                     | Description                                                        |
| ------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)  | Employees, resources and other users - except for External persons |
| [cust\_lang](./cust-lang) | This table contains entries for customer languages.                |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [cust_lang table](/en/database/tables/cust-lang.md)
- [Save All Customer Center Configs](/en/api/reference/restful/agent/customerservice_agent/save-all-customer-center-configs.md)
- [Enum ConfigType](/en/automation/crmscript/reference/CRMScript.NetServer.ConfigType.md)
- [Enum values for ConfigType](/en/database/tables/enums/configtype.md)
- [Released database changes in version 9.8.7717.1401](/release-notes/database/changes-9.2.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
