I've been getting a few calls from UPS about our UPS Maxicode being wrong on our UPS labels.
A Maxicode is ->
http://www.datascan.co.uk/images/maxicode.gif
It hasn't been a big deal "ever" but now they have a hub in Ohio that is fully automated and uses the Maxicode to sort all incoming boxes.
They are in the process of sending me exactly what's wrong with the label but I wan't to get a heads up on if anyone else using Lanham Eship has received the call from UPS??
Took me forever to find where the Maxicode was even being generated.
I believe I've narrowed it to Codeunit 14000761 UPS Transaction.
Code
MaxiCode :=
'[)>' + tRS + '01' + tGS + '96' + TrackingNo + tGS + 'UPSN' + tGS +
"Shipping Agent Account No." + tGS + tJulDayShip + tGS + ShipmentID +
tGS + STRSUBSTNO('%1/%2',"Package No.","Total Packages") + tGS +
STRSUBSTNO('%1',ROUND("Calculation Weight (LBS)",1,'>')) + tGS + 'N' + tGS +
tGS + CleanString(ShipToCity) + tGS + CleanString(ShipToState) + tRS + tEOT;
Comments
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
But a code is a code ya' know, unless UPS changed its Maxicode specs??
But I didn't know about the major update - thanks.
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://www.geocities.com/navision_attai ... eError.jpg
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC