Category Lightning Components

Discussion about only related to Lightning Components.

Create Record By Lightning Data Service

Create Record By Lightning Data Service In this section, we will create a Contact Record from Account using Lightning Data Service(LDS) in Lightning Experience. Step 1: Create a component bundle named “createContactByLDS”. createContactByLDS.cmp | to create Contact record from Account…

6,093 total views, 1 views today

Load Record by Lightning Data Service

Loading record by Lightning Data Service In Lightning Experience, we will load the Account record with some attributes from Contact by Lightning Data Service. Step 1: Need to create a Lightning Component named “loadAccount“. loadAccount.cmp | It will show the…

3,529 total views, 1 views today

Lightning Data Service

What is Lightning Data Service(LDS)? -Lightning Data Service is the data layer for Lightning. We can load, create, edit or delete a particular record by LDS without calling Server/Apex Class. You can compare Standard Visualforce Controller to Lightning Data Service.…

4,677 total views, no views today

How to use Map in Lightning Component?

Map: This is an collection of Key-Value pair items. A Map can’t contain duplicate keys. How to use Map in Lightning Component? A. How can we define and access the Map in Lightning Component? B. How can we define and…

6,298 total views, 1 views today

How to use List in Lightning Component?

List: This is an ordered collection of items. A List can contain duplicate values. We can directly iterate List in Lightning Component. How to use List in Lightning Component? Step 1:  Need to write a Selector Apex Class which will…

8,462 total views, no views today

Call Lightning Component from Flow

Call Lightning Component from Flow In this section, we will call a Lightning Component from a Flow. Same Assignment: Create a Contact by Lightning Component calling from a Flow. To do this assignment, we will use Lightning Data Service. Step…

3,527 total views, no views today

Call Flow from Lightning Component

Call Flow from Lightning Component In this section, we will call a Flow from a Lightning Component. Same Assignment: Create a Contact by Flow calling from Lightning Component. Step 1: Create a flow from Cloud Flow Designer. Already, we have…

6,362 total views, no views today

Flow distribution for Lightning Record Page

Flow distribution for Lightning Record Page In this section, we will learn how to refer flow in Lightning Record Page. We will create a contact record from an account by flow placing in account record page in Lightning Experience. Basic…

2,961 total views, 1 views today