Install Sitecore XP 10.3.1 SIA (Sitecore Install Assistant)

In the previous posts, we installed the Sitecore on the cloud. In this one, we will address the installation via SIA (Sitecore Install Assistant) in a local environment, specifically on-premise. I will share some requirements that we can find in the installation documentation. Throughout the post, I will provide more details on additional prerequisites that…

Sitecore 10 – Install on Azure

Hello everyone, I recently completed a migration from Sitecore 9 to 10. I understand that some may find this move unusual at this point, but each company has its own policies, and better late than never. In this migration, we used Sitecore on Azure PaaS, and in today’s post, I will detail how we provisioned…

How to get your License Sitecore Partner

If you are a Sitecore developer, and your company is a partner, you are entitled to a development license. Unfortunately, if you are a developer, and your company is not a partner, this post is not for you. Many times as developers, we encounter that yellow license missing screen, often in a Proof of Concept…

How to install Solr in Azure App Service

Azure (PaaS) implementations. In this post, we’ll guide you through the process of setting up the Solr service version 8.4.0 on Azure App Service for Sitecore 10. Let’s begin by creating our App Service; to do this, open your Azure portal. In the search bar, look for App Service, then click on App Service. Select…

Create Jobs Scheduler in Sitecore – Schedules

In the previous post, we configured a custom task that needs to be executed. In this post, we will define how often this task will be executed and outline the steps for this configuration. The first step is to create a new schedule using the template from the path: /sitecore/templates/System/Tasks/Scheduler I created new schedule named…

Create Jobs Scheduler in Sitecore – Commands

This need arose when the marketing team needed to be notified in advance of certain campaigns. To address this, I developed the following tasks. Below, I will explain the step-by-step process. First, I’ll briefly explain this functionality: Sitecore offers a functionality known as “scheduled tasks” that enables you to automate recurring actions, such as sending…

Glass Mapper version 5 

As of my last knowledge update in January 2022, Glass Mapper’s latest version was Glass Mapper v5. However, keep in mind that software versions may have changed since then. To get the most accurate and up-to-date information about Glass Mapper, including its current version and any subsequent updates, I recommend checking the official Glass Mapper…

Why Should Upgrade to Sitecore 10 

Upgrading to Sitecore 10 offers several benefits, including new features, improvements, and enhanced capabilities. Here are some compelling reasons why you should consider upgrading to Sitecore 10: Before upgrading, it’s essential to carefully plan and assess the impact on your specific implementation. Conducting a thorough analysis of your existing solution, ensuring compatibility with Sitecore 10,…

Differences between Sitecore XM & Sitecore XP

Sitecore XM (Experience Management) and Sitecore XP (Experience Platform) are two editions of the Sitecore Experience Platform, each designed to address specific business needs. Here are the key differences between Sitecore XM and Sitecore XP: Choosing between Sitecore XM and Sitecore XP depends on the specific goals and requirements of the organization. Smaller projects or…

Install Sitecore 10 CLI

Sitecore Command Line Interface (CLI) allows console communication with a Sitecore instance. Here are the steps to install Sitecore CLI(Command Line Interface) and items serialization: Download Sitecore Management Services from here and follow the installation guide. dotnet new tool-manifest dotnet nuget add source -n Sitecore https://sitecore.myget.org/F/sc-packages/api/v3/index.json dotnet tool install Sitecore.CLI dotnet sitecore init dotnet tool restore Install the…

Sitecore® 10 .NET Developer Certification Exam: Study Guide

https://learning.sitecore.com/learn/course/766/play/957:342/sitecorer-10-net-developer-certification-exam-study-guide Competency 1: Sitecore structure & platform https://www.c-sharpcorner.com/article/install-sitecore-10-step-by-step-using-sia/ Competency 2: Security & user management https://doc.sitecore.com/xp/en/users/103/sitecore-experience-platform/workflows-and-the-workbox.html https://doc.sitecore.com/xp/en/developers/103/platform-administration-and-architecture/edit-and-manage-a-user-account.html https://doc.sitecore.com/xp/en/developers/103/platform-administration-and-architecture/security-domains.html#:~:text=Extranet%20%E2%80%94%20this%20domain%20is%20a,the%20content%20of%20the%20website https://doc.sitecore.com/xp/en/developers/103/platform-administration-and-architecture/content-delivery–cd-.html#:~:text=The%20Content%20Delivery%20(CD)%20role,improved%20scalability%20and%20better%20performance Competency 3: Item management https://www.sitecorespark.com/article/databases-in-sitecore https://doc.sitecore.com/xp/en/developers/103/platform-administration-and-architecture/use-a-patch-file-to-customize-the-sitecore-configuration.html#control-the-load-order-of-configuration-files https://doc.sitecore.com/xp/en/developers/103/sitecore-experience-manager/data-definition-and-template-overview.html#:~:text=A%20template%20is%20an%20item,that%20make%20up%20each%20item https://doc.sitecore.com/xp/en/developers/103/sitecore-experience-manager/standard-values.html https://doc.sitecore.com/xmc/en/developers/xm-cloud/the-template-field-template.html#source Competency 4: Layout & placeholders https://sitecore.stackexchange.com/questions/12220/whats-difference-between-static-and-dynamic-placeholder-how-to-choose-one-over https://sitecore.stackexchange.com/questions/12220/whats-difference-between-static-and-dynamic-placeholder-how-to-choose-one-over Competency 5: Components, controls, & renderings https://doc.sitecore.com/xp/en/developers/101/developer-tools/view-types.html Competency 6: Sitecore Content Serialization Competency 7: Containers https://doc.sitecore.com/xp/en/developers/100/developer-tools/sitecore-image-reference.html Prepare the files necessary to…

