> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NewsFeedItemRecipient table

> Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).

## NewsFeedItemRecipient Table (509)

Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).

## Fields

| Name                      | Description                                                      | Type                                  | Nullable |
| ------------------------- | ---------------------------------------------------------------- | ------------------------------------- | :------: |
| newsfeeditemrecipient\_id | Primary key                                                      | PK                                    |    No    |
| newsfeeditem\_id          | Foreign key to NewsFeedItem that this recipient belongs to.      | FK [NewsFeedItem](./newsfeeditem.mdx) |    No    |
| associate\_id             | Foreign key to user that should receive this news item.          | FK [associate](./associate.mdx)       |    No    |
| IsRead                    | Set to true when the recipient user has read the news feed item. | Bool                                  |    No    |
| ReadAt                    | When the recipient user read the news feed item (UTC)            | UtcDateTime                           |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/NewsFeedItemRecipient.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=b84e4a9b630a8443971a8eb829b73af2" alt="NewsFeedItemRecipient table relationship diagram" width="803" height="59" data-path="media/loc/en/database/tables/NewsFeedItemRecipient.png" />

## Indexes

| Fields                          | Types  | Description |
| ------------------------------- | ------ | ----------- |
| newsfeeditem\_id, associate\_id | FK, FK | Unique      |

## Relationships

| Table                          | Description                                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
| [associate](./associate)       | Employees, resources and other users - except for External persons                                |
| [NewsFeedItem](./newsfeeditem) | Contains news feed items - published to one or more users, with one or more language descriptions |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
