I would like to build an app to integrate two (or more) CRMs. My requirements are:
- Multiple CRM connections best by CrmServiceClient
- Multiple (dll’s or cs-files) with strong entity types
How can I reach this goals. I am able to build dlls/cs-files with different organizations strong types but there is a problem with CrmServiceCliient (during connections there is an exception - Unable to connect to CRM: A proxy type with the name account has been defined by an assembly. Current type: XYZ , Existing type: ABC). How can I set corrected assembly to each CrmServiceClient instance (like via EnableProxyTypes in OrganizationServiceProxy)? It is true that there is only one way via manually construct OrganizationWebProxyClient and manually received AccessToken?