Table Description
Outcome Plan Goal Administration Link : A link between a goal and an outcome plan. In order for a goal to be available for selection on an outcome plan, the goal must be first associated with the selected outcome plan in administration. This entity stores this association.

Example

A case worker assesses James Smith's strengths and needs and identifies that he has problems finding work and is alcohol dependent. To address these issues the case worker creates an outcome plan. A plan goal of self sufficiency is added to the plan. An objective of 'Remain Clean and Sober' is selected and added to the plan. This entity allows for the self sufficiency goal to be added to the outcome plan.

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::OutcomePlanGoalAdmin::OutcomePlanGoalAdminLink
Controlling File: AssessmentPlanning\model\Packages\OutcomePlanning\Entity\Admin\OutcomePlanGoal_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomePlanGoalAdminLinkIDkeynoUnique identifier for the Outcome Plan Goal Link.INTERNAL_ID SVR_INT64
outcomePlanAdminIDdetailsnoUnique identifier for the Outcome Plan Administration.INTERNAL_ID SVR_INT64
outcomePlanGoalAdminIDdetailsnoUnique identifier for the Outcome Plan Goal.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStatus of the Outcome Plan Goal Link.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
OutcomePlanGoalAdminLink.outcomePlanAdminIDOutcomePlanAdmin.outcomePlanAdminID
OutcomePlanGoalAdminLink.outcomePlanGoalAdminIDOutcomePlanGoalAdmin.outcomePlanGoalAdminID
Indices (2)
Index NameAttributes
IND_151239923outcomePlanAdminID
IND_1529216480outcomePlanGoalAdminID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomePlanGoalAdminLinkID
AUTO_ID_KEY: OUTPLANBO
Standard Operation 
readread Standard Operation 
searchByOutcomePlanAndStatusreadmulti Returns a list of Outcome Plan Goal records for the given Outcome Plan Administration and status. 
searchByOutcomePlanOutcomePlanGoalAndStatusreadmulti Returns OutcomePlanOutcomePlanGoalLink records for the specified outcome plan and outcome plan goal. 
searchByOutcomePlanGoalAndStatusreadmulti Returns a list of Outcome Plan Goal Link records for the given Outcome Plan Goal and status. 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
Related Pages (6)