Global_Request_Extension - Local copy of data that will be pushed to master's Global_Request_Queue table
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| remote_id | integer | not null | Regional request id |
| active_flag | integer | not null | (1=Active, 0=not active) |
| last_mod_dt | integer | not null | Timestamp of when this record was last modified |
| global_queue_id | integer | with null | Pointer to global queue |
| ref_num | nvarchar(30) | not null | Request ref num |
| status | nvarchar(30) | not null | Status symbol of Request |
| type | nvarchar(10) | not null | Itil record type |
| priority | integer | not null | Priority of Request |
| impact | integer | with null | Impact of Request |
| open_date | integer | not null | Open Date of Request |
| close_date | integer | with null | Close Date of Request |
| category | nvarchar(30) | with null | Category symbol of Request |
| summary | nvarchar(240) | with null | Summary of Request |
| group_id | byte(16) | with null | Group assigned to Request |
| assignee | byte(16) | with null | Assignee of Request |
| customer | byte(16) | not null | Affected User of Request |
Product Name: Unicenter Service Desk
Table Type: Table