* array of importable Fields
*/
private static function importableFields($contactType): array {
- $showAll = FALSE;
- $withMultiCustomFields = FALSE;
$cacheKeyString = 'importableFields ' . $contactType . '_0_0_0_1';
$cacheKeyString .= '_' . CRM_Core_Config::domainID() . '_';
$fields = array_merge($fields,
CRM_Core_BAO_CustomField::getFieldsForImport($contactType,
- $showAll,
+ FALSE,
TRUE,
FALSE,
FALSE,
- $withMultiCustomFields
+ FALSE
)
);
// Unset the fields which are not related to their contact type.