Changes between Version 19 and Version 20 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 10:55:53 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v19 v20 104 104 1. CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php) - get the subtypes of the class. 105 105 1. CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)] - get the basic (parent?) contact type given the subtype. 106 1. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]106 1. CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)] - gets a list of entity types (i think) 107 107 1. CRM_Core_Permission::customGroupClause - Get permission stuff 108 108 1. self::getTableName - gets the table name … … 135 135 136 136 Seems to reformat the value for the where clause based on its type. 137 138 == [=#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]139 140 //Not Checked//141 137 142 138 == [=#CRM_Core_Component::defaultReturnProperties CRM_Core_Component::defaultReturnProperties (CRM/Core/Component.php)]