Bing map integration with CRM2011.

提議的解答 Bing map integration with CRM2011.

  • Friday, June 01, 2012 7:38 AM
     
     

    Hi

    I want to show contacts within certain range/distance from a contact in a bing map.How can I achieve this?Please help..


    Dibyasingh Tripathy

All Replies

  • Friday, June 01, 2012 7:42 AM
    Moderator
     
     Proposed Answer

    Hi,

    you can calculate radius based on the latitude and longitude of contact, then can show related push pins

    refer: http://msdn.microsoft.com/en-us/library/cc451895.aspx

    http://uwekaessner.wordpress.com/2010/02/28/local-account-search-with-microsoft-dynamics-crm-and-bing-maps/


    Conatact Me
    Follow me on Twitter
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.

  • Friday, June 01, 2012 8:19 AM
     
     

    Hi Mahender

    I went through the links that you provided.And I also went through your blog.

    http://mahenderpal.wordpress.com/2011/11/08/step-by-step-integrating-bing-maps-in-ms-crm-2011/

    But the thing is I don't know how to relate your blog with the above two links that you have recommended.

    Can you give me some idea so that I can add the radius functionality to your blog?? :)


    Dibyasingh Tripathy

  • Friday, June 01, 2012 8:57 AM
    Moderator
     
     

    Hi,

    In my post I have demonstrated a simple integration without radius search. But in your case you need to develop a custom html/aspx/silverlight page with radius from down and then you can take current contact's latitude and longitude as starting point and can compare distance with other contacts available in crm accordingly to the radius selected by user, and pased on the distance calculated can show pushpins for other contacts.

    HTH


    Conatact Me
    Follow me on Twitter
    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.