Salesforce Lightning : Component Development with Hands-On
Salesforce Lightning : Component Development with Hands-On, available at $19.99, has an average rating of 3.65, with 35 lectures, based on 69 reviews, and has 345 subscribers.
You will learn about After taking this course students can learn how to create lightning components / apps with (or) without coding. This will help you start your career with Salesforce Lightning, this course is not for experienced Salesforce Lightning Developers This course involves development of components in Salesforce Lightning. The first 3 sections are related to building the components using configuration. I have explained in detail each and every topic for beginners to understand. If you find the pace slow please feel free to increase the video speed. From section 4 onwards coding starts for which you need to understand basics of HTML, Javascript and APEX. Developers can directly start with section 4. This course is ideal for individuals who are This course is intended for beginners in Salesforce Lightning who want to learn how to create Lightning Apps and Components , it has two parts the first deals with the Lightning App builder it in intended for a person who is trying to learn how to build lightning Components without coding. In the second part development concepts are discussed it is intended for beginners in salesforce lightning development who want to learn how to build the components using coding so that it can be customized according to user expectations. or This course is not for those who are experienced Salesforce Lightning Developers, it is intended for Beginners who are trying to learn the lightning concepts. or For those of you who want to understand the coding concepts, you can directly jump to Section four of this course. From section four onward all development concepts are discussed. or For those of you who want to understand the Admin part, and are new to lightning. You can take the course from beginning. It is particularly useful for This course is intended for beginners in Salesforce Lightning who want to learn how to create Lightning Apps and Components , it has two parts the first deals with the Lightning App builder it in intended for a person who is trying to learn how to build lightning Components without coding. In the second part development concepts are discussed it is intended for beginners in salesforce lightning development who want to learn how to build the components using coding so that it can be customized according to user expectations. or This course is not for those who are experienced Salesforce Lightning Developers, it is intended for Beginners who are trying to learn the lightning concepts. or For those of you who want to understand the coding concepts, you can directly jump to Section four of this course. From section four onward all development concepts are discussed. or For those of you who want to understand the Admin part, and are new to lightning. You can take the course from beginning.
Enroll now: Salesforce Lightning : Component Development with Hands-On
Summary
Title: Salesforce Lightning : Component Development with Hands-On
Price: $19.99
Average Rating: 3.65
Number of Lectures: 35
Number of Published Lectures: 35
Number of Curriculum Items: 35
Number of Published Curriculum Objects: 35
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- After taking this course students can learn how to create lightning components / apps with (or) without coding.
- This will help you start your career with Salesforce Lightning, this course is not for experienced Salesforce Lightning Developers
- This course involves development of components in Salesforce Lightning. The first 3 sections are related to building the components using configuration.
- I have explained in detail each and every topic for beginners to understand. If you find the pace slow please feel free to increase the video speed.
- From section 4 onwards coding starts for which you need to understand basics of HTML, Javascript and APEX. Developers can directly start with section 4.
Who Should Attend
- This course is intended for beginners in Salesforce Lightning who want to learn how to create Lightning Apps and Components , it has two parts the first deals with the Lightning App builder it in intended for a person who is trying to learn how to build lightning Components without coding. In the second part development concepts are discussed it is intended for beginners in salesforce lightning development who want to learn how to build the components using coding so that it can be customized according to user expectations.
- This course is not for those who are experienced Salesforce Lightning Developers, it is intended for Beginners who are trying to learn the lightning concepts.
- For those of you who want to understand the coding concepts, you can directly jump to Section four of this course. From section four onward all development concepts are discussed.
- For those of you who want to understand the Admin part, and are new to lightning. You can take the course from beginning.
Target Audiences
- This course is intended for beginners in Salesforce Lightning who want to learn how to create Lightning Apps and Components , it has two parts the first deals with the Lightning App builder it in intended for a person who is trying to learn how to build lightning Components without coding. In the second part development concepts are discussed it is intended for beginners in salesforce lightning development who want to learn how to build the components using coding so that it can be customized according to user expectations.
- This course is not for those who are experienced Salesforce Lightning Developers, it is intended for Beginners who are trying to learn the lightning concepts.
- For those of you who want to understand the coding concepts, you can directly jump to Section four of this course. From section four onward all development concepts are discussed.
- For those of you who want to understand the Admin part, and are new to lightning. You can take the course from beginning.
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.
Course Curriculum
Chapter 1: Introduction & Setup
Lecture 1: Salesforce (What, Why, Who)?
Lecture 2: Create your own Developer Org
Lecture 3: Create and Enable Custom Domain
Lecture 4: Create your own namespace
Chapter 2: Create New Lightning App Page – without coding
Lecture 1: Scenario to be Developed
Lecture 2: Create new Accounts with Contacts Report
Lecture 3: Create a component with Standard Report created in previous lecture
Lecture 4: Create another Component with Standard List Items
Lecture 5: Activate Accounts with Contacts Lightning App page
Chapter 3: Create new Lightning Home Page – without Coding
Lecture 1: Scenario to be Developed
Lecture 2: Create new List View Component for Accounts Object
Lecture 3: Create new Recent Items for Accounts and Contacts
Lecture 4: Create new List View for Opportunity Object
Lecture 5: Create new List View Component for Lead Object (with Filter)
Lecture 6: Activate New Sales Lightning App home page
Chapter 4: Create a New Component with display and New button functionality – with coding
Lecture 1: Scenario to be Developed
Lecture 2: Create New APEX class to retrieve Contact details
Lecture 3: Create New Lightning Component to display the data retrieved
Lecture 4: Create New Component Controller to call the APEX class to retrieve the data
Lecture 5: Add out new component to Accounts Record Page
Chapter 5: Validating the objects which we have created so far – testing
Lecture 1: Validate the overall development till now and test it
Chapter 6: Enhance the Component with Edit and Save button functionality – with coding
Lecture 1: Scenario to be Developed
Lecture 2: Create the APEX Controller for retrieving and updating the information
Lecture 3: Add the Logic in the component
Lecture 4: Create the component controller to edit / save the records
Lecture 5: Create the Helper with the javascript logic
Lecture 6: Add Component Style
Lecture 7: Adding our component to the record page and testing it
Chapter 7: Create a New component for Opportunities with Delete Functionality – with coding
Lecture 1: Scenario to be Developed
Lecture 2: Create a New APEX Controller for Select and Delete functionality
Lecture 3: Create a Component for selecting Opportunities to be Deleted
Lecture 4: Create a Component Controller to add logic for selecting and deleting records
Lecture 5: Deploy the New Opportunities Component in the Account Record page and test it
Chapter 8: Adding Custom Validations to input fields before sending the request to Database
Lecture 1: Scenario to be Developed
Lecture 2: Changing the code in Component and Controller to add validations
Instructors
-
Vishal Saxena
Techno-Functional Architect at MNC
Rating Distribution
- 1 stars: 5 votes
- 2 stars: 2 votes
- 3 stars: 10 votes
- 4 stars: 23 votes
- 5 stars: 29 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024