Big Idea or Enduring Question: How can you prevent the downloading of critical data through reports? Objectives: After reading this blog, you’ll be able to: Understand Data Classification Set up Data Classification for Fields Understand Transaction Security Create a Transaction Security Policy Implement Enhanced Apex Transaction Security And much more
Category: Developers
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
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
Pass Data From Lightning Web Component to Screen Flow
Big Idea or Enduring Question: How do you pass data from the lightning web component to the parent screen flow? Objectives: After reading this blog, you’ll be able to: Embed a lightning web component inside the screen flow Pass the data from the lightning web component to a flow variable
The Power of Enhanced Usage Metrics in Optimizing Platform Event Allocation
Big Idea or Enduring Question: How to monitor the consumption of Platform Events based on event name, client ID, event type, and usage type Objectives: After reading this blog, you’ll be able to: Gain a comprehensive understanding of platform events Discover the advantages of monitoring consumption patterns for system performance
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