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

# 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-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/cust_config.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=fe37bcb4d0b72e24c9437266f83d7868" 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.
