Global_Product - Contains all Product names for all regions. Used by Global_Issue_Queue
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| remote_sys_id | integer | not null | Regional system id |
| remote_id | integer | not null | Regional product id |
| sym | nvarchar(60) | with null | Symbol name of product |
Product Name: Unicenter Service Desk
Table Type: Table