Table Description
Meeting Decision: The decisions made at a meeting and recorded as part of meeting minutes.

Decisions may be captured as part of minutes recorded for a meeting that occurred. Other details such as agenda, attendees, meeting notes, meeting actions may also be captured as part of the meeting minutes.

Example

John James is a teacher and is also a member of the MDT assigned to a Child Welfare social enterprise folder for Robert Smith and Linda Smith. John James is Robert's teacher and has noticed that Robert is frequently absent from school and decides to schedule a meeting with all the MDT members and Linda Smith to determine the reasons for Robert's absence from school and discuss a course of action to reduce this absenteeism. Once the meeting is held, John James records the minutes. As part of the meeting minutes, the following decisions are recorded:

  • John James, as Robert's teacher is required to monitor Robert's school attendance closely.
  • Linda Smith agreed to provide a medical certification if Robert is absent for more than 3 days.
  • John James is to schedule regular follow-up meetings to discuss progress.

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::MeetingDecisions
Controlling File: core\model\Packages\Meetings\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
meetingDecisionsIDkeynoUnique reference number assigned by the system to a meeting decision record.MEETING_DECISIONS_ID SVR_INT64
meetingIDdetailsnoUnique reference number of the meeting minutes record with which the meeting decisions record is associated.MEETING_DETAILS_ID SVR_INT64
decisionsdetails Textual description of the decisions of the meeting.SEC_RICH_TEXT_VIEWER_WIDGET SVR_STRING<10000>
recordStatusdetails Status of the meeting decisions record. Values include 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
MeetingDecisions.meetingIDMeetingMinutes.meetingID
Indices (1)
Index NameAttributes
MeetingDecisionsIdxmeetingID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: meetingDecisionsID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByMeetingreadmulti Returns a list of Meeting Decisions for the Meeting ID passed in. 
Related Pages (27)