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

# AudienceConfig table

> Configuration data for Audience core and webparts

## AudienceConfig Table (236)

Configuration data for Audience core and webparts

## Fields

| Name                      | Description                                                                     | Type                                      | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------- | :------: |
| AudienceConfig\_id        | Primary key                                                                     | PK                                        |    No    |
| audienceLayoutId          | The name of the installed instance of Audience - must match the web.config file | FK [AudienceLayout](./audiencelayout.mdx) |    No    |
| configName                | The name of the configuration parameter                                         | String(239)                               |    No    |
| configValue               | The value of the configuration parameter                                        | String(239)                               |    No    |
| seqno                     | Sequence number, for chaining multiple records in case the value is too long    | UShort                                    |    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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/AudienceConfig.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=eca1929892eba36f79412d6cdccb6158" alt="AudienceConfig table relationship diagram" width="751" height="59" data-path="media/loc/en/database/tables/AudienceConfig.png" />

## Indexes

| Fields           | Types | Description |
| ---------------- | ----- | ----------- |
| audienceLayoutId | FK    | Index       |

## Relationships

| Table                              | Description                                                        |
| ---------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)           | Employees, resources and other users - except for External persons |
| [AudienceLayout](./audiencelayout) | One layout (of webparts and other stuff) for an audience instance  |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [AudienceLayout table](/en/database/tables/audiencelayout.md)
- [AudienceLayoutLink table](/en/database/tables/audiencelayoutlink.md)
- [AudienceVisibility table](/en/database/tables/audiencevisibility.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [config table](/en/database/tables/config.md)
- [ExternalEvent table](/en/database/tables/externalevent.md)
