Add override MapContent to Mapped Identity Service

Fixed in

EPiServer.CMS.Core 12.19.1

(Or a related package)

Created

Oct 06, 2023

Updated

Oct 20, 2023

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue where the wrong asset was chosen when picking an asset from Optimizely Content Marketing Platform (CMP). If contents were imported with CMP Digital Asset Manager (DAM) package, you should run the following script. 

UPDATE [dbo].[tblMappedIdentity]
   SET [ExistingContentId] = NULL
 WHERE [ExistingContentId] IS NOT NULL AND [Provider] = 'dam'