Table Description
Expected Outcome Plan Link: A link between an objective and an outcome plan. An objective must be associated with a type of outcome plan in administration before it can be selected for a client on that outcome plan. This entity stores this association.
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::OutcomePlanning::OutcomePlan::Entity::Admin::ExpectedOutcome::ExpectedOutcomePlanLink
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\ExpectedOutcome_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
expectedOutcomePlanLinkIDkeynoUnique identifier for the Expected Outcome Plan Link.INTERNAL_ID SVR_INT64
outcomePlanAdminIDdetailsnoUnique identifier for the Outcome Plan Administration.INTERNAL_ID SVR_INT64
expectedOutcomeIDdetailsnoUnique identifier for the Expected Outcome.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStatus of the Expected Outcome Plan Link.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
reasonTextIDdetailsyesThe localizable description of the Outcome Plan Administration.LOCALIZABLE_TEXT_ID SVR_INT64
recommendationTypedetailsyesIndicates whether the recommendation is advised or discretionary.RECOMMENDATIONRecommendationSVR_STRING<10>
Foreign Keys (2)
ChildParent
ExpectedOutcomePlanLink.expectedOutcomeIDExpectedOutcome.expectedOutcomeID
ExpectedOutcomePlanLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
Indices (2)
Index NameAttributes
IND__460638255outcomePlanAdminID
IND__1337323885expectedOutcomeID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: expectedOutcomePlanLinkID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
searchByOutcomePlanAndStatusreadmulti Returns a list of Expected Outcome Plan Link records for the given Outcome Plan Administration and status. 
readByOutcomePlanExpectedOutcomeAndStatusnsread Returns an ExpectedOutcomePlanLink record for the specified outcome plan, expected outcome and status, if one exists, otherwise null is returned. 
searchByExpectedOutcomeAndStatusreadmulti Returns a list of Expected Outcome Plan Link records for the given Expected Outcome and status.  
modifymodifyOPTIMISTIC_LOCKING: no
Standard Operation 
Related Pages (12)