Defines the menu information for the USM UI. Menu will be constructed dynamically by retrieving the launch information by the backend engine.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| launchpad_id | varchar(64) | not null | Unique ID |
| title | nvarchar(64) | with null | Launchpad title |
| content_type | integer | with null | 3, 5 |
| menu_type | integer | with null | This field indicates the level of the menu item
0 = no rendering 1 = main tab 2 = sub tab 3 = vertical menu - gun handle - category 4 = vertical menu - gun handle- item 5 = vertical menu TREE (this is the root of a simple tree, so the backend would have to get all its children nodes) |
| is_default | integer1 | with null | |
| product_code | nvarchar(64) | with null | |
| tag_name | nvarchar(64) | with null | Tag name |
| display_intree | integer | with null | Flag to indicate if need to be displayed in tree or not - not used for now |
| access_depth | integer | with null | If it is 1, then associated child menu will be accessed, it is 0 or null then the current node will be accessed. |
| icon_used_image | varchar(256) | with null | If the icon used, then the image resource file name |
| separate_window | integer | with null | 0, 1; Specifies if a new window is to be opened to display the lauchpad content |
| xsl_presentation | varchar(64) | with null | Relative xsl file location for presentation of xml generated by the invocation of guinode |
| xsl_transformation | varchar(64) | with null | Relative xsl file location for Transfromation of xml generated by the invocation of guinode |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| launchpad_id | usm_link_launchpad_launchpad | launchpad_parent_id |
| launchpad_id | usm_link_launchpad_launchpad | launchpad_id |
| launchpad_id | usm_launchpad_content | launchpad_id |