| Table: dbo.Firm_Shortcut | |||
| Columns | |||
| Name | Type | Constraints | Description |
| firm_shortcut_KEY | int (4) | NOT NULL | Database assigned primary key for this table |
| target | nvarchar (2000) | NOT NULL | Target to execute. File name or url. |
| portlet_type_KEY | int (4) | NOT NULL | portlet type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Firm_Shortcut | firm_shortcut_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Firm_Shortcut__Portlet_Type__portlet_type_KEY | portlet_type_KEY | Portlet_Type (portlet_type_KEY) | |