We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.
integration
- ApexArchitectureIntegrationSalesforce
Avoid Batch Apex and Use Queueable Class
by Dhanik Lal Sahni November 5, 2021Salesforce has four asynchronous apex which can handle long running job. This post will explain where to avoid batch apex and use Queueable Class instead.
- ApexArchitectureAWSintegration architectureSalesforce
Use Named Credential to Upload File in S3
by Dhanik Lal Sahni July 21, 2021We 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…
- ApexLightningLightning FlowSalesforce
Verify Phone in Salesforce using VeriPhone API
by Dhanik Lal Sahni May 27, 2021Verified 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…
- ArchitectureCertificationintegration architectureSalesforce
Using Salesforce Bulk API V2
by Dhanik Lal Sahni December 26, 2020Salesforce 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
by Dhanik Lal Sahni November 17, 2020SOAP 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…
- CertificationSalesforce
Configure SAML Single Sign-on between two Salesforce Orgs
by Dhanik Lal Sahni November 10, 2020Single 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…
- QuestionSalesforceSalesforce
Top 20 Salesforce Developer Interview Questions
by Dhanik Lal Sahni January 17, 2020Top 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…