NewsFeedItemRecipient Table (508)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| newsfeeditemrecipient_id | Primary key | PK | |
| newsfeeditem_id | Foreign key to NewsFeedItem that this recipient belongs to. | FK NewsFeedItem | |
| associate_id | Foreign key to user that should receive this news item. | FK associate | |
| IsRead | Set to true when the recipient user has read the news feed item. | Bool | |
| ReadAt | When the recipient user read the news feed item (UTC) | UtcDateTime | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| newsfeeditem_id, associate_id | FK, FK | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| 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.