In 5.0.g everything worked fine,
in 5.1 I can export from most modules, but not from the Opportunities module.
The reason, after clicking export, the screen goes blank and a MySQL error message appears.
The short version of the SQL command:
SELECT ... opportunities_cstm.competition_cFROM opportunities LEFT JOIN users ON opportunities.assigned_user_id=users.id LEFT JOIN teams ON ...
When I copy the SQL command and add a space before FROM, then it runs fine.
Question: what file creates+executes this command, so that I can add the space and finish the upgrade?
From the sugarcrm.log:
Code:SELECT opportunities.*, accounts.name as account_name, users.user_name as assigned_user_name , teams.name AS team_name ,opportunities_cstm.date_revenue_c,opportunities_cstm.opp_interco_usd_c,opportunities_cstm.opp_interco_c,opportunities_cstm.partner_c,opportunities_cstm.overall_margin_c,opportunities_cstm.prime_c,opportunities_cstm.mix_sw_c,opportunities_cstm.mix_svc_c,opportunities_cstm.mix_3rdp_c,opportunities_cstm.mix_supp_c,opportunities_cstm.special_margin_c,opportunities_cstm.book_q_c,opportunities_cstm.book_fy_c,opportunities_cstm.book_fyq_c,opportunities_cstm.weighted_amount_c,opportunities_cstm.cstm_opp_prj_duration_c,opportunities_cstm.mix_3rdp_buy_c,opportunities_cstm.acceptance_c,opportunities_cstm.weighted_margin_c,opportunities_cstm.presales_c,opportunities_cstm.presales_note_c,opportunities_cstm.mix_sw_usd_c,opportunities_cstm.mix_svc_usd_c,opportunities_cstm.mix_3rdp_usd_c,opportunities_cstm.mix_supp_usd_c,opportunities_cstm.mix_3rdp_buy_usd_c,opportunities_cstm.development_c,opportunities_cstm.development_note_c,opportunities_cstm.weighted_amount_usd_c,opportunities_cstm.weighted_margin_usd_c,opportunities_cstm.overall_margin_usd_c,opportunities_cstm.competition_cFROM opportunities LEFT JOIN users ON opportunities.assigned_user_id=users.id LEFT JOIN teams ON opportunities.team_id=teams.id LEFT JOIN accounts_opportunities ON opportunities.id=accounts_opportunities.opportunity_id


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks