Pregunta

In my silverlight application, I'm trying to retrieve my related entities in a many to many relationship in CRM 2011. I tried to follow several examples like this but they required the use of Microsoft.Xrm.Sdk.dll assembly which I cannot reference in Silverlight.

Is there any way I can do it in silverlight ?

¿Fue útil?

Solución

I wasn't aware that I can use FetchXML to do that. I created my query on Advanced find and downloaded the FetchXML

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top