This table stores the definition of create package 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 the process |
| defaultpkgformname | char(128) | with null | Default name for package and form |
| createassocform | char(1) | not null | Create associated form (Y/N) |
| stateobjid | integer | not null | Object ID of state |
| initialstateid | integer | not null | Object ID of initial state |
| formtypeobjid | integer | with null | Object ID of form type |
| 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 |
| disablenamechange | char(1) | not null | Able to change package name (Y/N) |
Product Name: AllFusion Harvest Change Manager
Table Type: Table