How to map CRM entities to SQL Server tables dynamically when sequence of properties are not same using C# ?
Asked
Active
Viewed 756 times
0
-
1Can you describe what you are trying to accomplish? I'm afraid it isn't clear. – BlueSam Feb 24 '15 at 16:40
1 Answers
0
I believe you want to get the fields of entities that have been created in CRM and then work with them in your c# application?
If this is the case, then you would need to use the IOrganizationWebService to get a list of entities, their attributes and data types. And then, using this information, interact with them as late-bound entities.
These links should help you get started:

shane carvalho
- 130
- 1
- 10