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

Never Miss a Beat: Notifications for Prospect Removal in Sales Engagement Cadence

Big Idea or Enduring Question: How do you notify the lead owner when someone removes a lead from the Sales Engagement Cadence? Objectives: After reading this blog, you’ll be able to: Understand the Change Data Capture Understand ActionCadenceTracker object  Subscribe to Change Events Using an Apex Trigger Call an Autolaunched

Read More

Mastering the Art of Scheduling Batch Class in Apex

Big Idea or Enduring Question: How can the System.schedule() method be utilized for scheduling an Apex Batch job? Objectives: After reading this blog, you’ll be able to: Setup scheduled job though the Salesforce setup Understand the function and significance of the System.schedule() method. Learn step-by-step how to schedule an Apex

Read More