What's new in version 2506.1.0.0
Warehouse Management System
•
Release Note
•
8/27/2025
•
Enhancements/Modifications
With this release of the Aptean Warehouse Management System extension, the following changes have been made to ensure compatibility with Business Central, version 27.
- The OnAfterSetUpdateFilter integration event has been added to the Events139FDW codeunit which passes the WarehouseActivityHeader, WarehouseActivityLine, and TempEntry records. This event is designed as an extension point for code to hook into the filtering process after the update filter is set on warehouse activities.
- The SetUpdateFilter procedure has been updated by:
- Declaring the Events139FDW variable to access the events in the codeunit.
- Applying filters on the WarehouseActivityLine record using values from the TempEntry record.
- Calling the OnAfterSetUpdateFilter integration event after setting the filters, passing relevant parameters.