Table Description
Good Cause Link: Provides a link between a cause and a related reference. A related reference can be any business entity like Service Offering, Planned Item etc., which is associated with a cause.
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::GoodCause::Entity::GoodCauseLink
Controlling File: ServicePlans\model\Packages\Service Layer\Administration\GoodCause\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
goodCauseLinkIDkeynoUnique reference number assigned by the system to a good cause link record.INTERNAL_ID SVR_INT64
goodCauseIDdetailsnoUnique reference number assigned by the system to a good cause record.GOOD_CAUSE_ID SVR_INT64
relatedIDdetailsnoUnique reference number of the related entity for which the good cause was created. INTERNAL_ID SVR_INT64
relatedTypedetailsnoType of the related entity.CODETABLE_CODE SVR_STRING<10>
Foreign Keys (1)
ChildParent
GoodCauseLink.goodCauseIDGoodCause.goodCauseID
Indices (2)
Index NameAttributes
GCLinkRelatedRefIdxrelatedID
GCIDIndexgoodCauseID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: goodCauseLinkID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchUnassociatedGoodCausesnsmulti Searches for good causes which are not related with reference specified.SQL
searchByGoodCausereadmulti Searches for good cause links based on good cause. 
searchByRelatedReferencereadmulti Searches for good cause links based on related reference. 
Related Pages (5)