Page 1 of 1

List upload

PostPosted: Thu Aug 29, 2013 4:28 am
by kaz
VERSION: 2.8-409a
BUILD: 130809-1410
© 2013 ViciDial Group
Single Server - Centos 6.4 - 64bit . Scratch installed - No extra hardware.

I have download a list from vicidial list, it has few extra columns like entry dat, modify date, status(B A NA etc).

Now I want to upload this list into the server, I know how to upload the leaads, but I want when I load this list , I want to see the status in the database also.

Please give me or suggst the best option.

Regards,
Kaz

Re: List upload

PostPosted: Mon Jun 16, 2014 1:01 pm
by omarrodriguezt
You can map the status field to any other field you are not using, like email, then you can update the status field using mysql, like
update vicidial_list
set status = email where list_id =12345