Hello,
I have a new Hosted CRM running. Doing some custom work in studio and module builder. I have one custom module that I want to have a relationship (1 to 1) with the OOB Contacts.
I tried it and now I get an error on Contacts detail page. Even if I go back and delete the relationship, I still get MySQL errors on the Contact detail page.
If anyone from SugarCRM team can assist, I would appreciate it.
Thanks,
-T
Error message:
Error running count query for Contact List: Query FailedSELECT count(*) c FROM ttcp_contact_feedback_form LEFT JOIN users jt0 ON jt0.id= ttcp_contact_feedback_form.modified_user_id AND jt0.deleted=0 AND jt0.deleted=0 LEFT JOIN users jt1 ON jt1.id= ttcp_contact_feedback_form.created_by AND jt1.deleted=0 AND jt1.deleted=0 LEFT JOIN teams jt2 ON jt2.id= ttcp_contact_feedback_form.team_id AND jt2.deleted=0 AND jt2.deleted=0 LEFT JOIN users jt3 ON jt3.id= ttcp_contact_feedback_form.assigned_user_id AND jt3.deleted=0 AND jt3.deleted=0 LEFT JOIN users jt4 ON jt4.id= ttcp_contact_feedback_form.modified_user_id AND jt4.deleted=0 AND jt4.deleted=0 INNER JOIN ttcp_contacorm_contacts ON (ttcp_contact_feedback_form.id=ttcp_contacorm_cont acts.ttcp_contact_feedback_form_ida AND ttcp_contacorm_contacts.contacts_idb= '93f62eb2-495c-9e12-27a8-48af41a01561') where ( ttcp_contacorm_contacts.deleted=0 AND ttcp_contact_feedback_form.deleted=0) AND ttcp_contact_feedback_form.deleted=0 )::MySQL error 1146: Table 'tuitai2.ttcp_contact_feedback_form' doesn't exist


LinkBack URL
About LinkBacks
SELECT count(*) c FROM ttcp_contact_feedback_form LEFT JOIN users jt0 ON jt0.id= ttcp_contact_feedback_form.modified_user_id AND jt0.deleted=0 AND jt0.deleted=0 LEFT JOIN users jt1 ON jt1.id= ttcp_contact_feedback_form.created_by AND jt1.deleted=0 AND jt1.deleted=0 LEFT JOIN teams jt2 ON jt2.id= ttcp_contact_feedback_form.team_id AND jt2.deleted=0 AND jt2.deleted=0 LEFT JOIN users jt3 ON jt3.id= ttcp_contact_feedback_form.assigned_user_id AND jt3.deleted=0 AND jt3.deleted=0 LEFT JOIN users jt4 ON jt4.id= ttcp_contact_feedback_form.modified_user_id AND jt4.deleted=0 AND jt4.deleted=0 INNER JOIN ttcp_contacorm_contacts ON (ttcp_contact_feedback_form.id=ttcp_contacorm_cont acts.ttcp_contact_feedback_form_ida AND ttcp_contacorm_contacts.contacts_idb= '93f62eb2-495c-9e12-27a8-48af41a01561') where ( ttcp_contacorm_contacts.deleted=0 AND ttcp_contact_feedback_form.deleted=0) AND ttcp_contact_feedback_form.deleted=0 )::MySQL error 1146: Table 'tuitai2.ttcp_contact_feedback_form' doesn't exist




Reply With Quote

Bookmarks