Forecasting In Power BI Forecasting is one of the important features of Power BI which helps take out insights from time series data. This blog is the continuation of my previous blog that is – “ Analytics Pane in Power BI / Blogs / Perficient ” where we have seen multiple analytics line and their […]
Technology Partners
Understanding the Context API in React: Simplifying State Management
Introduction The Context API in React allows components to share data with each other, even if they are not directly related. It helps avoid the problem of passing data through many components by letting components access shared data directly. It helps in preventing the prop drilling problem. Consider the diagram to represent a chain of […]
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 […]
The Surprising Connection Between NBA Player Tracking and Order Management Package Tracking
With the NBA Finals starting on June 1st many fans will be glued to their seats to watch who will be crowned the 2023 NBA champions. While fans closely analyze each team’s performance and decipher the reasons behind the outcome of the games, order management, and package tracking probably is the last thing on their […]
Top 5 Benefits for deploying a COE
Introduction: Centers of Excellence (CoE), also called “Center of competency” is a multidisciplinary team that includes executive sponsors, key stakeholders, finance representatives, business teams and technical implementation teams. They are fast becoming an integral part of Finance service’s delivery model. Why is CoE important? A 2020 BCG research showed that 70% of digital transformations fall […]
Transforming ESG Challenges with Automation: ServiceNow’s Sustainable Approach
What is ESG? The environmental, social, and governance (ESG) is a framework that helps investors and companies evaluate how well investments or businesses perform in terms of environmental, social, and governance aspects while considering sustainability, social responsibility, and governance practices for creating long-term value. The example factors of ESG are listed below. ESG can differ […]
Unlocking the Power of Coveo for Salesforce: A Comprehensive Guide
In today’s digital era, providing exceptional customer experiences is paramount for businesses. To deliver personalized, relevant, and efficient experiences, organizations often rely on Salesforce as their CRM platform. However, to truly unlock the power of Salesforce and enhance its search capabilities, many businesses turn to Coveo for Salesforce. In this comprehensive guide, we will explore […]
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 Open-Source Philosophy
Open-source software grants its users a degree of accessibility that is not possible through its proprietary counterpart. Open-source codes are published publicly for all who wish to study and manipulate them, whereas proprietary software keeps users more restricted, inside hard, iron-clad lines.
Exploring Salesforce REST Services: A Step-by-Step Guide with Postman
Introduction: In this blog, we will explore how to build a RESTful API using Salesforce Apex and demonstrate how to interact with it using Postman. We will walk through the code of a sample Salesforce Apex class called “restResources” and explain each method’s purpose. Additionally, we will provide step-by-step instructions on how to test the […]