Hello folks, In this tutorial, I am going to create a Trigger on Lead to Send Email to Contact on Lead Conversion. Lead Trigger to Send Email to Contact on Lead Conversion: trigger LeadTrigger on Lead (after update) { Set < Id > setContactIds = new Set < Id >(); List< Messaging.SingleEmailMessage> lstEmail=new List<…
V LOOKUP in Microsoft Excel
Hi, folks in this tutorial I am going to show you what is V LOOKUP in Microsoft Excel with an example. V LOOKUP in Microsoft Excel: THE V LOOKUP function is a very important part of excel and if you know this function in excel it will help you a lot in terms of completing…
How to Create Lightning Component Tab in Salesforce
Hello Folks, In this tutorial We are going to understand how to create Lightning Tab in Salesforce. How to Create Lightning Tab in Salesforce: 1- Click on the setup in the salesforce classic. 2- Search for Tabs. 3- Goto Lightning Page Tab Section and Click on the New button. 4- Enter the required details and…
Bootstrap DateTimePicker using Angular JS in ASP.NET MVC
Hi folks, Here I will show you how to create Bootstrap DateTimePicker using Angular JS in ASP.NET MVC. Bootstrap DateTimePicker using Angular JS in ASP.NET MVC: Before starting the development we need to add the following JS and CSS references to our application. JS References: Jquery Moment JS Angular JS Bootstrap DateTimePicker. CSS References: Bootstrap.min.css.…
Create a Custom Detail Page Button on Standard Object
Hello friends, In this tutorial, I am going to show you how can we Create a Custom Detail Page on Standard Object. Create a Custom Detail Page Button On Standard object: In this example, I will create a Custom Detail Page Button and add this button on the Accord Page to Generate PDF. The PDF…