Table Description
Discussion Watcher: A user, internal or external who is watching a discussion.

A discussion can be watched by multiple users, internal and external.

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. All multidisciplinary team members are automatically added as watchers of this discussion.

This entity is used to store the multidisciplinary team members who were automatically added as watchers.

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::DiscussionWatcher
Controlling File: SocialEnterpriseCollaboration\model\Packages\Discussions\Entity_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
discussionWatcherIDkeynoUnique reference number assigned by the system to a discussion watcher record.DISCUSSION_WATCHER_ID SVR_INT64
userIDdetailsnoUnique reference number of the user who is watching the discussion.USER_NAME SVR_STRING<64>
discussionIDdetailsnoUnique reference number of the discussion being watched.DISCUSSION_ID SVR_INT64
Foreign Keys (1)
ChildParent
DiscussionWatcher.discussionIDDiscussion.discussionID
Indices (3)
Index NameAttributes
DiscussWatcherIdxdiscussionID
DiscussionWatcherUserIdxuserID
DiscussWatcherIdx2discussionID, userID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: discussionWatcherID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchWatchersByDiscussionIDreadmulti   
readByUserIDAndDiscussionIDnsread   
searchWatchersByUserIDreadmulti   
Related Pages (7)