Changes between Version 4 and Version 5 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/26/13 14:07:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v4 v5 17 17 Changes a few of the parameters around for consistency and convenience. 18 18 19 //No functions called// 20 19 21 == [=#_civicrm_api3_get_using_query_object _civicrm_api3_get_using_query_object (api\v3\utils.php)] 22 23 The comment for this function says that it is a general function for more complex //get// requests that is only used currently for Contacts, but can, and should, be extended for use by other entities. However, there is explicit use of the Contact BAO object in the method, so that aint gonna work is it? 24 25 1. [#_civicrm_api3_get_options_from_params _civicrm_api3_get_options_from_params (api\v3\utils.php)] 26 1. civicrm_api($entity, 'getfields', array('version' => 3, 'action' => 'get')); 27 1. [#CRM_Contact_BAO_Query::convertFormValues CRM_Contact_BAO_Query::convertFormValues (CRM/Contact/BAO/Query.php)] 28 1. [#CRM_Core_DAO::createSqlFilter CRM_Core_DAO::createSqlFilter (CRM\Core\DAO.php)] 29 1. [#CRM_Contact_BAO_Query::apiQuery CRM_Contact_BAO_Query::apiQuery (CRM/Contact/BAO/Query.php)] 20 30 21 31 //Not Checked// … … 24 34 25 35 //Not Checked// 36 37 == [=#_civicrm_api3_get_options_from_params _civicrm_api3_get_options_from_params (api\v3\utils.php)] 38 39 //Not Checked// 40 41 == [=#CRM_Contact_BAO_Query::convertFormValues CRM_Contact_BAO_Query::convertFormValues (CRM/Contact/BAO/Query.php)] 42 43 //Not Checked// 44 45 == [=#CRM_Core_DAO::createSqlFilter CRM_Core_DAO::createSqlFilter (CRM\Core\DAO.php)] 46 47 //Not Checked//