This tab lets you edit and delete the default existing table column mappings. You can also create, modify, and delete the custom table column mappings.
Figure: Table Mapping
Click "Select Table Definition" drop-down menu to select the table definition, in which you want to create, edit, and delete the table column mappings.
Figure: Select Table Definition
The default table column mappings are available only in "DefaultTableDefinition".
Administrator needs to follow below steps to create a new mapping.
Figure: Create Table Column Mapping
Searchable (Licensable: 5 to 10 fields): It lets you add the searchable and optional columns in the mapping. It is not necessary to create the searchable fields. Through this feature the column on which the searchable field is applied, the column becomes searchable, means a search bar appears on the column which allows the user to search for any of the data.
Buy the license to increase the number of searchable fields. After purchasing the license, run the following query.
INSERT INTO system_configuration_parameter(name,type,value,default_value) VALUES ('maxSearchableFieldsAllowed','Integer','<number_of_searchable_fields>','<number_of_searchable_fields>');
The maximum number of searchable fields (after both license and configuration) is 10. After purchasing licenses, perform the configuration to increase the number of fields, if any step missed then number of fields will not increase. Contact either Marketing Department or Services Team of Ameyo.
Phone (Licensable: 5 to 50 fields): It lets you add the mandatory columns in the mapping. It is mandatory for the user to fill these columns.
Buy the license to increase the number of phone fields. After purchasing the license, run the following query.
INSERT INTO system_configuration_parameter(name,type,value,default_value) VALUES ('max.phone.allowed','Integer','<number_of_phone_fields>','<number_of_phone_fields>');The maximum number of phone fields (after both license and configuration) is 50. After purchasing licenses, perform the configuration to increase the number of fields, if any step missed then number of fields will not increase. Contact either Marketing Department or Services Team of Ameyo.
ilterable: It lets you add the filterable columns in the mapping. The user can leave these columns blank. Through this feature the administrator now have another filter field through which he can filter for the required voicelogs.
Buy the license to increase the number of filterable fields. After purchasing the license, run the following query.
INSERT INTO system_configuration_parameter(name,type,value,default_value) VALUES ('maxFilterableFieldsAllowed','Integer','<number_of_filterable_fields>','<number_of_filterable_fields>');
The maximum number of filterable fields (after both license and configuration) is 10. After purchasing licenses, perform the configuration to increase the number of fields, if any step missed then number of fields will not increase. Contact either Marketing Department or Services Team of Ameyo.
You cannot edit or delete the column mappings here.
Figure: Sample Table Mapping
Figure: Table Mappings
Perform the following steps to edit a table mapping.
Figure: Edit a Table Column Mapping
You cannot change the table definition name and campaign type. Attributes cannot be added, edited, or deleted.
Perform the following steps to delete a table column mapping.
It is recommended not to delete the default table column mappings available in the default table definition (DefaultTableDefintion).
Figure: Asking to delete a Table Column Mapping