OTP is another form of multi-factor authentication (MFA) for securing our protected information. This post will explain how to generate OTP in LWC.
lightning
- 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 datetime of one time zone to datetime of another timezone. This post will give different way of time conversion in…
- 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…
A lightning-datatable component displays tabular data based on data rows and columns provided. We required this component on many pages in the project.Instead of putting this component on every page.…
- Salesforce
Logo Recognition using Google Cloud Vision in Salesforce
by Dhanik Lal Sahni July 31, 2020Logo recognition allows companies to detect where on the web their brand logo appears. Companies pay hefty amounts to sponsor events and raise brand visibility. This brand awareness benefits companies in different…