Table Description
Discussion Reader: The user, internal or external who last read a discussion.

An icon exists in the application to indicate whether a user, internal or external has read a discussion. This entity is used in the determination of whether the icon is displayed in the application as it stores the discussions read by a user.

Example

Linda Smith, James Smith and their three children Robert, Lisa and Susan are added to a Child Welfare social enterprise folder so that they can be managed together as a family. Incidents of Child Neglect have been recorded for Robert, Lisa and Susan. A discussion is automatically created on incident creation. A predefined multidisciplinary team is assigned to the social enterprise folder to allow them to assess and manage the families needs. This team consists of a police officer, a doctor and child services agency worker. The child services agency worker posts a new discussion to allow the team members to discuss the next steps for the family. The police officer logs in and views this discussion.

This entity stores the user name of the police officer and the discussion which means that an unread icon will not appear for this discussion the next time the police officer views this discussion.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::SocialEnterpriseCollaboration::Discussions::Entity::DiscussionReader
Controlling File: SocialEnterpriseCollaboration\model\Packages\Discussions\Entity_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
discussionReaderIDkeynoUnique reference number assigned by the system to a discussion reader record.INTERNAL_ID SVR_INT64
userIDdetailsnoUnique reference number of the user who has read the discussion.USER_NAME SVR_STRING<64>
discussionIDdetailsnoUnique reference number of the discussion which has been read.DISCUSSION_ID SVR_INT64
Foreign Keys (1)
ChildParent
DiscussionReader.discussionIDDiscussion.discussionID
Indices (1)
Index NameAttributes
DiscussReaderIdxdiscussionID, userID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: discussionReaderID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
removeAllReadersForDiscussionnsremove   
readByDiscussionAndUsernsread   
searchReadersForDiscussionreadmulti   
Related Pages (5)