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
New - UnPosted Transactions Maintenance Grid
A new grid has been added under the ,Inventory, module in the ,Agility Unposted, folder in Agility Explorer. This grid shows any pending transactions that have not yet been posted (exists in our preload tables) , with base types for Goods Receipt PO, Goods Return Request, A/P Reserve Invoice, A/P Invoice, Sales Order Delivery, and Sales Return Request. Users can manage these records directly from the grid by removing individual lines using the Delete Line button in the details section, or by deleting an entire record using the Delete button in the main grid.
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.
IM Picklist Pick Object does not allow to Pick an Item that is managed by Batches more than 3 times
When using the Sales Order Picking form if you pick an Item for the third time user receives error:,UpdateReleasedAllocation: -4014:Cannot add row without complete selection of batch/serial numbers.
Fulfillment Manager users receive "Domain user is not bound to SBO user of company" error if wsUsers password is incorrect or missing
Resolved an issue where Fulfillment Manager users would receive the error ,"Domain user is not bound to SBO user of company", when attempting to log in if the corresponding ,wsUsers, record had a missing or invalid password. Logic was applied to prompt the user for the correct SAP password when the login is not successful.
Invalid property name error when setting UDFs on document objects
Resolved an issue where updating a user-defined field (UDF) on a document from preload lines using SAP document objects resulted in an “invalid property name” error. UDFs can now be successfully updated across all supported document objects.
SAP Document Service not enforcing CardCode consistency in Preload records
Updated SAP Document Service Preload processing to ,enforce CardCode consistency,. Previously, incoming transactions could overwrite the existing CardCode on a preload record when matching transaction indicators were provided. The system now ,validates that the CardCode matches the existing preload record, and will return an error if a mismatch is detected, preventing unintended updates.