Guinode is the information about dynamic linked data in the USM UI. The UI information defines which data can be retrieved dynamically from the backend engines.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| guinode_id | varchar(64) | not null | Guinode unique ID |
| access_depth | integer | with null | If it is 1, then associated child guinode will be accessed, it is 0 or null then the current node will be accessed. |
| content_type | integer | with null | 5 invoking the plugin method, 6 invoke the multi-plugin, 2 no invoking plugin |
| keywords | nvarchar(64) | with null | Group, Locale, User, Domain |
| label | nvarchar(64) | with null | Descriptive label for the guinode |
| title | nvarchar(64) | with null | Desctriptive title for the guinode |
| icon1 | varchar(64) | with null | To store icon information |
| icon_used | integer | with null | Specifies if customized icon is used or not, true or false |
| is_secured | integer | with null | Flag to indicate if this guinode invocation is secure - not used |
| 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 |
| separate_window | integer | with null | 0, 1; Specifies if a new window is to be opened to display the lauchpad content |
| type | varchar(128) | with null | Used for caching, specifying which context this guinode is being used |
| help_url | varchar(256) | with null | The url for accessing help information specific to this guinode |
| is_system | integer | with null | Specifies if this is a system specific entity |
| need_login | integer | with null | Specifies if one need to be authenticated to call this node, Eg: To bypass authentication |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| guinode_id | usm_report_dataview | guinode_id |
| guinode_id | usm_portal_template | guinode_id |
| guinode_id | usm_link_guinode_guinode | guinode_parent_id |
| guinode_id | usm_link_guinode_guinode | guinode_id |
| guinode_id | usm_guinode_content | guinode_id |
| guinode_id | usm_method | guinode_id |
| guinode_id | usm_meter_gui_cfg | guinode_id |