Stores information about products. Product code is numeric. Name is the full product name. For now they are: ECCM (0), Endevor (1) , Harvest (2).
Name changed from product to workbench_product in cmew r7 to satisfy mdb tablename uniqueness
| Column Name | Column Datatype | Column Null Option | Column Comment |
| product_code | integer | not null | A numeric field to identify products. 0 for ECCM, 1 for Harvest and 2 for Endevor |
| product_name | char(60) | not null | Product Name |
Product Name: AllFusion Change Manager Enterprise Workbench
Table Type: Table