This table stores the definition of notify 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 |
| mailfacility | varchar(255) | not null | Name of mail program |
| message | varchar(2000) | with null | User-defined message |
| note | varchar(2000) | with null | User-defined note |
| subject | varchar(1000) | with null | Mail message subject |
Product Name: AllFusion Harvest Change Manager
Table Type: Table