Welcome to our official blog, where we discuss the latest and greatest features introduced in HCL Commerce Version 9.1. In this comprehensive overview, we will highlight the key advancements and enhancements brought about by this release. Let’s dive into the exciting world of HCL Commerce Version 9.1! Enhanced Storefront Experience: HCL Commerce Version 9.1 aims […]
Technology Partners
Microsoft Inspire 2023: Unveiling Key Announcements Shaping the Future of Technology and Business
Microsoft’s annual Inspire conference is a pivotal event for technology enthusiasts and business leaders alike. In 2023, the conference brought forth an exciting array of announcements, particularly in the realms of Artificial Intelligence (AI) and strategic partnerships. In this blog post, we’ll highlight top key AI and partnership announcements that will undoubtedly shape the future […]
Microsoft Names Amarender Peddamalku MVP
Perficient is thrilled to announce that Amarender Peddamalku has been named a “Most Valuable Professional” (MVP) by Microsoft. Microsoft defines the MVP Award as “a global program of recognized technology experts and community leaders who actively support technical communities through unique, innovative, and consistent knowledge sharing.” Microsoft MVPs exhibit core competencies in community leadership and […]
Improve Employee Engagement and Communication with Viva Connections
Effective and efficient employee communication is critical to the success of any organization. Microsoft Viva Connections, a part of the Microsoft Viva platform, has been making waves as a powerful tool for transforming the way companies interact with their employees. Let’s take a look into some key features of Viva Connections and discover how its […]
Streamline Your Sales Process: A Beginner’s Guide to Building Approval Processes in Salesforce
The approval process in Salesforce is a systematic workflow designed to streamline and manage the approval of various business processes within an organization. It helps to make critical decisions, approve sales discounts, contract approvals as well as many such kinds of requests that need to be approved before coming into process. With the approval process […]
Demystifying Package.xml: Tips and Best Practices for Salesforce Metadata Management
When working with the package.xml file in Salesforce, it’s crucial to understand its purpose and structure. The package.xml file defines the metadata components that need to be retrieved or deployed using tools like Salesforce DX, Metadata API, or the Force.com Migration Tool. Important Tips and Best Practices for Working with the Package.xml File: Understand Metadata […]
Pro Tips for Accessing and Managing Sitecore XM Cloud
Introduction Sitecore XM Cloud is a powerful platform for managing and deploying Sitecore instances. In this blog post, we will explore various a few tips for accessing XM Cloud, including user permissions, project and environment management, as well as different types of client credentials. Understanding these concepts will empower you to effectively leverage the capabilities […]
Perficient Achieves Microsoft Security Designation
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 […]
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 […]