In a previous post, I shared my journey with Sitecore Data Exchange Framework. I was excited to use it to create a reusable importer process. In the end, I decided it was not the right tool for me. I ended up using Powershell. In the process of researching site migration tools, I discovered “Merlin”. Merlin […]
Sitecore
Docker-Compose v1 End of Life in June 2023. Welcome Docker Compose v2! Upgrade Instructions
Docker has decided to sunset v1 of Compose so we need to update our docker stuff. Sitecore is working at their end to bring all the required support. Let’s take a look at what actions we as developers need to take in order to migrate to v2 smoothly. What is Docker Compose? Docker Compose simplifies […]
3 Reasons to Use Sitecore Workflow
Many consider workflow to be a necessary evil. But it is necessary, and I will make my case in this post. I highly recommend working through the requirements for workflow and including it in your initial site build or rebuild. However, not all of us have that luxury – and that’s okay. The great thing about […]
Submit Action to Save Contacts in List Manager with Fields Mapping Part 2 Create Submit Action
This article is the third post on creating a Submit Action to save Contacts into the List Manager in Sitecore. In the previous post, we developed the SPEAK editor layout for the custom Submit Action in the Core database for Submit Action to have Field mapping ability. In this part, we will construct a class to save […]
Creating a containerized Sitecore Headless StarterKit with the latest Next.js SDK and Headless SXA
Many of you who want to start a headless solution come into a situation where there is a lot of information available and it is difficult to identify which approach to take. Sitecore features decent documentation, but it covers only part of a desired solution and is segmented. This post will address the problem and […]
Submit Action to Save Contacts in List Manager with Fields Mapping Part 1 Create SPEAK Editor
This article is the second post in the series on creating a submit action to save contacts into the list manager in Sitecore. In the previous post, we saw a basic implementation without the ability to map form fields with the custom-created submit action. It only offered the option of configuring the Contact List via […]
The AI Future of Digital Experience Platforms
I think (and hope) the impact will be nothing short of complete and utter destruction of what we know and experience today.
Making Sense of Search Options in Sitecore
When Sitecore announced their Cloud Offerings at Sitecore Symposium in October 2022, It crystalized their composable strategy in providing separate product offerings that were each best of breed but could be better together. When you look at Engagement Cloud and Commerce Cloud, with products that have clear capabilities with little cross over, that strategy is […]
Why You Should Have DAM Analytics!
The Importance of a DAM Digital Asset Management platforms are essential to creating a successful DXP tech stack. Many organizations are already using or making the move to Digital Asset Management platforms to efficiently store, manage, secure, and distribute assets. DAMs are meant to help reduce asset-related costs, improve workflows and support all your marketing […]
Getting to know Sitecore Search – Part 4
Welcome back to getting to know Sitecore search. In this post, we’ll focus on the advanced web crawler. We’ll modify the source, document extractors, taggers and attributes to customize our indexed documents. Manage Sources To manage sources, visit Administration/Sources From this screen you can see a list of your sources. You can see the source […]
Submit Action to Save Contacts in List Manager – Basic Implementation
A custom submit action for Sitecore forms that will save contact information to the list manager’s contact list. It will allow us to collect the contact details from the end user through a Sitecore form and save them to the contact list inside the list manager. The article contains a step-by-step guide for creating a […]
Implementing Composable Search for Your Site: Sitecore Search [Part 4]
Sitecore Search is a new composable SaaS offering released recently that is based on the acquired product called Reflection, built on top of ElasticSearch. Sitecore Search is impressively fast, with standards set to be under half of a second roundtrip timeline. Almost all interaction with it and configuration is dome from UI, the coding aspect […]