Changes between Version 18 and Version 19 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/27/13 10:49:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v18 v19 102 102 == [=#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)] 103 103 104 1. [#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]105 1. [#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]104 1. CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php) - get the subtypes of the class. 105 1. CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)] - get the basic (parent?) contact type given the subtype. 106 106 1. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)] 107 107 1. CRM_Core_Permission::customGroupClause - Get permission stuff … … 135 135 136 136 Seems to reformat the value for the where clause based on its type. 137 138 == [=#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]139 140 //Not Checked//141 142 == [=#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]143 144 //Not Checked//145 137 146 138 == [=#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]