<$BlogRSDUrl$>

Friday, December 19, 2003

Mapping New 

New Feature for mapping: Intelligent Shipment Analysis
 
1. Identify all shipments on the map based on their Pickup/Current location analyzed by total revenue for the customer (not the shipper)
2. Place your Tractor on the map.
3. Do a Find All Shipments with a radius around the tractor.
 
 

Wednesday, December 17, 2003

Mapping Update: Generic Handler 

Horizon Mapping now supports generic handling for any table not already setup.
 
There is built in support for Manifests, Checkcalls, Shipments, Peoplenet History, Tractors, Drivers.
 
But by attempting to run Mapping once on a table, it will then set up a number of settings in the settings file:
 
City, State and Zip Markings
       lcCity = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" City","GLOBAL")
       lcSt = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" State","GLOBAL")
       lcZip = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Zip","GLOBAL")
 
Pushpin Title Settings
       lcName = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Name","GLOBAL")
       lcType =goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Title","GLOBAL")
 
Latitude/Longitude Settings
       lcLat = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Latitude","GLOBAL")
       lcLong = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Longitude","GLOBAL")
 
Symbol Settings
       lnSymbol = VAL(goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Symbol ID","GLOBAL"))
       lcSymbol = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Symbol Expression","GLOBAL")
 
Map and Routing Settings
       llMap = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Show Map","GLOBAL")="Yes"
       llRoute = goApp.Settings.GetSetting("Mapping\"+ALIAS()+" Show Route","GLOBAL")="Yes"
WIth this in place, we can basically map anything we want to!

Aether Tractor History & Better Messaging 

New Service: AETHTRAC.APP allows for the display of Tractor history just like the Aether Trailer link.
 
Automatically configures with Customer's QuickSetup.
 
Also a revised Resource Messaging uses the Customizer to display messages. This means completely customizable message viewing within Horizon!
 
 

This page is powered by Blogger. Isn't yours?