AWI-76319 • 22-Mar-2023 • Bug • IOM 3.7, IOM 4.1
Description In OrderAddressDO, we have 3 fields because of historic reasons: street, streetName, houseNumber. If an order is posted via OrderServiceBean_v1_2 with only a street value (see attachment), then it is for now correctly split into streetName and houseNumber. However AddressUtils.createAddr
AWI-76311 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Slow SMC root schedule DeleteDomainReferences runtime due to sp_deleteProductObjects execution time As it seems the DeleteDomainReferences job does execute SP /cartridge/lib/resources/xcs/dbinit/scripts/microsoft/sp_deleteProductObjects.sql . This SP does: - execute several delete statements
AWI-76308 • 05-Jun-2024 • Bug • ICM 7.10
Steps to Repeat Add list price for online in stock product from given category "Cat A" Create promotion with ItemPercentageOff 10% for products with specific category "Cat A". Assign existing customer "Some Customer" to the promotion Check that user from assigned customer could see discounted price in
AWI-76309 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description class CatalogCategoryBOAccessibilityHandlerImpl Method isOnline is not null safe for example called by Pipelet GetFilterEntriesWithoutSearchQueryDefinitionConditions. This can happen in case of an outdated search index , where Catalogs and/or CatalogCategories that are no longer shared to
AWI-76297 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The is a small bug in the advanced product search where the filtering for Online/Offline parameter doesn't work. Repro Steps Go to the inTRONICS channel set a product offline in the online/offline tab set an online date in the future Go to advanced product search and search this product with
AWI-76198 • 05-Jun-2024 • Bug • ICM 7.10
Description We cannot restrict a shipping promotion action on a bucket although there is an according configuration in the discount action. The problem occurred at customer elefant but could be reproduce on support demo system (7.10.32, ip 10.0.67.161) Scenario we have an environment with multiple shippingbuckets
AWI-76182 • 13-Sep-2023 • Bug
Description The Pipeline Editor shows "@Location" and "@DisplayName" Boxes on MacOS (see appended Screenshot).Especially the "@DisplayName"-Boxes sometimes are hiding Pipelets which makes it hard for developers to work with Pipelines. null Bug null Verified Closed null Major AdoWorkItem 76182 Products
AWI-76131 • 13-Sep-2023 • Bug • ICM 7.10
Description Normally, the affected staging tables are switched one time after replication to make all changes visible. But currently the staging tables are switched for every Domain which is included into a replication. Following this, in case of an even number of affected Domains, after replication
30U296 • 10-Nov-2022 • Concepts • IOM 4.0, IOM 4.1, IOM 4.2, IOM 4.3, IOM 4.4, IOM 4.5, IOM 4.6, IOM 4.7, IOM 5.0, IOM 5.1
Table of Contents 1 Introduction 2 The Intershop Order Management Blueprint Project 2.1 Presentation of Topics 2.1.1 Priorities 2.1.2 The Blueprint Guidelines 2.1.3 Relation of Documents 2.2 How to Use IOM Blueprint Guidelines 2.2.1 General Structure 2.2.2 Prepared API Calls Introduction This document
AWI-76106 • 19-Oct-2022 • User Story • ICM 7.10, ICM 11
Description In the predecessor ticket, we replaced select-elements with a custom web component to distinguish types with different resource set IDs from each other while making the list searchable. There are other places, where types are indistinguishable within selects, so they should be replaced as