camelCaseDave / xrm-mock

:books: A fake implementation of the Xrm object model. Written in TypeScript against @types/xrm definitions.
MIT License
76 stars 30 forks source link

Automatically generate an Xrm object from a given Dynamics organisation #14

Open camelCaseDave opened 6 years ago

camelCaseDave commented 6 years ago

Given a connection string to a Dynamics CRM organisation and a form ID, xrm-mock-generator could create a fake Xrm object based on the given form.

Removes the need to manually create individual form attributes.

daryllabar commented 6 years ago

I would thin the XrmToolBox would be a great option for this, since lot's of people will see it in the plugin store, and come check it out

daryllabar commented 6 years ago

It looks like you added some code for this to this project. I'm wondering it would make sense to put in a different repo?

cnusrini commented 5 years ago

How to provide my organization's url to generate xrm objects? In your code, I don't see that.

camelCaseDave commented 5 years ago

@cnusrini

How to provide my organization's url to generate xrm objects? In your code, I don't see that.

See the project DynamicsCrm-xrm-mock-Generator

cnusrini commented 5 years ago

Hi camelCaseDave, Thanks for your response. But, there is no proper steps to get get it started. Please share the same .