This table stores the definition of a check-out process.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| processobjid | integer | not null | Object ID of process |
| processname | char(128) | not null | Process Name |
| stateobjid | integer | not null | Object ID of state |
| pathoption | integer | not null | Check-out path option setting |
| replacefile | char(1) | not null | Replace read-only files (Y/N) |
| itemnewer | char(1) | not null | New item (Y/N) |
| updmode | char(1) | not null | Update mode (Y/N) |
| concurupdmode | char(1) | not null | Concurrent update mode (Y/N) |
| browsemode | char(1) | not null | Browse mode (Y/N) |
| reservemode | char(1) | not null | Reserve only mode (Y/N) |
| syncmode | char(1) | not null | Synchronize mode (Y/N) |
| 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 |
| clientdir | varchar(255) | with null | Client directory path name |
| viewpath | varchar(255) | with null | View path name |
| note | varchar(2000) | with null | User-defined note |
| sharedworkingdir | char(1) | not null | Shared working directory flag |
| usecheckintimestamp | char(1) | with null | Preserve file timestamp |
Product Name: AllFusion Harvest Change Manager
Table Type: Table