Salesforce Lightning : Component Development with Hands-On
- 3.6
Brief Introduction
Simple and easy way of building Salesforce Lightning Components using Salesforce Development and Salesforce AdminDescription
This course is for beginners in Salesforce Lightning who would like to learn how to build Lightning Components in various ways. It explores various ways of developing Salesforce Lightning Apps. It is made up of two parts:
The First one is to develop Lightning Pages (App and Home) using Lightning App Builder and the second one is to develop custom components and add them to Accounts record page using Lightning Component, Controller and APEX class and to perform various actions on it using coding.
You will learn how to use various standard parts of Lightning App Builder like List View, Report Chart and Recent items. In addition, you will also learn how to use queries (like: select, update, delete,etc) in APEX class; write Javascript code in Component Controllers / Helpers to fetch the records and display them on the component. You will also learn how to use various ways of querying, creating, modifying and deleting records. You will be learning how to Edit, Save records using lightning components, how to delete them and also use Toast to display Success, Error messages. In the last section you will learn how to perform custom validations on input fields in Lightning Components.
Requirements
- Requirements
- For the first three sections in this course you need not have any coding knowledge, as it is related to building Lightning Components using Lightning App Builder. First three sections are for those who want to learn how to build Lightning Components using Lightning App Builder.
- For the later sections of this course you need to have basic coding knowledge in HTML, Javascript and APEX as it is related to coding.
- I'll try to explain in as detail as possible for beginners to understand the concept.