Changes between Version 7 and Version 8 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 08:25:57 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v7 v8 35 35 == [=#_civicrm_api3_get_options_from_params _civicrm_api3_get_options_from_params (api\v3\utils.php)] 36 36 37 //Not Checked// 37 This function extracts the common API options from the parameters. It also extracts and standardises the 'return' properties. It calls nothing else of importance. 38 38 39 39 == [=#CRM_Contact_BAO_Query::convertFormValues CRM_Contact_BAO_Query::convertFormValues (CRM/Contact/BAO/Query.php)]