I wonder what way I should choose to import data (Accounts, Contacts,
Offers,... perharps some custom entities) from an ERP-system to CRM 3.0 on a
daily basis.
the CRM does NOT work with a relational database, thus I don't know, if
migration tools would work but I think they won't. Please tell me if I'm
wrong and I'm able to use those tools for imports of dBase or CSV-Files, too.
Development of a custom interface is possible but it's said anywhere that
developers shall never interact with the CRM-database directly.
Under what circumstances can I be sure to be on the safe side and not to
destroy anything by a wrong INSERT?
I think, the Webservices will help, if I convert the import data to XML
first. Ist this the way to go?