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

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

Calculate Overall Code coverage in Salesforce

Big Idea or Enduring Question: How to calculate overall code coverage in Salesforce?  Objectives: After reading this blog, you’ll be able to: Compile all test classes Estimate your organization’s code coverage Use SOQL via Tooling API to calculate code coverage and much more Business Use case Isabella Stewart is working

Read More

Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

Read More