{"id":155,"date":"2016-06-10T14:13:05","date_gmt":"2016-06-10T14:13:05","guid":{"rendered":"http:\/\/symbioticindia.in\/docu\/?p=155"},"modified":"2016-06-10T14:13:05","modified_gmt":"2016-06-10T14:13:05","slug":"data-structure-of-vicidial_list","status":"publish","type":"post","link":"http:\/\/symbioticindia.in\/docu\/2016\/06\/10\/data-structure-of-vicidial_list\/","title":{"rendered":"Data Structure of vicidial_list"},"content":{"rendered":"<p>Most of these fields are visible in \/vicidial\/admin_modify_lead.php?lead_id={LEAD_ID} and\/or on the agent screen. If so, they are marked &#8220;admin_modify_lead&#8221; or &#8220;agent screen&#8221; (or &#8220;both&#8221;).<\/p>\n<table class=\"wikitable\">\n<tbody>\n<tr>\n<th>Field Name<\/th>\n<th>Description<\/th>\n<th>Location<\/th>\n<\/tr>\n<tr>\n<td>lead_id<\/td>\n<td>Unique ID for leads, incrementing<\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<td>entry_date<\/td>\n<td>Date\/time lead imported<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>modify_date<\/td>\n<td>Date\/time of last modification<\/td>\n<td>Enforced by mysql code<\/td>\n<\/tr>\n<tr>\n<td>status<\/td>\n<td>Disposition\/Status (NEW, DROP)<\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<td>user<\/td>\n<td>vicidial user<\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<td>vendor_lead_code<\/td>\n<td>vendor id<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<th colspan=\"4\">this field is used to link &#8220;multi-lead&#8221; alt phones together and is also often used to link to external databases such as CRMs<\/th>\n<\/tr>\n<tr>\n<td>source_id<\/td>\n<td>used to link to external databases as either a unique record or a category<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>list_id<\/td>\n<td>List containing the lead_id<\/td>\n<td>Used to link the lead to a campaign.<\/td>\n<\/tr>\n<tr>\n<td>gmt_offset_now<\/td>\n<td>Time Zone<\/td>\n<td>Calculated during import and again nightly with perl script<\/td>\n<\/tr>\n<tr>\n<td>called_since_last_reset<\/td>\n<td>Has the lead been called<\/td>\n<td>Resetting this value to Zero allows the lead to be called again. Cannot be called if set to 1.<\/td>\n<\/tr>\n<tr>\n<td>phone_code<\/td>\n<td>Dial Code (1 in US, or could be 44 or 01144 for UK)<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>phone_number<\/td>\n<td>Phone Number<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>title<\/td>\n<td>Title<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>first_name<\/td>\n<td>First name<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>middle_initial<\/td>\n<td>Middle Initial<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>last_name<\/td>\n<td>Last name<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>address1<\/td>\n<td>Primary Street Address<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>address2<\/td>\n<td>Address 2<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>address3<\/td>\n<td>Address 3<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>city<\/td>\n<td>City<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>state<\/td>\n<td>State<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>province<\/td>\n<td>Province if outside CUSA<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>postal_code<\/td>\n<td>Postal(ZIP) Code<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>country_code<\/td>\n<td>Country<\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<th colspan=\"4\">used to assist in GMT calculation. Two character code. ie: US or CA<\/th>\n<\/tr>\n<tr>\n<td>gender<\/td>\n<td>Gender<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>date_of_birth<\/td>\n<td>Birthdate<\/td>\n<td>admin_modify_lead.php<\/td>\n<\/tr>\n<tr>\n<td>alt_phone<\/td>\n<td>Second Phone Number<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>email<\/td>\n<td>email<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>security_phrase<\/td>\n<td>Labeled as &#8220;Show&#8221; in agent screen<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>comments<\/td>\n<td>Comments<\/td>\n<td>both<\/td>\n<\/tr>\n<tr>\n<td>called_count<\/td>\n<td>Number of times this lead has been called<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>last_local_call_time<\/td>\n<td>date and time of the last call<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>rank<\/td>\n<td><\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<td>owner<\/td>\n<td>Name of user that can dial lead if configured for owner dialing<\/td>\n<td>admin_modify_lead<\/td>\n<\/tr>\n<tr>\n<td>entry_list_id<\/td>\n<td>original list id during import<\/td>\n<td>if using custom fields, this is the &#8220;home&#8221; list id where those fields are kept.<\/td>\n<\/tr>\n<tr>\n<th colspan=\"4\">If the lead is moved between lists, this field must be populated to link to the field structure (and custom field record).<\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>vicidial\/admin_modify_lead.php<\/p>\n<h1><\/h1>\n","protected":false},"excerpt":{"rendered":"<p>Most of these fields are visible in \/vicidial\/admin_modify_lead.php?lead_id={LEAD_ID} and\/or on the agent screen. If so, they are marked &#8220;admin_modify_lead&#8221; or &#8220;agent screen&#8221; (or &#8220;both&#8221;). Field Name Description Location lead_id Unique ID for leads, incrementing admin_modify_lead entry_date Date\/time lead imported modify_date Date\/time of last modification Enforced by mysql code status Disposition\/Status (NEW, DROP) admin_modify_lead user vicidial ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"http:\/\/symbioticindia.in\/docu\/2016\/06\/10\/data-structure-of-vicidial_list\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,25,23],"tags":[],"class_list":["post-155","post","type-post","status-publish","format-standard","hentry","category-asterisk","category-goautodial","category-vicidial"],"_links":{"self":[{"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/posts\/155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/comments?post=155"}],"version-history":[{"count":1,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/posts\/155\/revisions"}],"predecessor-version":[{"id":156,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/posts\/155\/revisions\/156"}],"wp:attachment":[{"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/media?parent=155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/categories?post=155"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/symbioticindia.in\/docu\/wp-json\/wp\/v2\/tags?post=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}