September 17th
Changelog released on 2025-09-17
Welcome to this release, various fixes to global lists and values, corrections to variant export and provisioning errors. Categories with identifiers can now be correctly be copied, collisions in the API has been adjusted, and improvements to business rules, adding a new condition and preventing them from hijacking revision logs. Also added early-adopter badge and custom sorting for the 'task list widget'.
Enhancement
Add business rule condition for checking if entity is in business unit: A new condition to check if an entity is in a specific business unit is now available when setting up business rules. (SP-1520)
Show early-adopter in accounts list: Early-adopter status is now viewable in accounts list. (SP-1735)
Bug
Provisioning stuck in waiting for tasks to complete: Corrected issue in internal provisioning tool. (SP-1695)
It is possible to create 2 product structures with same alias through the API: Corrected a bug that allowed users to create multiple product structures with the same alias through the API. (SP-1700)
Input for rich text replace in bussiness rules are forced to be wrapped in p-tags: When inputting text into conditions involving a TextAttribute with "Use rich text" enabled, it would always be saved with <p> tags surrounding the text. This is now saved as plain text. (SP-1722)
Can not copy categories under catalogues that has an identifier: Copying a category with an identifier would throw an error because it would cause duplicate identifiers. Now when copying categories, attributes used in identifiers are ignored to allow copying. (SP-1732)
Exporting variants with 'All Fields' in 'Advanced field selection' throws an error: Exporting variants with ‘All Fields’ would throw an error. This has been fixed. (SP-1733)
Changing subattributes that trigger a business rule that changes another subattribute in the same complex attribute highjacks revision: When making changes to a subattribute that triggered a business rule that made changes to another subattribute in the same complex, the revision log would not show changes to the subattribute(s) causing the business rule to trigger, but only the subattribute that was modified by the business rule. (SP-1734)
Global list with localized value as key, not rendering selected value: When adding a new global list with localized value as key, the value would not render correctly when choosing it on an entity. (SP-1741)
Default columns are not saved when editing the global list from the attribute: When editing the default columns of a global list from a GlobalListValueReferenceAttribute, the columns would not be saved. (SP-1751)
Task
Possible to create duplicate values in global list through API: In rare circumstances it was possible to create duplicate values in global lists throug the API. This is no longer possible. (SP-1159)
Feature request
FR: Allow users to choose how tasks in 'Task list widget' is sorted: Users can now choose how tasks are sorted when creating or editing a 'Task list widget'. (SP-1494)
Last updated