Sitecore has a feature called scheduled tasks that allows you to schedule routine tasks like triggering some emails in an interval or scheduling the publishing of an item etc. It is a straightforward approach to run code logic at defined intervals. Sitecore Scheduled Task Step-by-Step We can configure scheduled tasks in Sitecore under the location […]
Posts Tagged ‘Sitecore’
Megan Jensen Talks Choosing Perficient and Her 2023 Sitecore MVP Status
As a senior solutions architect, Megan Jensen delivers excellent experiences to our clients and is always working for the betterment of her team. She is valued not only for her Sitecore knowledge but is an active member in our culture groups Women in Technology and Pride at Perficient, along with serving as a mentor in […]
Sitecore Content Hub: Digital Rights Management
What is Digital Rights Management? Digital Rights Management is meant to enforce additional governance around assets and prevent any unauthorized usage of the assets. Sitecore Content Hub DAM offers an out-of-the-box feature that will help restrict asset usage based on the media type, territory, and time. Benefits of DRM: Improved asset governance Reduces […]
Sitecore Honors Six Perficient Colleagues as MVPs in 2023
“I’m thrilled to share that six of my colleagues have been named a Sitecore Most Valuable Professional (MVP) for 2023 in the categories of technology, strategy, and ambassador,” Brian Beckham, General Manager, said. “I’ve seen firsthand how hard these individuals have worked over the last year, not only to accelerate their own knowledge but to […]
Top 3 Reasons for a QA Environment
Imagine as a Quality Analyst, you begin your day of testing. You log into Sitecore Content Editor, create a page, name it, and open it in Experience Editor but receive a white screen “Our Services are unavailable.” You investigate and see a deployment happening to your environment, which is DEV. All this has taken 10 […]
Content Hub ONE Full Review in Action – Feedback and Afterthoughts (part 3 / 3)
Content Hub ONE developers did a great job in such a short time. However, from my point of view, there are a few issues that make it hard to use this platform in its current stage for commercial usage. Let’s take a look at them. Content Part 1: Mastering Content Part 2: Developing Client App […]
Content Hub ONE Full Review in Action – Developing Client App (part 2 / 3)
In the previous post, I crafted two content types and created records for home pages and each specific whisky item from my collection, populating them with actual data. Now let’s create a client “head” app to consume and display that content from Content Hub ONE tenant. Content Part 1: Mastering Content Part 2: Developing Client […]
Content Hub ONE Full Review in Action – Mastering Content (part 1 / 3)
Most of my readers know me as a dedicated Sitecore professional, however, close friends are aware of the variety of my hobbies. Some of them also know me as a Scotch whisky expert and collector. After living in the UK for almost 15 years, I got a pretty decent collection of these spirits and learned […]
My Journey with Sitecore Data Exchange Framework (DEF)
Many projects need to import data. I have found it to be a painful process every time. Each import is custom and requires custom code. There are parts of the process that are the same each time (connecting with source data, reading data, creating a new item, avoiding duplicates, updating existing items). I wanted to […]
Headless CMS Solutions to Consider
If the benefits of headless CMS were convincing enough in the previous blog post that you decided to give, headless architecture a try, your next step is to find a good CMS platform. Below are some great options to get you started. Let’s examine them: Sitecore – a fully functional CMS platform Sitecore is an industry-leading CMS combined with […]
Headless CMS and When to Use it
For every company that tends to move forward with its customer experience and to form a successful content strategy, content management is one of the foremost imperative forms. You are probably already familiar with traditional content management systems (CMS) such as Joomla and WordPress. But how is headless software different? A headless CMS is an […]
Custom JavaScript Sitecore Fields
Introduction Custom fields are a powerful tool for extending functionality and improving ease of use. This article will explore creating, organizing, and implementing custom JavaScript Sitecore fields with an iframe. By using an iframe to load a separate HTML document, you can cleanly contain all of the necessary CSS, JavaScript, and HTML files. We’ll walk […]