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

# DiaryViewRow table

> Configuration of a multi-user diary view

## DiaryViewRow Table (215)

Configuration of a multi-user diary view

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| DiaryViewRow\_id          | Primary key                           | PK                              |    No    |
| diaryViewId               | Owning view                           | FK [DiaryView](./diaryview.mdx) |    No    |
| assoc\_id                 | Associate to be displayed             | FK [associate](./associate.mdx) |    No    |
| rank                      | Sorting rank                          | UShort                          |    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/zNQa3AO19PFK63SB/media/loc/en/database/tables/DiaryViewRow.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=1ca67abbd037f7e229def817dd655eec" alt="DiaryViewRow table relationship diagram" width="676" height="59" data-path="media/loc/en/database/tables/DiaryViewRow.png" />

## Indexes

| Fields      | Types | Description |
| ----------- | ----- | ----------- |
| diaryViewId | FK    | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [DiaryView](./diaryview) | Configuration of a multi-user diary view                           |

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

- [DiaryView table](/en/database/tables/diaryview.md)
- [Diary](/en/mobile/diary/index.md)
- [DBSetup.exe - Database maintenance](/en/onsite/install/database/dbsetup-exe.md)
- [Save Diary View Entity](/en/api/reference/restful/agent/configuration_agent/save-diary-view-entity.md)
- [Get Diary View Entity](/en/api/reference/restful/agent/configuration_agent/get-diary-view-entity.md)
