Hello Guys,
I have problem in working with FetchXml (Integrating Asp.Net with MS CRM 2013 Online)
I want to retrieve record from Opportunity, I generate the Fetch-Xml using advanced (Xml contains link entities also)
Then in that Xml i added some attributes name for the link entity
When i run the code, it retrieves the data from crm, but the problem is (for Ex: opportunity is having only 4 records)
It shows different attribute count for all 4 records (i used debug to find the attribute)
Ex: First Record 15 attribute
Second Record 12 attribute
Third Record 18 attribute
Fourth Record 14 attribute
Total attribute included in the FetchXml is 18 attributes and some time it also shows the duplicate records
How to overcome those two problem? Give me an hint to solve this