Export list and status
Posted: Wed Jul 02, 2008 10:46 am
Once I've run a list through a campaign, I need to export it back out so that we can update our call database. I don't see where this can be done. If I have to code something in php to do this, it's not a big deal, I just don't want to duplicate something you're already got. What we need for our purposes is:
SELECT vendor_lead_code,modify_date,status FROM vicidial_list FOR list_id=###;
Additional fields would be ok, those are just the ones we care about.
SELECT vendor_lead_code,modify_date,status FROM vicidial_list FOR list_id=###;
Additional fields would be ok, those are just the ones we care about.