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

# AudienceLayoutLink table

> Link between an audience layout and some target grouping table - might be Role or Category

## AudienceLayoutLink Table (235)

Link between an audience layout and some target grouping table - might be Role or Category

## Fields

| Name                      | Description                                                                     | Type                                      | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------- | :------: |
| AudienceLayoutLink\_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    |
| targetTable               | Table number of target table - entity that the layout is valid for              | TableNumber                               |    No    |
| targetRecord              | ID of record in target table that this layout is valid for                      | RecordId                                  |    No    |
| comment                   | A possible user comment when making this link                                   | String(254)                               |    Yes   |
| 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/AudienceLayoutLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=c8b5fa10057d801a97916caeb960b4fb" alt="AudienceLayoutLink table relationship diagram" width="782" height="59" data-path="media/loc/en/database/tables/AudienceLayoutLink.png" />

## Indexes

| Fields                    | Types                 | Description |
| ------------------------- | --------------------- | ----------- |
| audienceLayoutId          | FK                    | Index       |
| targetTable, targetRecord | TableNumber, RecordId | 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)
- [AudienceConfig table](/en/database/tables/audienceconfig.md)
- [AudienceVisibility table](/en/database/tables/audiencevisibility.md)
- [associate table](/en/database/tables/associate.md)
- [Task table](/en/database/tables/task.md)
- [Database table listing](/en/database/tables/index.md)
