
We Will Discuss The Agenda of this course and What to expect from this course
In This Video we will understand what Salesforce Functions is and what are the different terminology used in Salesforce Functions
In This Video we will explore a Decision Tree to Decide if we Should Solve a Problem using Salesforce Functions or through Core Apex solutions.
We Will Go through some of the Use cases of Salesforce Functions.
Let's Explore the Architecture of Salesforce Functions and Where it sits in the Salesforce Platform.
Let's install all the tools we would need to work with Salesforce Functions.
We will create a new Salesforce Trail Org which has Salesforce Functions Enabled, we will also Discuss How to Enable Functions in Existing Production Org. We will also discuss the Functions permission Set which Gets Created when we Enable Functions in an Org.
In this lecture, we will Understand what a Function/Compute Space is.
We will discuss a Very Special user in each org and what is its Role in Salesforce Functions.
In this video we will learn how to create a new compute Space which is connected to a Salesforce Org, we will create a new Function in Java Language and will deploy the Function to this New Compute Space
We will learn How to invoke functions from Apex classes and how to Debug the Functions log from the Terminal.
Revising all the Steps we Performed for our First Function
In this Lecture, we will create a JavaScript function and will understand how Deployment happens in Function Space with the help of git CLI.
In this lecture, we will learn how security is maintained for the salesforce data in Functions.
We will discuss and implement various invocation patterns from Salesforce Org to Function Space.
in This Video we Will run How to Run Functions on Local Server for faster Development and Debugging.
In this video we will learn Salesforce SDK to work with Salesforce Data.
We will continue Exploring Salesforce SDK in this lecture and will learn more interfaces and methods to work with salesforce data.
We will learn, how to import various Libraries in Salesforce functions and how to use them to solve Salesforce Problems.
We will explore various commands Present in the SF namespace in this Video.
We will cover Various functions Limits and will learn different Best Practices to follow when working with Salesforce Functions.
Note:- Salesforce has announced that it will be retiring Functions from January 31, 2025, which means that Salesforce will not support Functions. However, these functions can be hosted on Heroku and can still work as they are working today. This means that the industry-standard solution that we were creating using Functions can still be created, but we will have to host the solution on our server, for example, on Heroku.
Welcome to The Salesforce Functions Course where we will learn the Power Of Elastic Computing using Salesforce Functions. With Salesforce functions you can Create Scalable Solutions using industry Standard languages such as java, JavaScript, and TypeScript on the Salesforce Platform.
This course is designed to learn Salesforce Functions from the very beginning and then advanced level. In this course, you will be able to learn every basic information about Salesforce Functions.
Salesforce Functions is a cloud-based platform for building and deploying custom business applications. It provides a range of tools and features to help businesses automate their processes.
In This Course We will create Functions, we will Create Compute Space and Deploy the Function To Compute Space so that it can be invoked From the Apex class On Demand.
We will understand The Architecture of Salesforce functions. we will understand the Security of Salesforce functions. We will also learn various Invocation patterns and will implement them.
we will also Utilize The salesforce SDK to work with Salesforce Data from Salesforce Functions. we will create Salesforce Functions that use Different Libraries of these Industry standard languages to solve a Problem.
Note:-
You will get the PPT of each lecture
Code related to each lecture
New Videos will be added in the coming future with other Salesforce Functions Topic