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.
Category: Apex
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
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
Salesforce Object Key Prefix List
Big Idea or Enduring Question: How to find the Object Key Prefix for a specific object as well as for every standard object available in an org? Objectives: After reading this blog, you’ll be able to: Understand what the Salesforce Object Key Prefix is. Have a script to find the
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
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
Set Created Date For Test Class sObject in Apex
Big Idea or Enduring Question: How can the Created Date be set for an sObject within a test context? Objectives: After reading this blog, you’ll be able to: Gain a comprehensive understanding of the setCreatedDate method related to Apex tests Set the created date for the test class record and
Check if a String is Null, Empty or Blank in Apex
Big Idea or Enduring Question: How to check in Apex if a Text field is null, empty or blank? Objectives: After reading this blog, you’ll be able to: Differentiate between null, empty and blank Check if a text field field is null Check if a text field field is empty
