Table Description
Quick Link Security Role 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 case search therefore 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 Security Role Link::Entity::QuickLinkSecurityRoleLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Quick Link Security Role Link\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
quickLinkSecurityRoleLinkIDkeynoUnique identifier of the record.QUICK_LINK_SEC_ROLE_LINK_ID SVR_INT64
quickLinkIDdetails The id of the Quick Link record that the role is associated with.QUICK_LINK_ID SVR_INT64
roleNamedetails The Security role that the Quick Link is associated with.SEC_ROLE_NAME SVR_STRING<50>
dateCreateddetails The date that the association between the security role and the quick link is created.CURAM_DATE SVR_DATE
Indices (1)
Index NameAttributes
QLSecRoleLnkIdxquickLinkID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: quickLinkSecurityRoleLinkID
PRE_DATA_ACCESS: yes
Inserts a quick link security role link record. 
readread Reads a quick link security role link record. 
removeremove Removes a quick link security role link record. 
searchByQuickLinkIDreadmulti Retrieves a list of the associations between a specified quick link and user security roles. 
searchByRolensmulti Retrieves a list of associations between a specified user security role and organization quick links.SQL
Related Pages (0)