Kirandeep
Individual
@kirandeep
•
Joined January 2020
Salesforce to Salesforce Integration Using SOAP API
Blog
in Salesforce integration
Introduction to SOAP API SOAP API stands for Simple Object Access Protocol API which supports XML only. It can be used to create, update, delete,…
What is Wrapper Class in Salesforce - Everything you Need to Know
Blog
in Others, Salesforce, Salesforce Apex
Wrapper Class is a class within a class that stores a group of different or similar data type values into a single object. In other…
Queueable Apex in Salesforce - Concept to Implementations
Blog
in Salesforce Apex
INTRODUCTION Queueable Apex is an apex code that runs Asynchronously like a future method. Here the term Asynchronous means running in the background . Queueable…
Future Methods in Salesforce: An Overview
Blog
in Others
Future methods are is a set of code that runs in the background. It is basically an asynchronous process. Don’t forget to check out: Asynchronous…
- Viewing 13 - 16 of 16 blogs