how to get related entities in dynamics CRM 2011

孤者浪人 提交于 2019-12-12 15:21:28

问题


We are currently developing a Silverlight webresource in the recently released Dynamics CRM 2011. At this moment we wanted to implement an autocomplete box displaying the collection of accounts, with their addresses. We are currently stuck at the relationship we needed to follow from the account entity to the address entity. At this moment I just graduated, any help will be highly appreciated.

We tried some things already like using the linked entities in the QueryExpression. At this moment we are improvising and implementing, the not most optimal way. We are getting the related entities from another request to the server.

thanks in advance.

来源:https://stackoverflow.com/questions/6578186/how-to-get-related-entities-in-dynamics-crm-2011

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!