update( $sValue ); $infoProcess = new Process(); $resultProcess = $infoProcess->load($sValue['PRO_UID']); if($sValue['CT_DERIVATION_HISTORY'] == 1) { $type[] = "Routing History"; } if($sValue['CT_MESSAGE_HISTORY'] == 1) { $type[] = "Messages History"; } G::auditLog('CaseTrackers','Save Case Tracker Properties ('.$sValue['CT_MAP_TYPE'].' - '.implode(', ',$type).') in Process "'.$resultProcess['PRO_TITLE'].'"');