This table stores the definition of UDP 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 |
| parentprocobjid | integer | with null | Object ID of parent process |
| stateobjid | integer | with null | Object ID of state |
| outputtarget | char(8) | not null | 'DISPLAY' of 'DISCARD' |
| onerroraction | char(8) | not null | 'DISPLAY' of 'DISCARD' |
| 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 |
| description | varchar(255) | with null | User-defined description |
| programname | varchar(255) | with null | Name of program |
| inputparm | varchar(2000) | with null | Additional input parameters |
| note | varchar(2000) | with null | User-defined note |
| secureudpinput | char(1) | not null | Modifiable UDP input flag (Y/N) |
| udptype | char(8) | not null | Execute on server or client |
Product Name: AllFusion Harvest Change Manager
Table Type: Table