Table: Client_Shortcut_Group
This table is a data store for the Solutions portlets. It contains information about user-configurable groups of solutions (which are paths to files, folders, or web pages).
Columns
NameTypeConstraintsDescription
client_shortcut_group_KEYintNOT NULLAssigned by COMMON_dp_Allocate_Unique_Identifiers. Database assigned primary key for this table
descriptionnvarchar (250)NOT NULLUser-configurable display name for the solution group.
sortintNOT NULLUser-configurable sequence number that defines the order in which the solution group will appear in the Solutions portlet.
client_KEYintNOT NULLThe client who own this solution group.
update__staff_KEYintNOT NULL
update_date_utcdatetimeNOT NULL
create_date_utcdatetimeNOT NULL
Primary key
NameColumnsDescription
PK_Client_Shortcut_Group$client_shortcut_group_KEYclient_shortcut_group_KEYCLUSTERED
Unique constraints
NameColumnsDescription
UK_Client_Shortcut_Group$client_KEY$descriptionclient_KEY, descriptionEach groups description must be unique per Client.
Foreign keys
NameColumnsReferenced tableDescription
FK_Client_Shortcut_Group__Client__client_KEYclient_KEYClienton delete cascade;
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Client_Shortcut__Client_Shortcut_Group__client_shortcut_group_KEYclient_shortcut_group_KEYClient_Shortcuton delete cascade;

Schema diagram