Table Description
Link: The Link contains the URL and text for the URL to be used in Advice. An Advice Item stores advice based on a database write, which can be read for display. The link is contained within the Advice Item.

Example

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::Advisor::Entity::Link::Link
Controlling File: Advisor\model\Packages\Entity\Link\Link_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
linkIDkeynoUnique identifier for the Link record.INTERNAL_ID SVR_INT64
targetdetails URL for the link.ADVICE_LINK_URL SVR_STRING<2083>
modaldetails Denotes whether this is a modal or not with valid values being in the set {true, false}CURAM_INDICATOR SVR_BOOLEAN
externalLinkdetails Denotes whether the link is to an external site or not with valid values being in the set {true, false}CURAM_INDICATOR SVR_BOOLEAN
namedetails  ADVICE_CONTEXT_KEY_NAME SVR_STRING<100>
Foreign Keys (4)
ChildParent
AdviceItemLink.linkIDLink.linkID
CWHomePageLink.linkIDLink.linkID
ImageLink.linkIDLink.linkID
LinkParameter.linkIDLink.linkID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: linkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
Related Pages (0)