Table Description
Meeting Attendee Issue Link: A relationship between a meeting attendee and meeting minutes issue details.

Minutes may be recorded for a meeting that occurred and can be generated as a PDF and issued to meeting invitees via email. This entity allows for the associations between meeting attendees and meeting minutes issue details in order to record the external user, internal user or participant that the minutes are issued to.

Example

John James is a member of a multidisciplinary team and schedules a meeting with all members of his multidisciplinary team to discuss a recent incident regarding Robert Smith, a client on a Child Welfare social enterprise folder that the team are assigned to. Once the meeting is held, John James records the minutes. The MDT members for the child welfare social enterprise folder are recorded as attendees of the meeting. Once the minutes are recorded, John James, issues the minutes to all attendees. The minutes are generated as a pdf and sent via email to the attendees.

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::Core::Reference Model::Meetings::Entity::MeetingAttendeeIssueLink
Controlling File: core\model\Packages\Meetings\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
meetingAttendeeIssueLinkIDkeynoUnique reference number assigned by the system to a meeting attendee issue link record.MEETING_ATTENDEE_ISSUE_LINK_ID SVR_INT64
meetingAttendeeIDdetailsnoUnique reference number of the meeting attendee record with which the meeting minutes issue details record is associated.MEETING_ATTENDEE_ID SVR_INT64
minutesIssueDetailsIDdetailsnoUnique reference number of the meeting minutes issue details record with which the meeting attendee record is associated.MEETING_MINUTES_ISSUE_DETAILS_ID SVR_INT64
recordStatusdetails Status of the meeting attendee issue link record. Values include 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
MeetingAttendeeIssueLink.meetingAttendeeIDMeetingAttendee.meetingAttendeeID
MeetingAttendeeIssueLink.minutesIssueDetailsIDMeetingMinutesIssueDetails.minutesIssueDetailsID
Indices (2)
Index NameAttributes
MeetgAttIssLnkIdxmeetingAttendeeID
MeetgAttIssLnkIdx2minutesIssueDetailsID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: meetingAttendeeIssueLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByIssueDetailsreadmulti Returns a list of attendee issue details link for the issue details ID passed in. 
searchByAttendeereadmulti Returns a list of attendee issue details link for the attendee ID passed in. 
Related Pages (16)