Build 571.4

Enhancements 10

E210249 - Add Electronic Trade Documents options in Agility Shipping setting vs having to choose on each shipment

E210249     4/20/2026

Add Electronic Trade Documents options in Agility Shipping setting vs having to choose on each shipment

Added an International Default Setting to allow ETD Commercial Invoice and Certificate of Origin to auto-select at the time of shipment.

E210289 - Add support to create AP Purchase Request in SAPDocumentService object

E210289     4/20/2026

Add support to create AP Purchase Request in SAPDocumentService object

Users can now create AP Purchase Requests using the SAP Document Service object methods.

E210290 - Add support to create SAP Documents from AP Purchase Requests in SAPDocumentService object

E210290     4/20/2026

Add support to create SAP Documents from AP Purchase Requests in SAPDocumentService object

Users can now create SAP Documents with AP Purchase Request base document information using the SAP Document Service object methods.

E210291 - Add support to create SAP documents from Blanket Agreements in SAPDocumentService

E210291     4/20/2026

Add support to create SAP documents from Blanket Agreements in SAPDocumentService

Users can now create SAP Documents blanket agreement base document information using the SAP Document Service object methods.

E210317 - Add functionality to add/update SAP marketing document Activity

E210317     4/20/2026

Add functionality to add/update SAP marketing document Activity

A new object is available for use in the toolset that will allow users to Add, Update, Close or Remove SAP Activity transactions.

E210322 - Agility Shipping International Commodity Country of Origin Update

E210322     4/20/2026

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

E210337 - Add functionality to create SAP posting periods

E210337     4/20/2026

Add functionality to create SAP posting periods

Added a new object methods to create SAP posting periods

E210338 - Add functionality to update SAP posting periods

E210338     4/20/2026

Add functionality to update SAP posting periods

Added a new object methods to update SAP posting periods

E210345 - New (Device Settings Maintenance Grid) Added to the System Utilities Module

E210345     4/20/2026

New (Device Settings Maintenance Grid) Added to the System Utilities Module

The Device Settings Maintenance Grid is a new addition to the System Utilities Module that gives administrators a centralized view to manage printers assigned across all users and devices in the system.

E210354 - New - UnPosted Transactions Maintenance Grid

E210354     4/20/2026

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.

Resolved Issues 8

B210161 - Export to Excel returns an error when conditional formatting is present on numeric columns with a single condition value

B210161     4/20/2026

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.

B210204 - IM Picklist Pick Object does not allow to Pick an Item that is managed by Batches more than 3 times

B210204     4/20/2026

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.

B210257 - Fulfillment Manager users receive "Domain user is not bound to SBO user of company" error if wsUsers password is incorrect or missing

B210257     4/20/2026

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.

B210287 - Document Export Button is Missing

B210287     4/20/2026

Document Export Button is Missing

Document Export button was not rendering properly within the bounds of the form on the screen.

B210304 - Error in Directed Picking - ValidateBinSnB:UpdatePickReleaseAllocation

B210304     4/20/2026

Error in Directed Picking - ValidateBinSnB:UpdatePickReleaseAllocation

The handheld "Directed Picking" form returns this error when fulfilling a picking line that is split between two different bins. The first task can be completed, but the second triggers the error message.

B210318 - Reference field mapping not mapping correctly in Agility Shipping

B210318     4/20/2026

Reference field mapping not mapping correctly in Agility Shipping

Reference fields were not being updated in the Agility shipping page after being set in the agility shipping options under Reference mapping Properties

B210330 - Invalid property name error when setting UDFs on document objects

B210330     4/20/2026

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.

B210342 - SAP Document Service not enforcing CardCode consistency in Preload records

B210342     4/20/2026

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.