Capturing signature is very important for many business use cases specifically for Salesforce community portals where we get agreement signed by customers. There are many contract management application available for…
lightning
LWC select presents menus of options. Sometime we need option group in menu. This post will give step by step information to create option group in lwc select.
OTP is another form of multi-factor authentication (MFA) for securing our protected information. This post will explain how to generate OTP in LWC.
- 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…
- 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.
- 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 the date time of one time-zone to the date time of another timezone. This post will show how to convert Datetime…
- Lightning FlowSalesforce
Top 10 Best Practice for Lightning Flow
by Dhanik Lal Sahni January 14, 2021Lightning Flow is excellent tool that empowers any business to create and extend the power of process automation to any customer or employee experience. We can leverage power of low-code,…
lightning-dual-listbox is used to show two side-by-side listboxes. This component can be used to show list of available options and selected options. Recently my team got requirement where selected options…
Platform events enable application to deliver secure, scalable, and customizable event notifications within the Salesforce platform or from external source. In this post we will publish platform events from ASP.NET…
Most of the time we have a requirement to store files in other cloud storage services like AWS, Microsoft One Drive, Dropbox, Google Drive, etc. This depends on clients’ requirements…