Salesforce has four asynchronous apex which can handle long running job. This post will explain where to avoid batch apex and use Queueable Class instead.
integration
We mostly have requirements to upload files in file storage servers like AWS S3 Server, Dropbox, Google Drive, etc. This post will help in uploading files to S3 Server. We …
Verified phone is required by many clients for their business use case. Verified phone helps business to give their services to valid customers. Below are some reason where business are …
Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data upload. Bulk API V1.0 is custom REST API and V2.0 …
- Certificationintegration architectureQuestionSalesforceSalesforce
Difference between Salesforce WSDL Files
SOAP Integration is done using WSDL file in Salesforce. WSDL (Web Service Description Language) is used to describe functionalities provided by web service. This WSDL file can be used by …
Single Sign-On is authentication mechanism that enable users to securely authenticate with multiple applications and websites by using one set of credentials. SSO works based upon a trust relationship set …
Top 20 Salesforce Developer Interview Questions This post has the top 20 questions related to Salesforce integration and asynchronous apex. Asynchronous apex and integration are very important for processing large …
- 1
- 2