
Hi,
Is there a way to extract data model for a running ms crm online system?
Thanks!
*This post is locked for comments
I have the same question (0)Hi Yes there are several ways to export your CRM Data Schema, to export it to Excel you can use the XRM Toolbox document generator. To generate an ERD you can use crmerdiagramgenerator.codeplex.com
Also the SDK provides sample code that will programmatically generate Microsoft Office Visio metadata diagrams, build and execute the one of these solutions found in the SDK package The SDK Folder SDK\SampleCode\CS\Metadata\Diagram contains a Readme file with instructions for its use. The code sample is a stand-alone console application that creates an entity relationship diagram. The program requires Microsoft Office Visio.
Hope that helps :)