[Vtigercrm-commits] [vtiger development] #4503: Export Problem

vtiger development vtiger-tickets at trac.vtiger.com
Tue Nov 27 02:16:26 EST 2007


#4503: Export Problem
-----------------------+----------------------------------------------------
 Reporter:  liza       |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  blocker    |   Milestone:           
Component:  vtigercrm  |     Version:  5.0.4    
 Keywords:             |  
-----------------------+----------------------------------------------------
 While Export Accounts following error occured

 SELECT vtiger_account.accountname as 'Account Name',vtiger_account.phone
 as 'Phone',vtiger_account.website as 'Website',vtiger_account.fax as
 'Fax',vtiger_account.tickersymbol as 'Ticker
 Symbol',vtiger_account.otherphone as 'Other
 Phone',vtiger_account2.accountname as 'Member Of',vtiger_account.email1 as
 'Email',vtiger_account.employees as 'Employees',vtiger_account.email2 as
 'Other Email',vtiger_account.ownership as
 'Ownership',vtiger_account.rating as 'Rating',vtiger_account.industry as
 'industry',vtiger_account.siccode as 'SIC
 Code',vtiger_account.account_type as 'Type',vtiger_account.annualrevenue
 as 'Annual Revenue',vtiger_account.emailoptout as 'Email Opt
 Out',vtiger_account.notify_owner as 'Notify Owner',vtiger_users.user_name
 as 'Assigned To',vtiger_crmentity.createdtime as 'Created
 Time',vtiger_crmentity.modifiedtime as 'Modified
 Time',vtiger_accountscf.cf_482 as 'accText',vtiger_accountscf.cf_484 as
 'accNo',vtiger_accountscf.cf_486 as 'accPercent',vtiger_accountscf.cf_488
 as 'accCurrency',vtiger_accountscf.cf_490 as
 'accDate',vtiger_accountscf.cf_492 as 'accEmail',vtiger_accountscf.cf_494
 as 'accPhone',vtiger_accountscf.cf_496 as
 'accPicklist',vtiger_accountscf.cf_498 as
 'accUrl',vtiger_accountscf.cf_500 as
 'accCheckbox',vtiger_accountscf.cf_502 as
 'accTextArea',vtiger_accountscf.cf_510 as
 'accSkype',vtiger_accountscf.cf_514 as
 'accMultiselect',vtiger_accountbillads.bill_street as 'Billing
 Address',vtiger_accountshipads.ship_street as 'Shipping
 Address',vtiger_accountbillads.bill_pobox as 'Billing Po
 Box',vtiger_accountshipads.ship_pobox as 'Shipping Po
 Box',vtiger_accountbillads.bill_city as 'Billing
 City',vtiger_accountshipads.ship_city as 'Shipping
 City',vtiger_accountbillads.bill_state as 'Billing
 State',vtiger_accountshipads.ship_state as 'Shipping
 State',vtiger_accountbillads.bill_code as 'Billing
 Code',vtiger_accountshipads.ship_code as 'Shipping
 Code',vtiger_accountbillads.bill_country as 'Billing
 Country',vtiger_accountshipads.ship_country as 'Shipping
 Country',vtiger_crmentity.description as 'Description',
 vtiger_accountgrouprelation.groupname as 'Assigned To Group' FROM
 vtiger_crmentity INNER JOIN vtiger_account ON vtiger_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 LEFT JOIN vtiger_accountscf ON
 vtiger_accountscf.accountid = vtiger_account.accountid LEFT JOIN
 vtiger_accountgrouprelation ON vtiger_accountscf.accountid =
 vtiger_accountgrouprelation.accountid LEFT JOIN vtiger_groups ON
 vtiger_groups.groupname = vtiger_accountgrouprelation.groupname LEFT JOIN
 vtiger_users ON vtiger_crmentity.smownerid = vtiger_users.id and
 vtiger_users.status = 'Active' LEFT JOIN vtiger_account vtiger_account2 ON
 vtiger_account2.accountid = vtiger_account.parentid WHERE
 vtiger_crmentity.deleted = 0 ORDER BY vtiger_account.accountname ASC Query
 Failed:::->Query was empty

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




More information about the vtigercrm-commits mailing list