We have an on-premise Dynamics CRM 2011 system and we also have web applications on different servers.
Some of our entites are in both systems, and they share the same ID field.
From the external application (Silverlight) i would like to create links to entity views in CRM using a common ID field we have in CRM and the external system. However, i can't seem to do this without first creating a server-side web service to query entities to get their GUIDs which are needed for direct links to entity views.
Is there an easy way to create these links (i.e. a link to an entity query which results in a single entity view, or a link to a query which results in a list in CRM), preferably with little or no .NET code?