AWS S3 is used to store salesforce files. This post will give detailed information about downloading S3 File using AWS Signature Version 4.0
Apex
- 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…
- ApexArchitectureSalesforce
Generic Apex class for Calling External System
by Dhanik Lal Sahni July 13, 2021Integration with external system is very common requirement in Salesforce application. For this we can go for declarative external service or create apex class for each type of integration. Declarative…
- ApexLightningSalesforce
Send Email Template As PDF Attachment using Salesforce Apex
by Dhanik Lal Sahni July 4, 2021Sending Email Template as attachement is one of the basic requirement in Salesforce. This blog will give steps for sending Email Template as Email Attachement.
- ApexSalesforce
Stop Serialization and Deserialization of Object In Apex
by Dhanik Lal Sahni June 9, 2021Serialization is a process of converting an apex object into stream of bytes so that it can be transferred over a network or stored in a salesforce record. Deserialization is the…
- 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…
Apex code coverage is important when we move code from one Sandbox to other or production environment. In sandbox environment, we can move code without minimum code coverage but for…
- Apexintegration architectureSalesforce
Monitor Salesforce API Limit
by Dhanik Lal Sahni April 18, 2021A single Salesforce orgs can be utilized by multiple clients. If our clients are calling Salesforce APIs for data upload, data creation etc or we are calling client system to…
- ApexLightningSalesforce
Convert Datetime of one Timezone to Datetime of another Timezone
by Dhanik Lal Sahni April 9, 2021In some real time use cases, we need to convert datetime of one time zone to datetime of another timezone. This post will give different way of time conversion in…
- ApexEinsteinLightningSalesforce
Create OCR App using Salesforce Einstein OCR API
by Dhanik Lal Sahni June 26, 2020Nowadays organizations are going for digital automation for most of their repetitive works like manual entries of records from printed forms. This manual entry requirement can be for application form,…