Changes between Version 16 and Version 17 of CiviCRM API - Adding Custom Values to Case Get


Ignore:
Timestamp:
11/27/13 10:28:36 (10 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

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

    v16 v17  
    9090== [=#CRM_Activity_BAO_Query::defaultReturnProperties CRM_Activity_BAO_Query::defaultReturnProperties (CRM/Activity/BAO/Query.php)]
    9191
     92Returns a list of activity fields to be returned for the get request.
     93
     941. [#CRM_Core_BAO_CustomField::getFieldsForImport CRM_Core_BAO_CustomField::getFieldsForImport (CRM/Core/BAO/CustomField.php)]
     95
     96== [=#CRM_Core_BAO_CustomField::getFieldsForImport CRM_Core_BAO_CustomField::getFieldsForImport (CRM/Core/BAO/CustomField.php)]
     97
     98Returns a list of details about the custom fields for the specified entity.
     99
     1001. [#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)]
     101
     102== [=#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)]
     103
     1041. [#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]
     1051. [#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]
     1061. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
     1071. CRM_Core_Permission::customGroupClause - Get permission stuff
     1081. [#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)]
     1091. [#CRM_Core_DAO::executeQuery CRM_Core_DAO::executeQuery (CRM/Core/DAO.php)]
     110
     111== [=#CRM_Core_DAO::executeQuery CRM_Core_DAO::executeQuery (CRM/Core/DAO.php)]
     112
     113Instantiates a DAO object and passes it the query to run.  The DAO object is by default of type CRM_Core_DAO, but can be of whatever name you pass in.
     114
     1151. [#self::composeQuery self::composeQuery (CRM/Core/DAO.php)]
     1161. [#CRM_Core_DAO._constructor CRM_Core_DAO._constructor (CRM/Core/DAO.php)]
     1171. [#CRM_Core_DAO.query CRM_Core_DAO.query (CRM/Core/DAO.php)]
     118
     119== [=#CRM_Core_DAO.query CRM_Core_DAO.query (CRM/Core/DAO.php)]
     120
     121//Not Checked//
     122
     123== [=#CRM_Core_DAO._constructor CRM_Core_DAO._constructor (CRM/Core/DAO.php)]
     124
     125//Not Checked//
     126
     127== [=#self::composeQuery self::composeQuery (CRM/Core/DAO.php)]
     128
     129//Not Checked//
     130
     131== [=#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)]
     132
     133//Not Checked//
     134
     135== [=#CRM_Contact_BAO_ContactType::subTypes CRM_Contact_BAO_ContactType::subTypes (CRM/Contact/BAO/ContactType.php)]
     136
     137//Not Checked//
     138
     139== [=#CRM_Contact_BAO_ContactType::getBasicType CRM_Contact_BAO_ContactType::getBasicType (CRM/Contact/BAO/ContactType.php)]
     140
     141//Not Checked//
     142
     143== [=#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)]
     144
    92145//Not Checked//
    93146