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

# AudienceVisibility table

> How projects (or whatever) should be made visible in audience

## AudienceVisibility Table (232)

How projects (or whatever) should be made visible in audience

## Fields

| Name                      | Description                                                                                       | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------- | :------: |
| AudienceVisibility\_id    | Primary key                                                                                       | PK                              |    No    |
| sourceTable               | Source table, only table 'project' valid in Audience for Six                                      | TableNumber                     |    No    |
| sourceRecord              | Record ID in source table. This is the record to be made visible                                  | RecordId                        |    No    |
| controllingTable          | The table that controls visibility of the source record                                           | TableNumber                     |    No    |
| controllingRecord         | The record in the controlling table that defines visibility of the source record                  | RecordId                        |    No    |
| constraintEnabled         | If 1, this visibility constraint is enabled; otherwise it is there for the record, but not active | Bool                            |    No    |
| comment                   | A possible user comment                                                                           | String(254)                     |    Yes   |
| extraInfo                 | Extra info value                                                                                  | Id                              |    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/AudienceVisibility.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=4a6cfaac15562434003bed2d2f300e39" alt="AudienceVisibility table relationship diagram" width="466" height="59" data-path="media/loc/en/database/tables/AudienceVisibility.png" />

## Indexes

| Fields                              | Types                 | Description |
| ----------------------------------- | --------------------- | ----------- |
| sourceTable, sourceRecord           | TableNumber, RecordId | Index       |
| controllingTable, controllingRecord | TableNumber, RecordId | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [SuperOffice.WebApi.Data.ProjectEventEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectEventEntity.md)
- [NSProjectEventEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSProjectEventEntity.md)
- [SuperOffice.WebApi.Agents.ProjectAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ProjectAgent.md)
- [SuperOffice.WebApi.Agents.IProjectAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IProjectAgent.md)
- [NSProjectAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSProjectAgent.md)
- [Delete Project Event Entity From Project Id](/en/api/reference/restful/agent/project_agent/delete-project-event-entity-from-project-id.md)
