Changes between Version 4 and Version 5 of CiviCRM API - Adding Custom Values to Case Get


Ignore:
Timestamp:
11/26/13 14:07:45 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM API - Adding Custom Values to Case Get

    v4 v5  
    1717Changes a few of the parameters around for consistency and convenience.
    1818
     19//No functions called//
     20
    1921== [=#_civicrm_api3_get_using_query_object _civicrm_api3_get_using_query_object (api\v3\utils.php)]
     22
     23The 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
     251. [#_civicrm_api3_get_options_from_params _civicrm_api3_get_options_from_params (api\v3\utils.php)]
     261. civicrm_api($entity, 'getfields', array('version' => 3, 'action' => 'get'));
     271. [#CRM_Contact_BAO_Query::convertFormValues CRM_Contact_BAO_Query::convertFormValues (CRM/Contact/BAO/Query.php)]
     281. [#CRM_Core_DAO::createSqlFilter CRM_Core_DAO::createSqlFilter (CRM\Core\DAO.php)]
     291. [#CRM_Contact_BAO_Query::apiQuery CRM_Contact_BAO_Query::apiQuery (CRM/Contact/BAO/Query.php)]
    2030
    2131//Not Checked//
     
    2434
    2535//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//