0

I have made custom relationships between modules. when i am trying to export the data All of the other module data has come across okay but the relationship data does not seem to be importable.

Is there any way to do this ?

Ravin Chopra
  • 208
  • 3
  • 12
  • Do you have an direct access to SugarCRM database? – erop Dec 21 '13 at 01:57
  • yes i have direct access – Ravin Chopra Dec 24 '13 at 07:16
  • So you can grab data from join table(s). For example, records in Contacts module joined with Accounts' ones with accounts_contacts table. Skim over files like cache/modules//vardefs.php to get names of join tables for your custom modules. – erop Dec 24 '13 at 12:48

1 Answers1

1

Yes you can, but not by using SugarCRM itself.

By using Talend Open Studio you can talk to the other tables in the SugarCRM database.

I use both the Talend supplied component and a third party component from cloudbee.com.