We're in the process of upgrading from CRM 2011 to CRM 2016 and as such are rewriting and restructuring quite a lot of our back end code. One of the things we'd like to do is move the Early Bound classes from one gigantic file with all of the classes in, to a single class per file.
I know this was available in CRM 4.0, and that it's doable via the XrmToolBox using the Early Bound Generator plugin, but I can't figure it out for the life of me!
Here is my command line for running CrmSvcUtil:
"C:\CRM_SDK\sdk\bin\crmsvcutil.exe" /url:http://XXX/XRMServices/2011/Organization.svc /o:"C:\CRM_SDK\sdk\Bin\Entities" /n:XXX.crm /serviceContextName:XrmServiceContext /domain:XXX /username:XXX /password:XXX
Currently this just outputs 1 file, but I want somewhere in the region of 250 files!
Any help would be appreciated!