*
* Generated from xml/schema/CRM/Core/Mapping.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3014bcc2b0a9647bad0431f586015208)
+ * (GenCodeChecksum:a1f0faf7e338aa60dfb0243ee1543f28)
*/
/**
'name' => [
'name' => 'name',
'type' => CRM_Utils_Type::T_STRING,
- 'title' => ts('Name'),
+ 'title' => ts('Mapping Name'),
'description' => ts('Name of Mapping'),
'maxlength' => 64,
'size' => CRM_Utils_Type::BIG,
*
* Generated from xml/schema/CRM/Core/MappingField.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:686d35f36c7a1c577403930d0ec4dcd1)
+ * (GenCodeChecksum:c40af5559b03a60e0ca5588961b0f92d)
*/
/**
'name' => [
'name' => 'name',
'type' => CRM_Utils_Type::T_STRING,
- 'title' => ts('Name'),
+ 'title' => ts('Field Name (or unique reference)'),
'description' => ts('Mapping field key'),
'maxlength' => 255,
'size' => CRM_Utils_Type::HUGE,
'column_number' => [
'name' => 'column_number',
'type' => CRM_Utils_Type::T_INT,
- 'title' => ts('Column Number'),
+ 'title' => ts('Column Number to map to'),
'description' => ts('Column number for mapping set'),
'required' => TRUE,
'where' => 'civicrm_mapping_field.column_number',
'phone_type_id' => [
'name' => 'phone_type_id',
'type' => CRM_Utils_Type::T_INT,
- 'title' => ts('Phone type ID'),
+ 'title' => ts('Phone Type'),
'description' => ts('Which type of phone does this number belongs.'),
'where' => 'civicrm_mapping_field.phone_type_id',
'table_name' => 'civicrm_mapping_field',
'grouping' => [
'name' => 'grouping',
'type' => CRM_Utils_Type::T_INT,
- 'title' => ts('Grouping'),
+ 'title' => ts('Field Grouping'),
'description' => ts('Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
mappings).'),
'where' => 'civicrm_mapping_field.grouping',
'value' => [
'name' => 'value',
'type' => CRM_Utils_Type::T_STRING,
- 'title' => ts('Value'),
+ 'title' => ts('Search builder where clause'),
'description' => ts('SQL WHERE value for search-builder mapping fields.'),
'maxlength' => 255,
'size' => CRM_Utils_Type::HUGE,
</foreignKey>
<field>
<name>name</name>
+ <title>Field Name (or unique reference)</title>
<type>varchar</type>
<length>255</length>
<comment>Mapping field key</comment>
</field>
<field>
<name>contact_type</name>
+ <title>Contact Type</title>
<type>varchar</type>
<length>64</length>
<comment>Contact Type in mapping</comment>
</field>
<field>
<name>column_number</name>
+ <title>Column Number to map to</title>
<type>int unsigned</type>
<required>true</required>
<comment>Column number for mapping set</comment>
</field>
<field>
<name>phone_type_id</name>
+ <title>Phone Type</title>
<type>int unsigned</type>
<title>Phone type ID</title>
<comment>Which type of phone does this number belongs.</comment>
</foreignKey>
<field>
<name>relationship_direction</name>
+ <title>Relationship Direction</title>
<type>varchar</type>
<length>6</length>
<add>1.7</add>
</field>
<field>
<name>grouping</name>
+ <title>Field Grouping</title>
<type>int unsigned</type>
<default>1</default>
<comment>Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
<field>
<name>operator</name>
<type>varchar</type>
+ <title>Operator</title>
<length>16</length>
<type>enum</type>
<comment>SQL WHERE operator for search-builder mapping fields (search criteria).</comment>
</field>
<field>
<name>value</name>
+ <title>Search builder where clause</title>
<type>varchar</type>
<length>255</length>
<comment>SQL WHERE value for search-builder mapping fields.</comment>