- Users can now add a default for the available length of a Product import, enabling both new and existing Products to inherit global length settings. Users can assign global default length settings by entering “Default” (case insensitive) during the import process. Additionally, null, blank, or empty cell values in the Length column will be ignored, and users can disable lengths by entering “Disabled” (case insensitive). PLBM-11187
- The CSV export functionality has been updated to display a Section’s combined Quantity Total for a Product and SKU on the top line, with subsequent lines showing Length, Quantity, and the respective Quantity Total calculated as quantity x length. This enhancement ensures that the standard CSV BOM export accurately reflects the total Quantity for Products with a Length type of “Linear” and the total count of pieces for those with a Length type of “Count.” Additionally, the SKU column for the lengths will remain empty, following the established formatting used for Spruce, minus the “comment SKU.” PLBM-11202
- The Product Conversion count for Spec Sets has been updated to reflect changes immediately upon a successful Save or Delete of a Product Conversion, eliminating the need for page refresh or navigation. This enhancement ensures that the total number of Product Conversions is accurately displayed without delay. PLBM-11306
- A fix has been implemented to address an issue where the Modify Quantity modal displayed the details of the first edited product instead of the selected product when multiple product quantities were edited before saving changes. Users can now expect the correct product details to appear in the modal when editing any product. PLBM-10979
- Previously, the Quantity Split Combined Total was incorrectly calculated on the BOM Trace when the Use would match in both sections. The section total will now correctly reflect the length multiplied by the quantity for the receiving section after a quantity split. This ensures that the total quantity values displayed equal the original total quantity. PLBM-11201