camelCaseDave / xrm-mock-generator

:book:  Generates a mock Xrm.Page object. Commonly used by xrm-mock to test Dynamics 365 client-side customisations.
15 stars 7 forks source link

Roadmap: Automatically create attribute metadata from a Dynamics 365 instance #6

Open devkeydet opened 7 years ago

devkeydet commented 7 years ago

Have you looked at https://github.com/delegateas/XrmDefinitelyTyped? Seems like they do a bunch of the codegen stuff that you'd have to do for this roadmap item. Perhaps there's an opportunity to collaborate with the contributors of that project?

camelCaseDave commented 6 years ago

Thanks for the suggestion. Yes, looking at their code structure they cover authentication and metadata querying. All that's left is translation of metadata to the Xrm object. Could start simple with fields and then move to more complexity such as business process flows.