When migrating from Sitecore XP to XM Cloud we encountered some issues - particularly when dealing with device-specific renderings. While Sitecore XP supported multiple devices (Mobile, Desktop, Custom devices, etc.) for rendering different layouts, Sitecore XM Cloud only supports the 'Default' device in GraphQL queries and Layout Service responses. This limitation created a migration challenge: … Continue reading Handling Non-Default Device Renderings During Migration to Sitecore XM Cloud From Sitecore XP.
Tag: PowerShell
Sitecore Powershell : Fetch items which have multiselection in ‘MultilistField’ field using Reg Ex.
Recently we had a requirement to find items having more than one selection in 'MultilistField' field along with the display text of these selection. For this I have written a simple Powershell script that I want to share. Here I have used a regular expression '^({[^}]+}|?){0,1}$' to find if the 'MultilistField' is having more than … Continue reading Sitecore Powershell : Fetch items which have multiselection in ‘MultilistField’ field using Reg Ex.