This article is part of a series of posts from Xpert360 Development Team to address real world scenarios and problems faced when designing, creating and implementing Visual Studio LightSwitch applications. Brought to you by the original and genuine Power Tools for Visual Studio LightSwitch!
Use a Bing Map to view your CRM contacts
Utilising some existing resources you can quickly and easily create an HTML5 LightSwitch application accessing your CRM data and displaying your contacts on a map.
1. Accessing your CRM data and creating an HTML5 Application
Follow the steps outlined in the ‘Visual Studio Lightswitch – HTML5 Dynamics CRM Contacts Browser’ video created by Xpert360 to great a simple CRM contacts browser using the Xpert360 Dynamics CRM adapter.
You will need to have downloaded the Xpert360 Lightning Data Adapter for Dynamics CRM Online and on-Premise. You can do this from the Visual Studio Gallery. Follow the steps detailed on this page to get your license and install the extension.
Adding the Bing map
Using the steps described in the ‘Visualizing List Data using a Map Control’ blog by Heinrich Wendel add a Bing map to a new tab in the browser screen.
Getting it to work with CRM data
To get the map working with your CRM data you only need to make a few simple changes to the ShowItems function in the Browser screen code – Add the relevant references to CRM Data.
I also removed the popup option so clicking the pushpin on the map will open the view contact screen.
That’s it – easy.
ooo
Try them and support your LightSwitch tooling ISVs.
Also, do participate in forums and vote on your desired AIDE features. Help us to help you by prioritising the features in the product roadmap. VS2013, check! Export/Import entities and settings, check! Do you want to shape data to exclude columns? How about a localization workbench? Optimization workbench? Update metadata in bulk? That is a flavour of a few forthcoming features and ideas, we always keep a few things secret to surprise you!
ooo
Company information: Xpert360 Ltd, founded in 2009, is an Independent Software Vendor and Custom Solution Provider based in the United Kingdom.
“Xpert360 Lightning” and “AIDE for LightSwitch” are trademarks of Xpert360 Ltd, copyright 2012 – 2013.
Pingback: LightSwitch Community & Content Rollup– May 2013 (+more) - Beth Massi - Sharing the goodness - Site Home - MSDN Blogs
Pingback: LightSwitch社区和内容汇总 – 2013年5月(更多) - Beth Massi的中文博客 - Site Home - MSDN Blogs
Pingback: LightSwitch Community & Content Rollup– June 2013 - Beth Massi - Sharing the goodness - Site Home - MSDN Blogs
could you post a simple contacts to bing maps example from start to finish. Im struggling to get the bing maps to more in my lightswitch app, most examples I read reference another bing maps sample which I also cant replicate.