This table stores the definition of demote process
| Column Name | Column Datatype | Column Null Option | Column Comment |
| processobjid | integer | not null | Object ID of process |
| processname | char(128) | not null | Name of process |
| stateobjid | integer | not null | Object ID of state |
| tostateid | integer | not null | Object ID of destination state |
| demotechgs | char(1) | not null | Reserved for future use |
| carrychgs | char(1) | not null | Reserved for future use |
| creationtime | date | not null | Time process was created |
| creatorid | integer | not null | Object ID of user to create |
| modifiedtime | date | not null | Time process was modified |
| modifierid | integer | not null | Object ID of user to modify |
| note | varchar(2000) | with null | User-defined note |
| enforcebind | char(1) | not null | Enforce package group binding (Y/N) |
| checkdependencies | char(1) | not null | Check package dependency (Y/N) |
Product Name: AllFusion Harvest Change Manager
Table Type: Table