Table Description
Outcome Link: Provides a link between expected outcomes and related references. A related reference can be any business entity like Service Offering, Planned Item etc., which is associated with an Outcome.
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::ServicePlans::Administration::Outcome::Entity::OutcomeLink
Controlling File: ServicePlans\model\Packages\Service Layer\Administration\Outcome\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
outcomeLinkIDkeynoUnique reference number assigned by the system to an outcome link record.INTERNAL_ID SVR_INT64
outcomeIDdetailsnoUnique reference number assigned by the system to an outcome record.OUTCOME_ID SVR_INT64
relatedIDdetailsnoUnique reference number of the related entity for which the outcome was created. INTERNAL_ID SVR_INT64
relatedTypedetailsnoType of the related entity.CODETABLE_CODE SVR_STRING<10>
Foreign Keys (1)
ChildParent
OutcomeLink.outcomeIDOutcome.outcomeID
Indices (2)
Index NameAttributes
relatedReferenceIdxrelatedID
OutcmLnkOutcmIDIdxoutcomeID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: outcomeLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByRelatedReferencereadmulti Searches for outcomes from related reference. 
searchUnassociatedOutcomesnsmulti Searches for outcomes which are not associated to the related reference specified.SQL
searchByOutcomereadmultiWHERE: outcomeID = :outcomeID
Searches for outcome links for an outcome. 
Related Pages (5)