MapPoint 2004 Automation
Example of automation between MBS-Navision and MS MapPoint 2004.
This code adds 2 menu's to the Customer card:
- Show address on map
- Show route on map
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
MapPoint Automation v2.01
Example of automation between MBS-Navision and MS MapPoint 2004.
This code adds 2 menu's to the Customer card:
- Show address on map
- Show route on map
Additionally, the menu "Show route on map" is also added to the Customer List form. A route can be calculated for different customers that are selected.
Version 2.01:
Add a way to calculate route between multiple addresses
Version 2.0:
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
This seems to work with 2006 as well (the 2004 automation anyways)! This is without even changing the object library automation variables over to the new ones.
HI there.
I imported your object however I get an automation error when I access the Map Menu Items added.
"Could not create an instance of the OLE control or Automation server".
I tried to download the MapPoint 2004 Trial software and was not sucessfull because that is not available any longer and I guess I have to order the 2006 Trial software.
Does anyone have any idea how to get this to work ??
MapPoint 2009 Automation v3
Example of automation between Dynamics NAV and MS MapPoint 2009.
This code adds a menu "MapPoint" to the Customer card, with the items
- Show address on map
- Show route on map
- Get driving directions
Additionally, the menu "MapPoint" is also added to the Customer List form, with the items:
- Show route on map
- Show route on map (optimized)
- Get optimized route order
- Get driving directions
A route can be calculated for different customers that are selected.
Version 3:
- Adds support for MapPoint 2009
- Add a way to calculate optimized route between multiple addresses
- Add a way to retrieve the optimized route, without displaying map
- Add a way to retrieve the driving directions, without displaying map
Version 2.01:
Add a way to calculate route between multiple addresses
Version 2.0:
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
Any of you that have experience with plantation company? With GIS technology? How to integrate between Navision and Map to get information such as planted area, non planted area, plants territories, etc? And how to integrate with those GPS?
Comments
Example of automation between MBS-Navision and MS MapPoint 2004.
This code adds 2 menu's to the Customer card:
- Show address on map
- Show route on map
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
http://www.mibuso.com/dlinfo.asp?FileID=206
Discuss this download here.
Some additionals :
- any idea of how to retrieve in Navision some informations like travel time and travel km ?
- Could we also define steps ("étapes" in my french version of MapPoint) ?
Example of automation between MBS-Navision and MS MapPoint 2004.
This code adds 2 menu's to the Customer card:
- Show address on map
- Show route on map
Additionally, the menu "Show route on map" is also added to the Customer List form. A route can be calculated for different customers that are selected.
Version 2.01:
Add a way to calculate route between multiple addresses
Version 2.0:
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
http://www.mibuso.com/dlinfo.asp?FileID=206
Discuss this download here.
Great job!
If it was hard to write, it should be hard to understand."
It's fantastic : with that we could generate Do-to list with optimization of the travel in the Service Mgt !
=D> =D> =D>
I love it when a plan comes together.
I imported your object however I get an automation error when I access the Map Menu Items added.
"Could not create an instance of the OLE control or Automation server".
I tried to download the MapPoint 2004 Trial software and was not sucessfull because that is not available any longer and I guess I have to order the 2006 Trial software.
Does anyone have any idea how to get this to work ??
THanks
Armela
I see that someone else asked this question, but I don't see the answer.
Is there a method to retreive the miles and time estimate from Mappoint?
I need the mileage and estimated drive time for Service Management quoting.
You can try to add the following line in Codeunit 50000 or 50001 after autMapPointRoute.Calculate: I have not tested it, but found this Distance-property in a MapPoint newsgroup.
I have one question, would it be possible to open an existing mappoint database with the "Show Address On Map" function?
Many Thanks
Example of automation between Dynamics NAV and MS MapPoint 2009.
This code adds a menu "MapPoint" to the Customer card, with the items
- Show address on map
- Show route on map
- Get driving directions
Additionally, the menu "MapPoint" is also added to the Customer List form, with the items:
- Show route on map
- Show route on map (optimized)
- Get optimized route order
- Get driving directions
A route can be calculated for different customers that are selected.
Version 3:
- Adds support for MapPoint 2009
- Add a way to calculate optimized route between multiple addresses
- Add a way to retrieve the optimized route, without displaying map
- Add a way to retrieve the driving directions, without displaying map
Version 2.01:
Add a way to calculate route between multiple addresses
Version 2.0:
This version contains a MapPoint 2002 & a MapPoint 2004 Codeunit.
http://www.mibuso.com/dlinfo.asp?FileID=206
Discuss this download here.
Any of you that have experience with plantation company? With GIS technology? How to integrate between Navision and Map to get information such as planted area, non planted area, plants territories, etc? And how to integrate with those GPS?