Sending Email Template as attachement is one of the basic requirement in Salesforce. This blog will give steps for sending Email Template as Email Attachement.
lightning
In 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 Flow is an excellent tool that empowers any business to create and extend the power of process automation to any customer or employee experience. We can leverage the power …
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. …
Logo 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 …
Lightning Web Component has an excellent element lightning-tab that keeps related information in a single container. By default, it will not show icons along with the label. Normally we want …
When developing new features, some time we reach org character limit. In that case we have to remove unused code from Salesforce org. Let us create excel report of all …