So, I came across a situation where I had to provide only selected options for a list field type(Multilist/Droplist etc) based on some conditions. Although this was not a hard requirement and mere mapping of a parent item was acceptable, I’m more of a fan of “build code that is designed for Operations” as IContinue reading “Sitecore – Ways to configure a list field’s source”
Tag Archives: Sitecore
Sitecore – Item as a Resource – Deep Dive -1 – IaaR Plugin
Last year, I wrote an article about Sitecore IaaR when I first came across that concept. This is a continuation to that article. So…a quick recap. Starting from Sitecore 10.1, default sitecore items are stored in resource files (items.{database}.dat) serialized via Google ProtoBuff. This helps mainly with ease of Sitecore upgrade/Container based deployment. Sitecore CLIContinue reading “Sitecore – Item as a Resource – Deep Dive -1 – IaaR Plugin”
Sitecore – Headless – API Key – Throttle Strategy
Preface: I planned to write a fresh series of articles under the title – “Sitecore Reboot”. In continuation with my “Sitecore – Yesterday…Today and Tomorrow” post, how, with the lastly released Sitecore XM Cloud, sitecore has gone all SaaS and related to that. This article was lined up as second one on that series. But unfortunatelyContinue reading “Sitecore – Headless – API Key – Throttle Strategy”
Sitecore – Dependency Injection
Dependency Injection was always a tricky concept and hard to understand for me when I started my career.(Well, in fact even in college days this was the chapter that I left on optional.) Later, after working on .NET web applications and I understood the basics of Dependency Injection, But I still had some gaps. So,Continue reading “Sitecore – Dependency Injection”
Sitecore – Analytics Report Query
Last week one of my friend asked me whether I have worked on something that kinda allows us to show Sitecore Analytics data like Top 5 Visited pages of a website in a 404 error page…Something like page you searched for is not found…Interested in checking out these top visited pages….(Probably some content with betterContinue reading “Sitecore – Analytics Report Query”
Sitecore – Segments and Segmented List
In my last article, while concluding I mentioned that we can create lists for male 18-30; 30-40 and 40 & above, use them relevant campaigns. This is the follow up or a sequel kind of article discussing about that use case. I thought just like how we created a logic that checks the contacts genderContinue reading “Sitecore – Segments and Segmented List”
Sitecore – Custom Submit Action – Create Contact – List Management
We have explored creating a Custom Form Element – Rich Text Field and Creating a Custom Form Field Validator earlier. Ever since I wrote those articles, I always wanted to explore creating a Custom Submit Action. But rather than just writing about how to implement a custom submit action, I thought I will pick someContinue reading “Sitecore – Custom Submit Action – Create Contact – List Management”
Sitecore CLI – Non Interactive Client Login – Error while getting client credentials token: invalid_client
Normally, from developer machine, if we want to use, Sitecore CLI for serialization, we would have used the commands, dotnet sitecore login –auth “IdentityServerURL” –cm “CMS URL” –allow-write true which would open the browser and redirect you to Identity Server Login page for Authentication, Once you enter the User Name/Password your session will be authenticatedContinue reading “Sitecore CLI – Non Interactive Client Login – Error while getting client credentials token: invalid_client”
Sitecore – Yesterday…Today and Tomorrow
Sitecore from the year it was founded to this day,(From being a Web Content Management System to a Digital Experience Platform) has made several changes to their products, product features and product portfolio. The Idea of Sitecore: Sitecore was initially created as a project to automate website creation process (after implementing several websites for clientsContinue reading “Sitecore – Yesterday…Today and Tomorrow”
Sitecore – What is that {webroot}/App_Data/items/****.dat ??
So, last week I read an article about Sitecore Upgradation by Martin Miles. In that article, at Upgrade Database step, it was mentioned that the default items in sitecore from 10.1 and above, are not stored in database and are read from file system. 10.1 was released almost a year ago and although I amContinue reading “Sitecore – What is that {webroot}/App_Data/items/****.dat ??”