ControlSystem
FormDescriptionHelpPreLogicPostLogic
CS_ProcessesControl System ProcessesThe Processes form allows you to create, delete and modify control system processes.

It also provides an entry point to the Event form for creating, deleting and modifying events for the selected process.

echo '';
CS_Process_EditEdit Control System ProcessUpdate the selected control system process.
CS_EventsControl System Events for the Current ProcessThis is a listing of all the events for the selected process.

From here you can select a specific event to modify or delete.

You can also create a new event for the process.

echo '';
CS_Event_EditEdit Control System Process EventUpdate the selected control system process event.$CS_Proc_Id=$_SESSION['CS_Proc_Id']; $CS_Proc_Desc=ShowQueryResultScalar("select rValue from Responses where CaseID='$CS_Proc_Id' and qID='CS_Proc_Desc'");
CS_Events_OrderControl System Events for the Current Process - OrderingThis form allows you to reorder the events.

Click on an event and then click either the up arrow or down arrow to move it in the list.

echo '';
CS_Event_ConsoleControl System Event ConsoleThe control system event console allows you to set events for one or more cases.
  1. Select a process
  2. Select an event
  3. Enter the affected cases
  4. Click on Save
include "CS_functions.php";
CS_Case_ConsoleControl System Case ConsoleThe control system case console allows you to
  1. search for cases
  2. create new cases
  3. review a case`s event history
  4. update a case`s status
include ~CS_functions.php~; $_SESSION['PM_TransFrm']='CS_Case_Detail';
CS_Case_DetailControl System Case Detailinclude ~CS_functions.php~; echo ''; $_SESSION['Instance']=0;
CS_Report_ConsoleControl System Report ConsoleThe following standard reports are available from the Control System Report Console:
  • Current Status
  • Ever At
  • Pending Cases
  • Delinquent Cases
include "CS_functions.php";