![]() |
#1 |
Участник
|
Microsoft Dynamics CRM Team Blog: Hierarchical Tree View–a FREE Solution
Источник: http://blogs.msdn.com/b/crm/archive/...-solution.aspx
============== In case you aren't aware, Silverlight and JavaScript Web Resources support the SOAP service(Organization.svc) of CRM 2011 in addition to the REST service(OrganizationData.svc). For more details, see here. SOAP service provides additional capabilities that are currently not present in the REST service. Few of these that I personally like are:
Task Appropriate Web Service Create, Retrieve, Update and Delete records. REST Endpoint Associate and Disassociate records REST Endpoint Assign Records SOAP Endpoint Retrieve Metadata SOAP Endpoint Execute Messages SOAP Endpoint I've created few applications using SOAP endpoint: BING MAP BROWSER FOR MULTIPLE ENTITIES This is a Silverlight application that shows multiple entity records on the Bing map. The idea is to show records from any number of entities and provide user some additional capabilities(explained below). Also, the content displayed on the map is configurable. SOAP endpoint is used in Silverlight control to get the data from CRM. Silverlight Bing map control is used to display records in Silverlight type Web Resource. You can download the solution from here. ![]() Here are some features of this solution:
RELATED RECORDS TREE EXPLORER The Silverlight tree control can be used to see the related records (up to any level) of the current opened record in CRM form. The entities and the relationships to display are configurable. Click on the item to open its form. You can download the solution from here. ![]() Detailed information is available in codeplex. Cheers, Atul Goyal Источник: http://blogs.msdn.com/b/crm/archive/...-solution.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|