Table Description
Quick Link: Details of a quick link that can be recorded for an organization.

Quick links are created for the organization and can be associated with a users security role. When a user logs into the system, any quick links that have been associated with their role will be displayed on their home page.

Example

For example, an administrator may decide for a case worker security role, links to create a case, find a person, register a participant, change my password and search for a case all should appear as quick links so that a caseworker always has access to them regardless of how they configure their home page.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Quick Link::Entity::QuickLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Quick Link\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
quickLinkIDkeynoThe unique identifier for the recordQUICK_LINK_ID SVR_INT64
namedetails The name that will appear where the quick link is displayed.QUICK_LINK_NAME SVR_STRING<200>
dateCreateddetails The creation date of the record.CURAM_DATE SVR_DATE
webAddressIDdetails The address of the the application page.WEB_ADDRESS_ID SVR_INT64
openInModalInddetailsyesIndicates that the link should open in a Curam modal window.CURAM_INDICATOR SVR_BOOLEAN
Indices (1)
Index NameAttributes
QLWebAddrsIdxwebAddressID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: quickLinkID
AUTO_ID_KEY: QUICKLNK
PRE_DATA_ACCESS: yes
Inserts a quick link record. 
readread Reads a quick link record. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies a quick link record. 
readByQuickLinkIDns Retrieves the quick link details from the quick link and web address entities.SQL
searchAllnsmulti Returns all the quick links for an organization.SQL
searchByStatusCodensmulti Retrieves all quick link details for the specified status code.SQL
removeremove Removes the QuickLink record. 
insertQuickLinknsinsert Inserts the QuickLink record. 
Related Pages (8)