Salesforce Screen Actions Tutorial | Practical Use Case
Screen Actions introduce a new way to build more interactive and responsive Screen Flows in Salesforce. In this video, we walk through a practical example where a Screen Flow creates…
Screen Actions introduce a new way to build more interactive and responsive Screen Flows in Salesforce. In this video, we walk through a practical example where a Screen Flow creates…
Dynamic Forms make Lightning Record Pages much more flexible by allowing fields and sections to be controlled directly from the Lightning App Builder. However, if you're upgrading an existing implementation,…
Here is a short tutorial on how to create a simple sequence diagram using platuml https://www.youtube.com/watch?v=_cljcRTAzDU Final Sequence Diagram PlantUML Source Code @startuml title oAuth2.0 Authorization Code Flow <style> sequenceDiagram…
In this video we will learn an overview of oAuth2.0 . This is a deep dive video to understand what was the need for oAuth2.0. We will cover the following…
In this deep-dive walkthrough, I implement complete Basic Authentication setup using Salesforce Named Credentials and a Node.js backend, simulating a real-world integration that expects a base64-encoded Authorization header. This isn’t…
In this hands-on walkthrough, I demonstrate how to simulate a real external system and test Salesforce outbound callouts using Ngrok and Node.js Instead of abstract mock servers or dummy endpoints,…
In this deep-dive session, I walk through a full Custom Authentication setup using Salesforce Named Credentials and a Node.js backend that expects a custom api key in header. This isn’t…
In this deep-dive session, I walk through a complete JWT OAuth 2.0 integration — where a Node.js backend securely authenticates to Salesforce using a signed JWT. This is a real-world…
Managing user permissions manually gets messy as orgs scale.Salesforce’s new User Access Policies let you automate user assignments to:-Permission Set Licenses-Permission Sets-Permission Set Groups-Package Licenses-Queues-Public GroupsPolicies get triggered based on…
“Need a quick and consolidated view of a user’s access in Salesforce?The ‘View Summary’ button on User records provides exactly that.It displays:• Object & Field Permissions• User Permissions• Public Group…