CS_Event_Edit
QuestionDescriptionResponseTypeFormatTextHelpPreLogicPostLogic
CS_Event_DescControl System Process Event DescriptionTEXT100Event Descriptionecho '';
CS_Event_PowerControl System Process Event Power PropertyCSPowerRADIOEvent Power PropertyIt is best to use only None and Final Event to minimize inconsistencies in case processing.
CS_Event_OrderControl System Process Event OrderTEXT3Event OrderThe 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_DurationControl System Process Event DurationTEXT5The amount of time for the next Event to occurAny 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_PathControl System Process Event PathTEXT100Event Path ListUse 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_ExclusiveControl System Process Event ExclusiveTEXT100Exclusive Event ListUse 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_LogicControl System Process Event LogicTEXTAREA2048Event LogicThis area provides for PHP code to take customized action when the event is posted.