DEV Community

Cover image for Use your Javascript and Typescript skills in Salesforce
Rajasneha
Rajasneha

Posted on

Use your Javascript and Typescript skills in Salesforce

Salesforce functions - a new game changer by Salesforce, allows you to extend the platform logic in Javascript, Typescript and Java.

Image description

An illustrated overview of what Salesforce functions are —

1/ Your Javascript functions are hosted in isolated but salesforce managed infrastructure.

Image description

2/ Develop business logic in Javascript, Typescript and Java and use any Open source or external libraries.

Image description

3/ Call functions from your Apex. But forget Authentication! Salesforce handles it implicitly.

Image description

4/ Offload heavy computation tasks to functions. The infrastructure auto scales without manual intervention upon load.

Image description


Liked the illustrated concepts?

Follow and share in twitter to help the Salesforce and Javascript community.

Visit https://rsforce.net for more illustrations!

Top comments (0)