| | 92 | Returns a list of activity fields to be returned for the get request. |
| | 93 | |
| | 94 | 1. [#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 | |
| | 98 | Returns a list of details about the custom fields for the specified entity. |
| | 99 | |
| | 100 | 1. [#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)] |
| | 101 | |
| | 102 | == [=#self::getFields self::getFields (CRM/Core/BAO/CustomField.php)] |
| | 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)] |
| | 106 | 1. [#CRM_Core_SelectValues::customGroupExtends CRM_Core_SelectValues::customGroupExtends (CRM/Core/SelectValues.php)] |
| | 107 | 1. CRM_Core_Permission::customGroupClause - Get permission stuff |
| | 108 | 1. [#self::getTableName self::getTableName (CRM/Core/BAO/CustomField.php)] |
| | 109 | 1. [#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 | |
| | 113 | Instantiates 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 | |
| | 115 | 1. [#self::composeQuery self::composeQuery (CRM/Core/DAO.php)] |
| | 116 | 1. [#CRM_Core_DAO._constructor CRM_Core_DAO._constructor (CRM/Core/DAO.php)] |
| | 117 | 1. [#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 | |