Invalid Partner ID error when using Agility Shipping with USPS
Users encountered an error stating that the Partner ID was invalid when attempting to ship USPS through Endicia. This was caused by certain Scripts records writing an incorrect value to the Partner ID setting in the configuration tables. The underlying issue has been resolved, and the correct Partner ID is now stored consistently.
Backing out LTL shipment - Shiprush ActiveX or Unsupported carrier type errors
An issue was identified where some users were incorrectly receiving ShipRush-related error messages when canceling LTL shipments, even if ShipRush was not installed and Agility Shipping was disabled. This behavior has been corrected, and the errors will no longer appear under these conditions.
Sales Order BOM parent item causing shipment error
Resolved an issue where users encountered an incorrect error message when attempting to ship a Sales Order that contained a Sales BOM item with "Allow Partial Delivery" unchecked. The system was erroneously reporting that the shipment was missing a line (the Sales BOM Parent Item) and preventing shipment completion, even when all lines were correctly included.
Methods to place packages on hold and release from hold are not writing the appropriate username to the PKG Audit Tables
In the PKG Audit tables, the aud_user_name field is now populated using the username performing the hold or release instead of the corresponding wsPkg record.,Methods include Wisys.PkgTrx.PkgStatus.PutPackageOnHold & Wisys.PkgTrx.PkgStatus.RemovePackageFromHold
Object to Estimate Agility Shipping Costs
Create an object that can be called from a grid that can be used to pass basic shipping information into and return a rate request with both list and contract rates for a package. Minimum required inputs include Carrier, Service SDK code, weight, length, width, height, from state and zip code, to state and zip code, and to address residential flag. Additional parameters include future pick up date, from and to country, signature and adult signature required, declared value. ,Returns In transit days, estimated delivery date, list and negotiated charge, and carrier alerts.,Wisys.Shipping.Rate.GetShippingRate
Agility Shipping is not loading properly when company name is blank
Previously, validation existed to check for a missing "From Company" entry, but the resulting error was not correctly handled or displayed during the UI load process. This has been fixed. Users will now see a clear error message if the "From Company" is missing. After acknowledging the message, the shipping window will automatically close.