Elevate Your Screen Flows with a Customizable Counter Component

Big Idea or Enduring Question: How can I build a counter component that elevates user experience for adding or removing numbers in Salesforce Screen Flows? Objectives: After reading this blog, you’ll be able to: Create a custom counter component using Lightning Web Components for Screen Flows Add and configure your

Read More

Dynamic Progress Bar for Form Completion in Salesforce Flow

Big Idea or Enduring Question: How can I display a progress path in a Screen Flow to indicate the progress of a form? Objectives: After reading this blog, you’ll be able to: Create a Lightning Web Component to show a progress path in Screen Flow Add and configure a custom

Read More

Create a Lightning Web Component for CRM Analytics Dashboards

Big Idea or Enduring Question: How Do You Create a Lightning Web Component for Use with CRM Analytics Dashboards? Objectives: After reading this blog, you’ll be able to: Create and embed a custom Lightning Web Component in CRM Analytics Dashboards. Display data in a Lightning Datatable, including handling blank fields.

Read More

A Step-by-Step Guide to Creating and Downloading Multiple Files as a Zip Folder

Big Idea or Enduring Question: How to Create and Download Multiple Files as a ZIP Folder in Salesforce? Objectives: After reading this blog, you’ll be able to: Load and utilize a JavaScript library like JSZip to create ZIP files on the client side. Create and configure a Lightning Web Component

Read More

A Step-by-Step Guide to Merging and Displaying PDFs in Salesforce

Big Idea or Enduring Question: How to Merge PDFs and Display Them on the UI in Salesforce?  Objectives: After reading this blog, you’ll be able to: Understand the needs of using a JavaScript library to merge PDFs. Load and utilize a JavaScript library like PDF-LIB to merge PDF files on

Read More

Salesforce Apps with Lightning Web Components

With Salesforce’s impressive compound annual revenue growth (CAGR) of 29.04% over the past decade and holding a significant 23.8% market share in the CRM market, it’s clear that Salesforce technologies, including LWC, play a role in driving business success.  This growth and market dominance highlights the importance of custom Salesforce

Read More

Send Email as a Quick Action Using Lightning Web Component

Big Idea or Enduring Question: How can you set up Send Email as a Quick Action in Salesforce Lightning Experience? Objectives: After reading this blog, you’ll be able to: Understand the needs for using Lightning Web Components to create a Quick Action for sending emails Learn about encodeDefaultFieldValues and  invoke

Read More

Embed Screen Flows in Lightning Web Component

Big Idea or Enduring Question: How do you embed a screen flow within a lightning web component? Objectives: After reading this blog, you’ll be able to: Embed the screen flow inside a lightning web component Apply conditional rendering in lightning web component Use uiRecordApi to fetch the record’s field value

Read More