Agility Shipping International Commodity Country of Origin Update
Previously, Agility Shipping defaulted the Commodity Country of Origin to the Ship From country.,With this update, at the time of shipment, the Country of Origin is now retrieved from the ERP Item Master and applied accordingly.,If a Country of Origin is not set up in the item master, it will default to US
Export to Excel returns an error when conditional formatting is present on numeric columns with a single condition value
When a conditional format rule on a numeric column uses only one value (e.g., Value1 > -99999 without a Value2), the DevExpress layout serialization stores Value2 as an empty string instead of NULL. This causes the export engine to throw "Input string was not in a correct format" when attempting to convert the empty string to a number. The fix sanitizes format rule values before export, converting empty strings to NULL for unused values and ensuring all numeric column types (Decimal, Integer, Double, etc.) are handled correctly.