Case Scheduler In progress ...

This commit is contained in:
girish
2011-02-22 13:15:01 +00:00
parent 72393f4019
commit 9c3a7061b7
2 changed files with 387 additions and 384 deletions

View File

@@ -4637,7 +4637,17 @@ class processMap {
}
}
function caseNewSchedulerList($sSchUID)
{
try {
$oCaseScheduler = new CaseScheduler();
$aRows = $oCaseScheduler->load($sSchUID);
return $aRows;
} catch ( Exception $oError ) {
throw ($oError);
}
}
//new functions
function getAllTaskUserCount(){
$c = $this->tmpCriteria;