serverURL ."/cases/ajaxListener?action=caseHistory&rand=$rand"; $PM_SOAP->echoDomain(); echo ""; $iframe = ""; $PM_SOAP->initCaseAndShowTab(['APP_UID' => $case->fields['case_guid'], 'DEL_INDEX' => 1], $iframe, $rand); } function getTabNameForItem(CommonGLPI $case, $withtemplate = 0) { return __('History', 'processmaker'); } }