| Question | Description | ResponseType | Format | Text | Help | PreLogic | PostLogic |
| CS_Proc_Desc | Control System Process description | TEXT | 100 | Process Description | This is a short description of the process to be used for reporting. | echo " ";
echo '';
| $_SESSION['CS_Proc_Desc']='$val';
$_SESSION['CS_Proc_Id']=$_SESSION['CaseId'];
$stat=1; |
| CS_Proc_Events | View All Events for this Process | Button | BUTTON | View All Events for this Process | See all the events for the current process. Create, modify and delete events. | echo " | "; | if ($prm=='CS_Proc_Events') SetForm('CS_Events');
$stat=1; |
| CS_Proc_EventOrder | Order Events for this Process | Button | BUTTON | Order Events for this Process | Order the events for the current process. | echo " | "; | if ($prm=='CS_Proc_EventOrder') SetForm('CS_Events_Order');
$stat=1; |