CS_Process_Edit";";
QuestionDescriptionResponseTypeFormatTextHelpPreLogicPostLogic
CS_Proc_DescControl System Process descriptionTEXT100Process DescriptionThis 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_EventsView All Events for this ProcessButtonBUTTONView All Events for this ProcessSee 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_EventOrderOrder Events for this ProcessButtonBUTTONOrder Events for this ProcessOrder the events for the current process.echo "
if ($prm=='CS_Proc_EventOrder') SetForm('CS_Events_Order'); $stat=1;