Table Description
Quick Link Application Link: Defines the quick links for the application. These quick links act as short cuts for users for commonly accessed parts of an application, e.g. the Financial or Case Worker Application.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Quick Link Application Link::Entity::QuickLinkApplicationLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Quick Link Application Link\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
quickLinkApplicationLinkIDkeynoUnique identifier for the quick link application link.QUICK_LINK_APPLICATION_LINK_ID SVR_INT64
quickLinkIDdetails The quick link identifier.QUICK_LINK_ID SVR_INT64
applicationCodedetails The application for which the quick link applies, e.g. Financial Application.APPLICATION_CODEAPPLICATION_CODESVR_STRING<10>
dateCreateddetails The date on which the quick link was created.CURAM_DATE SVR_DATE
sortOrderdetailsyesThe sort order for the quick link. This defines the order in which the quick link will appear.SORT_ORDER SVR_INT16
Indices (2)
Index NameAttributes
QLAppLnkIdxquickLinkID
applicationCodeIndexapplicationCode
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: quickLinkApplicationLinkID
AUTO_ID_KEY: QUICKLNK
PRE_DATA_ACCESS: yes
Inserts a quick link application link record. 
readread Standard Operation 
removeremove Standard Operation 
searchByQuickLinkIDreadmulti Retrieves a list of the associations between a specified quick link and apllication code. 
searchByApplicationCodensmulti  SQL
insertQuickLinkApplicationLinknsinsert Inserts the Quick Link Application Link record. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies the Quick Link Application Link record. 
Related Pages (6)