The intersection of technology and mental health is rapidly evolving, offering new avenues of support for individuals with psychological and psychiatric disabilities. Assistive technology, once primarily associated with physical disabilities, is now playing a pivotal role in enhancing the well-being and daily functioning of those facing mental health challenges. In this blog post, we’ll explore […]
Technology Partners
Exciting news! GenAI has arrived to Sitecore’s Content Hub ONE!
As we wind down 2023, it looks like we are getting a nice little holiday gift from the Sitecore Content Hub ONE product team. They just announced the long-awaited introduction of GenAI features into the product! Let’s crack this open and see what’s inside. What’s included Text fields (short, long, and rich text) now have […]
Highly Configurable vs Highly Customizable Contact Centers
What is best for your business? Contact centers and customer support platforms have historically been managed as part of an organization’s telephony department. As these organizations look to move to an omni-channel cloud-based solution it is important to understand the options available when choosing a path forward. There are three types of solutions, Commercial off-the-shelf […]
White Label Your Mobile Apps with Azure
Enterprises and organizations that manage products with overlapping feature sets often confront a unique challenge. Their core dilemma involves creating multiple branded mobile applications that share a common codebase while enabling each app to provide a distinct user experience with minimal development overhead. As a leader in custom mobile solutions, Perficient excels in white labeling […]
Sitecore database upgrade preparation
Recently my colleagues and I were tasked to upgrade a containerized solution from Sitecore 9.3.0 to 10.3.1 which got me excited as it had been a minute since I had performed a Sitecore upgrade. The upgrade steps have evolved significantly over these years and I was very keen to explore and execute them. We […]
Independent vs Dependent Components in Salesforce: Understanding the Dynamics
Introduction: Salesforce offers a robust platform for building and customizing applications to meet various business needs. As part of Salesforce development, components play a crucial role in designing and implementing the user interface and functionality. When working with components, it’s important to understand the concepts of independent and dependent components. In this blog, we will […]
Understanding @api, @track, and @wire Decorators in Lightning Web Components (LWC)
Introduction: Lightning Web Components (LWC) introduced a new programming model with decorators that enhance the functionality of properties and functions. Among these decorators, @api, @track, and @wire play crucial roles in creating powerful and interactive Lightning components. In this blog, we will explore each decorator in detail and understand how they contribute to the development […]
Apply CSS classes in Rich Text Editor Sitecore
Rich text in Sitecore refers to the capability of the Sitecore content management system (CMS) to handle and display formatted text content with various styling options. It enables content editors to create and manage content that includes not just plain text, but also a range of formatting elements such as headings, paragraphs, lists, links, images, […]
Row-Level Actions in Lightning Datatable in Lightning Web Component
Hello Trailblazers, In this blog post, we will learn how to handle Row-Level actions in Lightning Datatable in Lightning Web Component (LWC). Acceptance Criteria: Create a lightning datatable that will display all the product details. The product details component should have 2-Row Level actions. Show Details – When the user clicks on the button, it […]
Basic Multi-Tenant Model for AEM as a Cloud Service
Are you or your client considering moving to AEM as a Cloud Service (AEMaaCS)? There are many advantages of the fully managed and automated environments AEMaaCS offers. But one of the things you need to consider is the need for a multi-tenant setup. If you currently have a multi-tenant setup, moving to AEMaaCS will most […]
Batch Class in Apex to Delete Records
Hello Trailblazers, In this blog post, we’re going to write a batch in Apex to delete the records from the targeted object. Acceptance Criteria: Write a batch Class in Apex to delete all the account records created in the last 1 year. Batch Apex is a powerful Salesforce tool that allows developers to create and […]
How to Craft Your Own Tailored Drupal Service: A Step-by-Step Guide
Service: A service is any object managed by the services container. Services in Drupal help decouple reusable functionality, making them pluggable and replaceable by registering them with a service container. Services act as unsung heroes, playing a crucial role in maintaining the smooth functioning of the Drupal system. There are Core services available in Drupal. […]