Page 1 of 1

modifying vicidial_list table

PostPosted: Thu Dec 13, 2007 11:34 am
by enjay
What are the implications of adding a few columns to the vicidial_list table? My first thought is that there are several other scripts which make reference to vicidial_list so would that break those?

clearly it would break the loader..

PostPosted: Thu Dec 13, 2007 2:01 pm
by mflorell
It would break the lead loaders but I think that would be it. Give it a shot on a test server and let us know.

PostPosted: Thu Dec 13, 2007 2:46 pm
by Op3r
but that would also entail adding additional fields on the agent screen?

PostPosted: Thu Dec 13, 2007 3:55 pm
by enjay
Not in my scenario, this is purely just for additional data in the table. Nothing which needs to be viewable.

PostPosted: Thu Dec 13, 2007 9:53 pm
by Op3r
then certainly it is possible.

PostPosted: Thu Dec 13, 2007 11:43 pm
by vidurmittal
i modified the vicidial_list table the impact was i have to increase tjhe coloums in the leads so that list loader is able to load the lists i also have to modify the list_loader.php and then everything works fine.




Vidur

PostPosted: Thu Dec 13, 2007 11:50 pm
by Op3r
If you could also tell me how to load russian characters in mysql and shows it to the agent screen that would be great.

PostPosted: Wed Mar 05, 2008 2:47 am
by brainwhistler
I want to add three more columns to vicidial_lists Table, i.e. the Company Name, web address of the company and the designation of the person in the company.

Can anyone tell me where else i have to make changes to run ViciDial smoothly. BTW did anyone make these changes before ??

Thanks

PostPosted: Wed Mar 05, 2008 10:22 am
by mflorell
If you want to be able to use those fields in the vicidial.php web interface you will have to make all sorts of changes in the vicidial.php and vdc_db_query.php.

I usually recommend making a separate PHP script and using the SCRIPT TAB IFRAME feature to add fields to VICIDIAL. It will take a lot less time to integrate, and it is a lot more flexible without potentiall causing problems with the core agent interface.

PostPosted: Thu Mar 06, 2008 5:14 am
by brainwhistler
Thanks i will try and let you know the results.

Reg additional Vicidial_list fields

PostPosted: Thu Mar 06, 2008 9:47 am
by devafree
Hello

I was wondering if it will not be better to create a new table rather than add fields, if the additional data neednt be viewable?

regards

devafree