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

# DiaryView table

> Configuration of a multi-user diary view

## DiaryView Table (214)

Configuration of a multi-user diary view

## Fields

| Name                      | Description                                                                                       | Type                              | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------- | --------------------------------- | :------: |
| DiaryView\_id             | Primary key                                                                                       | PK                                |    No    |
| assoc\_id                 | Owning associate                                                                                  | FK [associate](./associate.mdx)   |    No    |
| name                      | The name of the view (defined by the user during saving)                                          | String(254)                       |    No    |
| rank                      | Sorting rank                                                                                      | UShort                            |    No    |
| tooltip                   | Tooltip shown in dropdown list                                                                    | String(254)                       |    Yes   |
| visibleColumns            | The number of columns to actually show in this view (as opposed to the number of columns defined) | UShort                            |    No    |
| extraInfo                 | Extra information, whatever it might be                                                           | String(254)                       |    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    |
| tzLocationId              | Default timezone location for this view                                                           | FK [TZLocation](./tzlocation.mdx) |    Yes   |

<img src="https://mintcdn.com/superofficeas/zNQa3AO19PFK63SB/media/loc/en/database/tables/DiaryView.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=6787692aaffec2d5b065a3622f6894ca" alt="DiaryView table relationship diagram" width="697" height="667" data-path="media/loc/en/database/tables/DiaryView.png" />

## Indexes

| Fields    | Types | Description |
| --------- | ----- | ----------- |
| assoc\_id | FK    | Index       |

## Relationships

| Table                          | Description                                                        |
| ------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)       | Employees, resources and other users - except for External persons |
| [DiaryViewRow](./diaryviewrow) | Configuration of a multi-user diary view                           |
| [TZLocation](./tzlocation)     | Time zone location                                                 |

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

- [DiaryViewRow table](/en/database/tables/diaryviewrow.md)
- [Preference section DiaryView](/en/admin/user-preferences/reference/diary-view.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.DiaryView.md)
- [NSDiaryViewEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSDiaryViewEntity.md)
- [SuperOffice.WebApi.Data.DiaryViewEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DiaryViewEntity.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
