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
Category: Developers
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
Automatically Refresh Your Salesforce Dashboard Every Hour or Minute
Big Idea or Enduring Question: How can you leverage Salesforce Reports and Dashboards REST API to automatically refresh a dashboard every hour or every minute in Salesforce using Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Create a Connected App and Auth Provider. Create Named Credentials for
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
The Shield of Security: Preventing Data Downloads with Data Classification
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
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
Automate Currency Exchange Rate Updates in Salesforce using Currency Exchange API
Big Idea or Enduring Question: How can you leverage Currency Exchange API to automatically update exchange rates on a daily basis in Salesforce using Salesforce Flow Objectives: After reading this blog, you’ll be able to: Create Named Credentials for outbound requests. Make an external callout from Scheduled-Triggered Flow. Address the
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
