I’ve been working with Next.Js for a quite a while and have been watching its development with interest all this time. Last week I was happy attended Next.js Conf in San Francisco. Perficient was proud to sponsor the event, allowing us to showcase our Sitecore Practice alongside my colleague David Lewis from the Optimizely Practice. […]
Technology Partners
Join Perficient at the Agentforce World Tour NYC!
We are thrilled to announce that Perficient will be participating in Agentforce World Tour NYC on November 20th, one of the most anticipated events in the Salesforce calendar. This event promises to be a day filled with groundbreaking AI innovations, insightful sessions, and hands-on experiences that you won’t want to miss. Event Details: Date: Wednesday, November 20, […]
3 Key Insurance Takeaways From InsureTech Connect 2024
The 2024 InsureTech Connect (ITC) conference was truly exhilarating, with key takeaways impacting the insurance industry. Each year, it continues to improve, offering more relevant content, valuable industry connections, and opportunities to delve into emerging technologies. This year’s event was no exception, showcasing the importance of personalization to the customer, tech-driven relationship management, and AI-driven […]
Streams with Tasks in Snowflake
Snowflake’s Stream Stream Stream is a CHANGE DATA CAPTURE methodology in Snowflake; it records the DML changes made to tables, including (Insert/Update/delete). When a stream is created for a table, it will create a pair of hidden columns to track the metadata. create or replace stream s_emp on table emp append_only=false; I have […]
A Comprehensive Guide to Creating Tabular Reports in Salesforce
Hello Trailblazers! Salesforce provides powerful reporting tools to help businesses analyze data, track performance, and make informed decisions. In the previous part of this blog we learnt about different types of reports available in Salesforce. Tabular Reports are the simplest and most straightforward way to display your data in rows and columns. They are often […]
Selector Layer in Apex: Enhancing Salesforce Access
What is the Selector Layer? The Selector Layer in Apex is a design pattern that acts as an intermediary between your application logic and various data sources, such as Salesforce objects or external systems. It encapsulates data access logic, promoting modularity, maintainability, and testability within your codebase. When to Create a New Selector Layer Class […]
Custom Salesforce Path LWC
Creating a seamless and intuitive user experience is crucial for any application. In Salesforce, a great way to guide users through different stages of a process is by using progress indicators. In this blog post, I’ll show you how to build a Custom Salesforce Path using the lightning-progress-indicator component in Lightning Web Components (LWC). This […]
Sitecore Symposium 2024: Day One Recap
Welcome to my recap of day one at Sitecore Symposium 2024! There was no shortage of inspiring sessions, key takeaways, and exciting announcements from day one. Opening Keynote The opening keynote by Sitecore executives was an excellent kickoff to Symposium, reinforcing their commitment to being a trusted partner. They emphasized their focus on core strengths […]
The Rise of No-Code/Low-Code in Salesforce: Empowering the Everyday Innovator
Imagine walking into your office on a Monday morning with a brilliant idea that could revolutionize your team’s workflow. In the past, turning that idea into a functional app would’ve meant weeks, if not months, of development time, countless meetings with IT, and a significant budget allocation. But what if you could bring that idea […]
5 Takeaways: Enhancing Trust in Healthcare [Webinar]
In our recent webinar, “Enhancing Trust in Healthcare,” experts David Allen and Michael Porter, along with Appian’s Matt Collins, addressed the concerning decline in consumer trust within the healthcare sector. Historically, healthcare has maintained higher levels of trust compared to other industries, but a recent Gallup survey shows that this trust is now at a […]
Success Story: Enhancing Member Engagement with Marketing Cloud Personalization
Introduction In today’s digital age, personalization is key to engaging and retaining members. A prominent labor union representing a large number of educators in a major metropolitan public school system recognized this need and partnered with Perficient to implement a scalable Salesforce Marketing Cloud Personalization solution. This collaboration aimed to drive member engagement, increase portal […]
Sitecore JSS Experience Editor Rendering Wrappers
Sitecore’s Experience Editor aids Content Author/Editor in creating pages effortlessly, however, it can be bewildering at the same time for authors who are creating new pages with minimal knowledge about the website’s placeholders and renderings. Experience Editor by default does not provide details about which rendering is present and what data source it is using, […]