Keep the last accessed IDs for resource management
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique table id, there should be only one record with id=1 |
| gui_action | integer | with null | Each bit represents a action, value 1 means yes, 0 means no. Bit 0=expandable, 1=clickable, 2=right click able, 3=double clickable, 4=drag and drop able |
| nmrefer_id | integer | with null | Last rsc_nmrefer id |
| map_id | integer | with null | Last rsc_map id |
| parameter_id | integer | with null | Last rsc_parameter id |
| method_id | integer | with null | Last rsc_method id |
| property_id | integer | with null | Last rsc_property id |
| node_id | integer | with null | Last rsc_node id |
Product Name: Unicenter Service Management
Table Type: Table