Defines the layout of the report. Layout is a combination of one or more report views. Report layout contains the definition of how the report views are layed out and displayed
| Column Name | Column Datatype | Column Null Option | Column Comment |
| report_layout_id | varchar(128) | not null | Specifies the Unique identifier for the report layout. It is created when the layout is saved |
| comment | nvarchar(128) | with null | Stores the comment entered by the user when layout is created |
| data1 | nvarchar(64) | with null | External integration/additional data |
| data2 | nvarchar(128) | with null | External integration/additional data |
| data3 | nvarchar(256) | with null | External integration/additional data |
| time_stamp | date | with null | Specifies the time when layout is created |
| folder | nvarchar(256) | with null | Specifies the folder in which layout is stored |
| name | nvarchar(256) | with null | Specifies the human readable name for the layout |
| owner | nvarchar(128) | with null | Specifies the user who created the layout |
| get_variables_page | varchar(1024) | with null | Handle to get variables for the data object associated with the dataview displayed |
| document_string | nvarchar(256) | with null | Specifies the settings for the layout in general |
| external_params | varchar(256) | with null | |
| file_name | nvarchar(256) | with null | |
| type | nvarchar(20) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| report_layout_id | usm_link_scope_layout | report_layout_id |
| report_layout_id | usm_report_layout_obj_list | report_layout_id |