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

# item_config table

> This table is a generic table for storing item configuration. It is only used by the class ItemConfig.

## item\_config Table (368)

This table is a generic table for storing item configuration. It is only used by the class ItemConfig.

## Fields

| Name        | Description                                                                  | Type        | Nullable |
| ----------- | ---------------------------------------------------------------------------- | ----------- | :------: |
| id          | Primary key                                                                  | PK          |    No    |
| domain      | The domain for which this item belongs (domains are defined in ItemConfig.h) | Int         |    No    |
| item\_id    | The id of the element for which this item belongs                            | Int         |    No    |
| item\_name  | The name for this config item                                                | String(255) |    Yes   |
| item\_value | The value for this config item                                               | Clob        |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/item_config.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=7032e0cda4518142218db0531951c91e" alt="item_config table relationship diagram" width="113" height="59" data-path="media/loc/en/database/tables/item_config.png" />

## Indexes

| Fields   | Types | Description |
| -------- | ----- | ----------- |
| domain   | Int   | Index       |
| item\_id | Int   | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [config table](/en/database/tables/config.md)
- [cust_config table](/en/database/tables/cust-config.md)
- [Get All Customer Center Configs](/en/api/reference/restful/agent/customerservice_agent/get-all-customer-center-configs.md)
- [Send Messages With Config](/en/api/reference/restful/agent/messaging_agent/send-messages-with-config.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [Get My Window Pos Sizes](/en/api/reference/restful/agent/configuration_agent/get-my-window-pos-sizes.md)
