April 6, 2022 – Feature Release Notes
Up to 1 hour of downtime anticipated between 20:00 and 21:00 PT (23:00 and 24:00 ET)
New + Improved
WMS-5224 – Update Items: Added support for the "Hold Threshold Days" field when importing updates to item configurations. This field requires the item to have the Expiration Date track-by enabled (either Allowed or Required) and defines how many days prior to expiration the receiveitem should be put on hold so it's not allocated to orders.
WMS-10837 – Event Notifications: Enhanced the Create Order notification to include the "volume" data for each line item in the order. This value rounds to two decimal places, which is typical for all values sent via notification.
WMS-18067 – Update Items: Added support for two additional fields when using Update Items (also known as Batch Item Update) to perform a file-based update. Under the Recurring Storage tab, when selecting a "Counting Mechanism" value of "Catch Weight By Lot" or "Storage UOM By Lot," you can now specify a "Min Charge" and "Months to Skip Min Charge." When exporting items, these two fields are now contained in columns BX and BY respectively.
WMS-18969 – Item Import: Extended the REST API to support the following additional fields already available in the item configuration: Minimum Storage Charge (StorageChargeMin), Months to Skip (StorageChargeMinMonthsToSkip), and Hold Threshold Days (AutoHoldExpirationDaysThreshold). Note that this update is specific to the REST API. Currently, item import through the UI uses a legacy, classic page that does not leverage the REST API, so this update will not affect the UI-based item import until that page is rebuilt to leverage the REST API.
WMS-20985 – SmartScan Pick: Updated the single-order and multi-order pick when validating a line item so that the value in the Quantity field displays in red if the current value does not match the line item quantity.
Fixes
WMS-20390 – Small Parcel: Resolved an issue where a 5XX error would sometimes be thrown when attempting to connect a carrier account. This fix ensures that the proper 4XX error is shown, which is usually accompanied by a user-friendly error message.
WMS-20859 – SmartScan Pick: Addressed an issue with the pick grid where values were not wrapping, which made it difficult to read longer SKU names.
WMS-20933 – SmartScan Pack: Corrected an issue when packing from shelves, in which the pick line grid was not properly sorting by location.
WMS-21016 – SmartScan Lookup: Resolved an issue when changing from one lookup type to another where the grid data from the previous lookup was not cleared.
WMS-21196 – Webhooks: Addressed an issue that was causing several different events from triggering properly, which means they were not queued for delivery to subscribed endpoints. Known Issue: The OrderItemUnpack event is still not firing properly in all cases. We will address this specific issue separately.