[docs] Change in DbMoreOnUpsStyleLookup made by Marty Tennison

Wiki Watch docs@icdevgroup.org
Sat Jan 18 08:52:00 2003


You can visit the live page at this URL:
http://www.icdevgroup.org/i/doc/wiki/DbMoreOnUpsStyleLookup.html

Prefix UPS database names (which are StudlyCaps) with $ to avoid linking

--- tmp/ggMfgv6J:148.78.249.31.previous	Sat Jan 18 08:51:55 2003
+++ tmp/ggMfgv6J:148.78.249.31.current	Sat Jan 18 08:51:55 2003
@@ -27,7 +27,7 @@
 
 Interchange strips all non-alpha characters and comes up with:
 
-DestZIP,Ground,3DaySelect,2ndDayAir,2ndDayAirAM,NextDayAirSaver,NextDayAir
+$DestZIP,Ground,$3DaySelect,$2ndDayAir,$2ndDayAirAM,$NextDayAirSaver,$NextDayAir
 
 Therefore, the zone column (shipping type) that would be used for UPS
 ground would be "Ground," and that is what the database should be
@@ -99,4 +99,3 @@
 
 With the above, a 4-pound shipment to postal code E5C 4TL would yield
 a cost of 13.20.
-