One last question about this,
I see that in `vicidial_lists_fields, it creates a row with a field_id for every field and every list that use the custom field.
Ex:
- Code: Select all
field_id list_id field_label field_name field_description
1 1004 Modele Modele Modele voiture
2 1001 Modele Modele Modele voiture 1
Considering that I will have to add 10 custom field and that I will need to load 5 to 10 new list every weeks (using all the same custom fields). Do you think the perfomance of the DB could be affected by all those entry ?
Also,
When using the web interface to create custom fields for a list, Vicidial create a table name 'custom_(list_id)' and insert the lead_id with the infos from the custom fields.
Is it safe to manually create the table, copy the columns names and then insert my data there ? My goal here is to import list with custom field from a FTP during the night when no one is online.