We are proud to announce that Perficient has achieved a Microsoft designation in Security (Microsoft 365 and Azure). This further recognizes Perficient as a leading partner in Microsoft security solutions. Last year, Microsoft’s Partner Network (MPN) officially stepped onto the scene under a new name: Microsoft Cloud Partner Program. They also phased out the 18 […]
Technology Partners
Integrating GitHub with Visual Studio Code to Publish Your Salesforce Project
Introduction: As we all know, version control plays a crucial role in managing projects efficiently. GitHub, a popular platform for version control, provides a seamless collaboration experience. Salesforce developers often leverage GitHub to maintain their code repositories and collaborate with other team members. In this blog post, we will explore how to integrate GitHub with […]
Salesforce Code Collaboration: Authenticate Git with Personal Access Token and Push Code via CMD
Introduction: When working with Git and GitHub, it’s essential to securely authenticate your account. Instead of using your GitHub password for authentication, a Personal Access Token (PAT) offers a safer alternative. In this blog, we will explore the steps to login to Git using a Personal Access Token and push your code to a GitHub […]
Deploying Azure Infrastructure With Terraform Using Azure DevOps Pipelines
In this blog post, my objective is to provide a comprehensive walkthrough of the elements required for effectively implementing Azure Infrastructure with Terraform using an Azure DevOps Pipeline. The main purpose is to assist you in grasping the concept of automating the deployment and maintenance of your cloud infrastructure residing in Azure. Before delving into […]
File Based Routing in Next.js
Next.js is a framework for building web applications built on top of React. Everything we can do in React we can also do in Next.js – with some additional features like routing, API calls, authentication, and more. We don’t have these features in React. Instead, we must install some external libraries and dependencies – like […]
Setting up the Component Form Builder in Site Studio
In the last blog, we get to know about how to create a component in the site studio. In this blog, we are going to set up the component form builder for the component. You can improve specific functionalities or enhance the visual appearance of your site by using component form builder. The component form […]
Industries Document Generation
Every company needs documents for its processes, information, contracts, proposals, quotes, reports, non-disclosure agreements, service agreements, and for various other purposes. Document creation and management is a crucial part of their operations. To make it easy, Omnistudio provides document generation capabilities, tailored to meet the unique requirements of different Industries. In this blog post, we […]
Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 2
Pre-requisite Before going through SCD Type 2, I would suggest visiting my earlier post with respective to SCD Type 1 in here for better understanding of this blog. Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 1 / Blogs / Perficient SCD Type 2 It helps in tracking the history […]
Are You Getting the Most Out of Your Salesforce Marketing Cloud Investment?
Your brand now has Salesforce Marketing Cloud (SFMC) – congratulations! SFMC is a leader in the email marketing industry and extremely powerful for marketing communications. To ensure your brand is maximizing all capabilities is a full-time job, and leveraging the following can help. Maximize the available data This includes integrating your CRM data and utilizing […]
Perficient Recognized by Sitecore for Excellence in Business Impact
Each year, Sitecore recognizes the achievements of their most deserving partners through the Sitecore Global Partner Awards. Today, we’re proud to announce Sitecore has recognized Perficient with a 2023 Partner Award for Excellence in Business Impact. The award recognizes Perficient for driving business impact and value for many of our shared customers. Out of the […]
Mastering RefreshApex() in Lightning Web Components
In the world of Lightning Web Components, one of the most crucial aspects of building responsive applications is managing data. Salesforce provides us with a powerful utility called refreshApex() that allows us to easily refresh data in our components. In this blog, we will dive deep into the details of refreshApex() and explore how to […]
Table Headings through Rich Text in Sitecore
Sitecore makes it easy to add tables, which is similar to inserting a table in Microsoft Word. You just need to click on the “insert table” button and select the desired size. However, it’s important to consider accessibility when creating tables. Tables, despite their general suitability for screen readers, require specifying the location of table […]