Table Description
CWHomePageLink
:
An entity to store the information of links to provide the configurability. These links would be displayed in citizen workspace home page.
Citizen workspace home page has number of links. This entity provides the configurability to enable or disable the link or to set the display order of a link. Also this entity has an option to choose in which panel on home page these links need to be displayed. These links can be localizable.

Example

For example, citizen workspace home page has got two panels say left and right. An user wants to display links say link1,link2,link3 in left panel and link4,link5 and link6 in right panel. In later stage, user wants to reorder the links in a panel or wanted to exchange the links between the panels. This can be done at runtime just by changing the values in this entity. Also user can disable the links what he/she doesn't want to show it in home page.
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::CitizenWorkspaceAdmin::Entity::CWHomePageLink::CWHomePageLink
Controlling File: CitizenWorkspaceAdmin\model\Packages\Entity\CWHomePageLink\CWHomePageLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
cwHomePageLinkIDkeynoUnique identifierINTERNAL_ID SVR_INT64
linkIDdetailsyes

Reference to the link that is associated with this link

INTERNAL_ID SVR_INT64
sortOrderdetails Defines where the home page link is placed on screen in relation to other link that have been defined. A value of 1 means the link is displayed first (at the top of the page), the link with value 2 is displayed next and so forth.DISPLAY_ORDER SVR_INT32
enabledInddetails Defines whether the link need to be displayed on screen. If set to false the link will not be displayed on page.CURAM_INDICATOR SVR_BOOLEAN
locDisplayTextIDdetailsyesReference to the localizable text that is associated with this linkLOCALIZABLE_TEXT_ID SVR_INT64
cwHomepagePaneldetails Defines where the link need to be displayedCITIZEN_WORKSPACE_HOME_PAGE_PANELCWHomepagePanelSVR_STRING<10>
Foreign Keys (2)
ChildParent
CWHomePageLink.linkIDLink.linkID
CWHomePageLink.locDisplayTextIDLocalizableText.localizableTextID
Indices (2)
Index NameAttributes
IND__37899144linkID
IND_175884589locDisplayTextID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: cwHomePageLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchEnabledByPanelTypereadmulti Lists active link records for the specified panel 
searchAllEnabledreadmulti Lists all active links 
removeremove Standard Operation 
Related Pages (0)