| Question | Description | ResponseType | Format | Text | Help | PreLogic | PostLogic |
| CS_Event_Desc | Control System Process Event Description | TEXT | 100 | Event Description | | echo '';
| |
| CS_Event_Power | Control System Process Event Power Property | CSPower | RADIO | Event Power Property | It is best to use only None and Final Event to minimize inconsistencies in case processing. | | |
| CS_Event_Order | Control System Process Event Order | TEXT | 3 | Event Order | The event order specifies the allowed sequence for the process events. The control system enforced the order to prevent reverting back to earlier states. | | |
| CS_Event_Duration | Control System Process Event Duration | TEXT | 5 | The amount of time for the next Event to occur | Any EVENT which is not a FINAL EVENT should have a DURATION specified. This number identifies the MAXIMUM number of DAYS for which a temporary EVENT is valid. After the DURATION has elapsed the CONTROL SYSTEM will start reporting the case as delinquent requiring intervention. | | |
| CS_Event_Path | Control System Process Event Path | TEXT | 100 | Event Path List | Use this area to identify those EVENTs ONE OF WHICH must
preceed the incoming EVENT in the event history. For example, if 10 and 20 are EVENT numbers in the PATH of EVENT 30 then EVENT 30 will be posted if EITHER of EVENT 10 or 20 have EVER been posted. | | |
| CS_Event_Exclusive | Control System Process Event Exclusive | TEXT | 100 | Exclusive Event List | Use this area to identify those EVENTs neither of WHICH may have preceeded the incoming EVENT for the case. For example, if EVENTs 10 and 20 are identified as mutually exclusive, then the presence of EVENT 10 in the event history will automatically prevent EVENT 20 from being posted and vice-versa. | | |
| CS_Event_Logic | Control System Process Event Logic | TEXTAREA | 2048 | Event Logic | This area provides for PHP code to take customized action when the event is posted. | | |