Defines the resource node for the resource management
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique table id |
| type | integer | with null | The node type, 1=folder, 2=object |
| gui_action | integer | with null | Each bit represents a action, value 1 means yes and 0 means no. Bit 0=expandable, 1=clickable, 2=right click able, 3=double clickable, 4=drag and drop able |
| name | nvarchar(64) | with null | The folder name when type=1, object display attribute name type=2 |
| icon_1 | varchar(128) | with null | The icon file name, used when the folder is closed |
| icon_2 | varchar(128) | with null | The icon file name, used when the folder is open |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id | usm_rsc_nmrefer | node_id |
| id | usm_rsc_property | node_id |