This table stores the definition of a check-in 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 |
| stateobjid | integer | not null | Object ID of state |
| itemoption | integer | not null | New/existing item option |
| pathoption | integer | not null | Check-in path option setting |
| itemnewer | char(1) | not null | New item (Y/N) |
| modeoption | integer | not null | Check-in mode |
| 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 |
| viewpath | varchar(255) | with null | View path name |
| clientdir | varchar(255) | with null | Client directory path name |
| description | varchar(2000) | with null | User-defined description |
| note | varchar(2000) | with null | User-defined note |
| neworexistingitem | char(1) | not null | Check-in option (Y/N). New or existing item. |
| newitemonly | char(1) | not null | Check-in option (Y/N). New item only. |
| existingitemonly | char(1) | not null | Check-in option (Y/N). Existing item only. |
| deleteafterci | char(1) | not null | Check-in option (Y/N). Delete after ci |
| owneronly | char(1) | not null | Exclusive check-in flag (Y/N). Owner only. |
| forcecomment | char(1) | not null | Force comment (Y/N) |
Product Name: AllFusion Harvest Change Manager
Table Type: Table