This posting describes the new "Destination-Based Distance Cost" available with TM 9.0. This functionallity was developed to address a gap in the FTL distance cost calculation in the North American market. The standard distance cost calculation prior to 9.0 was implicitly "Route-Based". With 9.0, there is a new setting on the means of transport cost setting in the cost profile within the planning profile. The new field is called "Distance Cost Basis From Lane". This setting has the following two values:
- Route-Based Distance Cost (calculates distance cost leg-by-leg with no possiblity to consider minimum cost)
- Destination-Based Distance Cost (calculates distance cost for total distance of complete routing times the distance cost for the lane from source location to final destination also considering the new minimum cost field on the lane)

Let's take the following example.
Freight Unit Source Location Destination Location
FU1 SP1 C1
FU2 SP1 C2
Lanes
Lane 1: SP1 -> C1 with $1/mi and $500 minmum (see screen below, the minimum cost is the new field from 9.0)
Lane 2: SP1 -> C2 with $2/mi and $400 minimum
Lane 3: C1 -> C2 with $3/mi and $300 minimum (this lane is required for Route-Based, but not Destination-Based)

Distances
SP1 -> C1 = 500 mi
SP1 -> C2 = 500 mi
C1 -> C2 = 200mi
Route-Based Calculation
Routing 1: SP1->C1->C2 = (500mi * $1/mi) + (200mi * $3/mi) = $1,100 (selected routing based on cost)
Routing 2: SP1->C2->C1 = (500mi * $2/mi) + (200mi * $3/mi) = $1,600
Destination-Based Calculation
Routing 1: SP1->C1->C2 = (700mi * $2/mi) = $1,400
Routing 2: SP1->C2->C1 = (700mi * $1/mi) = $700 (selected routing based on cost)