[Vtigercrm-commits] [vtiger development] #4352: Mailer Export issue(Migration)

vtiger development vtiger-tickets at trac.vtiger.com
Wed Oct 3 07:18:12 EDT 2007


#4352: Mailer Export issue(Migration)
-----------------------+----------------------------------------------------
 Reporter:  liza       |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  blocker    |   Milestone:           
Component:  vtigercrm  |     Version:  5.0.4    
 Keywords:             |  
-----------------------+----------------------------------------------------
 In Mailer Export of Account module If I try to use third option ie.
 '''Export data with the Contacts, E-Mail, Account name, Address,
 Telephone, etc.'''  I am getting the Error exporting: Query Failed:select
 crmentity.crmid, contactdetails.contactid, contactdetails.salutation,
 contactdetails.firstname, contactdetails.lastname, contactdetails.email,
 vtiger_account.accountname, vtiger_account.phone, vtiger_account.website,
 vtiger_accountshipads.ship_street AS shipstreet,
 vtiger_accountshipads.ship_code AS shipcode,
 vtiger_accountshipads.ship_city AS shipcity,
 vtiger_accountshipads.ship_state AS shipstate,
 vtiger_accountshipads.ship_country AS shipcountry,
 vtiger_accountbillads.bill_street AS billstreet,
 vtiger_accountbillads.bill_code AS billcode,
 vtiger_accountbillads.bill_city AS billcity,
 vtiger_accountbillads.bill_state AS billstate,
 vtiger_accountbillads.bill_country AS billcountry FROM vtiger_account
 INNER JOIN vtiger_crmentity crmentity ON
 crmentity.crmid=vtiger_account.accountid LEFT JOIN vtiger_accountbillads
 ON vtiger_account.accountid=vtiger_accountbillads.accountaddressid LEFT
 JOIN vtiger_accountshipads ON
 vtiger_account.accountid=vtiger_accountshipads.accountaddressid INNER JOIN
 vtiger_accountscf ON vtiger_account.accountid =
 vtiger_accountscf.accountid INNER JOIN vtiger_contactdetails
 contactdetails ON vtiger_account.accountid = contactdetails.accountid
 INNER JOIN vtiger_contactscf contactscf ON contactscf.contactid =
 contactdetails.contactid WHERE crmentity.deleted=0 ::ADODB error


 Thanks.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4352>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list