if (!empty($params['case_type_id'])) {
$params['case_type'] = CRM_Core_DAO::getFieldValue('CRM_Case_DAO_CaseType', $params['case_type_id'], 'name', 'id');
$params['subject'] = $params['activity_subject'];
+ // 'civicrm_case.details' is not used in core but is used in the CiviCase extension
$params['details'] = $params['activity_details'];
}
$caseObj = CRM_Case_BAO_Case::create($params);
<rows>8</rows>
<cols>60</cols>
</html>
- <comment>Details about the meeting (agenda, notes, etc).</comment>
+ <comment>Details populated from Open Case. Only used in the CiviCase extension.</comment>
<add>1.8</add>
</field>
<field>