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

# AudienceLayout table

> One layout (of webparts and other stuff) for an audience instance

## AudienceLayout Table (234)

One layout (of webparts and other stuff) for an audience instance

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| AudienceLayout\_id        | Primary key                                                                     | PK                              |    No    |
| instanceName              | The name of the installed instance of Audience - must match the web.config file | String(239)                     |    No    |
| instanceLayout            | The layout, as a serialized string via the Provider architecture                | String(2047)                    |    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/AudienceLayout.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=396b70599b7b40bc45ede4c082c233cc" alt="AudienceLayout table relationship diagram" width="871" height="766" data-path="media/loc/en/database/tables/AudienceLayout.png" />

## Indexes

| Fields       | Types       | Description |
| ------------ | ----------- | ----------- |
| instanceName | String(239) | Unique      |

## Relationships

| Table                                      | Description                                                                                |
| ------------------------------------------ | ------------------------------------------------------------------------------------------ |
| [associate](./associate)                   | Employees, resources and other users - except for External persons                         |
| [AudienceConfig](./audienceconfig)         | Configuration data for Audience core and webparts                                          |
| [AudienceLayoutLink](./audiencelayoutlink) | Link between an audience layout and some target grouping table - might be Role or Category |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [AudienceLayoutLink table](/en/database/tables/audiencelayoutlink.md)
- [AudienceConfig table](/en/database/tables/audienceconfig.md)
- [AudienceVisibility table](/en/database/tables/audiencevisibility.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [ExternalEvent table](/en/database/tables/externalevent.md)
- [SORLabelLayout table](/en/database/tables/sorlabellayout.md)
