Page 1 of 1

list_id and campaign_id

PostPosted: Fri Jul 17, 2009 6:47 pm
by roll72
Hello,

I'm still under the developpement of a broadcast application using vicidial.
I'm currently create all the needed record directly in the database (vicidial_campaigns, vicidial_lists...etc). I would like to know if it could be 2 lists with the same list_id but not the same campaign_id (in the table vicidial_lists)?

is it a problem in the system ?

thanks for your answer

PostPosted: Fri Jul 17, 2009 7:13 pm
by mflorell
a list can only exist in one campaign at a time. You cannot share a list across more than one campaign.

vicidial_lists

PostPosted: Mon Jul 20, 2009 12:18 pm
by roll72
ok,

does that means a same list_id could not be in two different list. I understand the leads are attached by the list_id. So do I have to make each list_id unique ?

thanks for your help

PostPosted: Mon Jul 20, 2009 12:32 pm
by mflorell
list_id is unique in the vicidial_lists table.