'title' => 'Case Client',
'description' => 'Contact id of one or more clients to retrieve cases for',
'type' => CRM_Utils_Type::T_INT,
- 'FKApiName' => 'Contact',
);
$params['activity_id'] = array(
'title' => 'Case Activity',
'description' => 'Id of an activity in the case',
'type' => CRM_Utils_Type::T_INT,
- 'FKApiName' => 'Activity',
);
}
'description' => 'Contact id of case client(s)',
'api.required' => 1,
'type' => CRM_Utils_Type::T_INT,
- 'FKApiName' => 'Contact',
);
$params['status_id']['api.default'] = 1;
$params['status_id']['api.aliases'] = array('case_status');