PIM 24.1
Version | 24.1 |
---|---|
Release Date | 20 June 2024 |
Changes
New features
None
Enhancements
Enforce System Name rules on product UniqueNames on new PIM installations. A new more restrictive rule has been created for products unique name. It can be restricted to only allow unique names of the same format as the system name. (first character A-Z or "_", remaining character A-Z, 0-9, or "_")
Note
EnforceSystemNameRules can be toggled on for existing installations using the /api/settings
endpoint or Settings_UpdateAsync
method in the SDK client. It can only be enabled if all products already follow the new naming rule.
If EnforceSystemNameRules is enabled, it is not possible to disable again.
On migration it will automatically be enabled if all products already follows the new naming rule.
When creating new PIM installations this rule will be enabled per default.
Deprecations
None