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

# areauserinclusion table

> Link table incidated whose data should be included in this area. If Include all data in Area (no filtering) is ticket then there will be no rows for this area in this table.

## areauserinclusion Table (41)

Link table incidated whose data should be included in this area. If Include all data in Area (no filtering) is ticket then there will be no rows for this area in this table.

## Fields

| Name                      | Description                                       | Type                            | Nullable |
| ------------------------- | ------------------------------------------------- | ------------------------------- | :------: |
| areauserinclusion\_id     | Primary key                                       | PK                              |    No    |
| area\_id                  | Parent area ID                                    | FK [area](./area.mdx)           |    No    |
| associate\_id             | ID of associate whose data should be in this area | FK [associate](./associate.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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/areauserinclusion.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=67800a3adda4021597dd22369bdf8705" alt="areauserinclusion table relationship diagram" width="660" height="59" data-path="media/loc/en/database/tables/areauserinclusion.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| area\_id      | FK    | Index       |
| associate\_id | FK    | Clustered   |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [area](./area)           | Definition of an Area (database subset for satellite and travel)   |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Copy to satellite and travel prototypes.
* Cache table during filtering.

## Security Flags

* No access control via user's Role.


## Related topics

- [area table](/en/database/tables/area.md)
- [Blocked tables list](/en/online/mirroring/blocked-tables.md)
- [associate table](/en/database/tables/associate.md)
- [extra_tables table](/en/database/tables/extra-tables.md)
- [ext_table table](/en/database/tables/ext-table.md)
- [Database table listing](/en/database/tables/index.md)