Sitecore 10 Certification Tips

Yesterday, I obtained my Sitecore 10 .NET Developer certification. In this post, I will discuss the basic steps for those who also aim to achieve this certification. However, in the next post, I will share some of the resources I used for studying beyond the Official Sitecore documentation. To obtain Sitecore 10 certification, you typically…

Sitecore Standard Values

Standard values as the initial settings for data template fields. When a field holds a NULL value, the item adopts the standard value specified in the data template for that particular item. Sitecore stores these standard values as children of the data template definition item, named Standard Values, for each data template. Each Standard Values…

Sitecore Tokens for Standard Values

In my certification studies, I delved a bit deeper into tokens, when we’re creating templates, a good practice is to add Standard Values so that fields can have default values. we can also use Sitecore Tokens, this will allow us to dynamically add values to fields, according to the item that is being created Tokens: Now you know…

Reset Sitecore Admin Password using SQL Server

I’ve always used ‘admin’ – ‘b’ as the password, but today, I don’t know what happened, as I couldn’t access with these credentials. It’s very strange. I decided to reset it via SQL Server, since that was the only place I could access. In this post, we are going to reset the password to b.…

Debug and attach it to processes running inside Docker

Here I was, on a delightful afternoon, sipping a cup of coffee and scripting commands for Sitecore. Sitecore was operational within a Docker environment. With each code modification, build, and deployment, I found myself occasionally running up.ps1 in case of errors. Crossing my fingers, I tested the command with the aim of attaching Visual Studio…

Explore a World of Icons at sitecoreicons.com

Icons play a crucial role in enhancing the visual appeal and user experience of websites and applications. They serve as intuitive visual elements that convey information quickly and effectively. Discover a Rich Collection: One of the standout features of sitecoreicons.com is its extensive collection of icons. Whether you’re working on a web project, mobile app,…

TDS + Sitecore – Error – Illegal characters in the path

I am currently involved in a project that includes multiple TDS projects. All three of them can successfully establish a connection with my local server and pass the build test. Nevertheless, I am encountering an issue when attempting to synchronize with Sitecore for the TDS project that encompasses the templates. An error occurs during the…

Creating a Custom Dropdown Field in Sitecore: Step-by-Step Guide

In my Sitecore journey, I need to create a custom dropdown field, also known as a select list or picker. If that’s what you’re looking for, you’re in the right place. In this blog post, I’ll walk you through the process of adding a dropdown list to the Sitecore admin interface, complete with options that…

 Performing Multiple Node.JS using NVM

NVM, short for Node Version Manager, is an essential tool for Windows users looking to manage multiple Node.js installations on their Windows-based machines. To kickstart your journey with NVM, begin by downloading NVM for Windows from this source: https://github.com/coreybutler/nvm-windows Next, open a Command Prompt or PowerShell in Administrator mode, and execute the following commands from…

Sitecore Headless Services – Quick explanation

I recently started a headless project, and it was my first experience with it. I’ve been studying the subject, and today, I’m going to share a bit of what I’ve discovered during this period, which has been a significant learning experience. What is a Headless? A headless adopts a distinctive methodology, decoupling the back end…

Sitecore Docker Troubleshooting

Recently, I attempted to set up a docker repository for a project on my personal machine and encountered some unusual errors persisting for a few weeks. While it wasn’t a top priority, and no one else in the company had encountered it before, I began to suspect it might be an issue specific to my…

SITECORE 10 HEADLESS ASP.NET CORE

Sitecore 10 has arrived, introducing an exciting new developer experience known as Sitecore Headless Development. You might wonder, “Didn’t Sitecore already have a Headless setup in Sitecore 9?” The answer is yes, it still exists and is referred to as Sitecore Javascript Services (JSS). What sets this apart is that the rendering layer now relies…

About Sitecore – Basic Article

Sitecore is a company founded in 2001 in Denmark, and it has developed the Sitecore software. This software serves as a Content Management System (CMS) built on the ASP.NET platform, providing web content editors with a robust set of tools. Additionally, Sitecore offers another product, Digital Marketing Solutions (DMS), which empowers marketers with comprehensive control…

Ocorreu um erro. Atualize a página e/ou tente novamente.