Integrate Google Map in Dynamics AX 2009

If you want to have feature for locating the customer/vendor addresses on Google map , than please have a look below ,

On Address form i have added a button Google Map , if clicked it will open Google Map inside AX!

For Having fun , select any record and change the address information and click on Google Map







Enjoy Learning AX !!!!

4 comments:

  1. What u have written in clicked method of "Google Map" button

    ReplyDelete
  2. This is the code needs to be written in the button click method:

    void clicked()
    {
    super();

    smmUtility::mapIt(address);
    }
    _________________________________________
    To view in google map the following changes needs to be done in the class -> SmmUtility -> mapIt (method)

    Change Instead of

    #DEFINE.MapURL('http://maps.live.com/default.aspx?where1=\%1')

    To

    #DEFINE.MapURL('http://maps.google.com.au?=\%1')

    ReplyDelete
  3. Hi, can you share your project to me? I'm trying to learn to integrate Google map to AX but I failed many times.
    If you can share you code please email me at thanh.hung.r@gmail.com.
    Many thanks

    ReplyDelete
  4. Hi, can you share your project to me? If you can share you code please email me at trulla@hotmail.com.
    Many thanks!

    ReplyDelete

Note: Only a member of this blog may post a comment.