I am looking for a way to generate the schema file for entities in CRM. This file will be used in adobe AEM Form so the form can hook up with CRM to pick up the data and present them on the form.
I have done some base research. and there are several ideas included but not limited to:
- use Metadata Document Generator
- use CRMSvcUtil.exe to generate the C# or VB.net classes, then convert them to XSD using XSD.exe
- use ConfigurationMigration tool present in SDK for generating the XML and SXD for the entities.
- write the xml file first and use Swagger to debug it.
but I could not find a detailed instruction to guide me through. Anybody is interested?