Tutorialspoint

Celebrating 11 Years of Learning Excellence! Use: TP11

Learn Salesforce (Admin + Developer) with LWC Live Project

person icon Parag Jambhulkar

4.7

Learn Salesforce (Admin + Developer) with LWC Live Project

Salesforce (Admin + Developer) with Lightning Web Components (LWC) Real Time Project

updated on icon Updated on Jun, 2025

language icon Language - English

person icon Parag Jambhulkar

category icon IT and Software ,Other IT and Software,Salesforce

Lectures -99

Resources -58

Duration -20.5 hours

Lifetime Access

4.7

price-loader

Lifetime Access

30-days Money-Back Guarantee

Training 5 or more people ?

Get your team access to 10000+ top Tutorials Point courses anytime, anywhere.

Course Description

Students will learn everything about Salesforce CRM, Apex programming language used in Salesforce, Salesforce Object Query Language used to perform operations on Salesforce Objects.  Students will learn how to work as Salesforce Admin and Salesforce Developer. 

Students will learn the Lightning Web Components programming model and how to develop/create projects using Lightning Web Components i.e. LWC programming model. 

Topics covered in this course:

  • ERP vs CRM | What are Enterprise Resource Planning (ERP) and Customer Relationship Management(CRM)?
  • Salesforce Admin vs Salesforce Developer.
  • Salesforce Terminologies | Basic Terms in Salesforce - Org, Object, Field, Record, Tab, App.
  • How To Create Salesforce Developer Org | How To Create Free Developer Account in Salesforce.
  • How To Write Your First Apex Program | Apex Hello World Program in Salesforce Developer Org.
  • What is APEX? | Features of APEX Programming Language | Salesforce Development Course.
  • How To Write Apex Class in Salesforce | Apex Class for Beginners.
  • Apex Access Modifiers |Access Modifiers in Apex Class Salesforce | Private Protected Public Global.
  • Apex Primitive Data Types |Salesforce Development | Integer, Long, Double, Decimal, Blob, id etc.
  • Apex Control Structures Part 1: Introduction | Salesforce Development.
  • Apex Conditional Statements |Apex Control Structures Part 2: Selection Structure if else Nested.
  • Switch When Statement in Apex Programming |Switch Case Statement |Apex Control Structures Part 3.
  • Looping Statements in Apex |Loop Structure in Apex in Salesforce |Apex Control Structures Part 4.
  • Apex List or Set Iteration for Loops | For Each Loop | Enhanced Range Based For Loop |Salesforce.
  • Apex break continue Statements | Jumping Statements in Apex | break | continue.
  • How To Create Custom Apps, Objects, Tabs, Fields (Columns), and Records (Rows) in Salesforce Classic.
  • How to Create App in Salesforce Lightning | How to Create Custom App in Salesforce Lightning.
  • Object Relationships in Salesforce | Master Detail Lookup One to Many, Many to Many Relationship.
  • Master Detail Lookup Relationship in Salesforce with Example.
  • Many To Many Relationships in Salesforce with Example.
  • Schema Builder in Salesforce.
  • SOQL in Salesforce | Salesforce Object Query Language | SELECT and WHERE keywords in SQL.
  • AND OR in SOQL Query | SOQL AND OR Condition | Salesforce Object Query Language.
  • IN LIKE in SOQL Query | SOQL IN LIKE | Salesforce Object Query Language.
  • ORDER BY clause in SOQL Query | Salesforce Object Query Language.
  • LIMIT and OFFSET Keywords in SOQL Query | Salesforce Object Query Language.
  • How To Run SOQL Queries in Apex Programming Language | SOQL in Apex | Salesforce Development.
  • Apex Insert DML Operation | Create Record in Salesforce Using Apex | SOQL Insert Query Example.
  • Apex Update DML Operation | SOQL Update Query Example | Update Record in Salesforce Using Apex.
  • Apex Delete DML Operation | SOQL Delete Query Example | Delete Record in Salesforce Using Apex.
  • Apex Undelete DML Operation | SOQL Undelete Query Example | Undelete Record in Salesforce Apex.
  • Exception Handling in Apex Part 1 | Salesforce Development.
  • Exception Handling in Apex Part 2 | Try, Catch, Throw, Finally Block | Salesforce Development.
  • Exception Handling in Apex Part 3 | Common Exception Methods in Apex | Salesforce Development.
  • Exception Handling in Apex Part 4 |Creating User-Defined or Custom Exception Class in Salesforce.
  • How to create a user in Salesforce Org.
  • What is a Role in Salesforce? How to manage Role Hierarchy in Salesforce?
  • What are Public Groups in Salesforce? | How to create and use public groups?
  • What are Queues in Salesforce? | Queue in Salesforce.
  • User Profile in Salesforce | How to create & edit Profile in Salesforce.
  • Page Layout in Salesforce Lightning | How to edit Page Layout in Salesforce.
  • Salesforce: How to make the tab visible to other users?
  • Salesforce Field Level Security vs Page Layout | Field Level Security Visible & Read Only.
  • Salesforce Permission Sets | Salesforce Permission Sets vs Profiles.
  • Salesforce Data Import Wizard vs Data Loader | Salesforce Data Management Tools.
  • Data Import Wizard in Salesforce | Data Import and Export in Salesforce | Tutorial.
  • Salesforce Data Loader Tutorial | How To Install on Windows | Insert, Update, Delete, Export Record.
  • Salesforce Data Export & Schedule Export Wizard | How can you Export or Backup Data | Salesforce.
  • How To Make Email Template in Salesforce |Dynamic Email Template in Salesforce with Merge Fields.
  • Visualforce Email Template in Salesforce with Example.
  • Workflow Rules in Salesforce with Example | Salesforce Workflow Rules with Example Explanation.
  • Salesforce Reports and Dashboards - Introduction.
  • Different Types of Reports in Salesforce | Tabular, Summary, Matrix, Joined Reports.
  • Salesforce Custom Report Type | How to Create Custom or New Report Type in Salesforce.
  • Salesforce Schedule Report | How to Schedule Reports in Salesforce.
  • Salesforce Dashboard Tutorial | Salesforce Dashboards for Tabular Summary Matrix Joined Reports.
  • What is sObject in Salesforce? | SObject Data Type in Salesforce |SObject Class Methods in Apex.
  • Trigger in Salesforce Apex with Examples | Apex Triggers Concepts & Scenarios in Salesforce.
  • Salesforce Trigger Context Variables.
  • Salesforce Lightning Web Components (LWC) Introduction.
  • Salesforce - How To Run Apex Code in Vscode | How To Create Apex Class in Visual Studio Code.
  • Create First Lightning Web Component & Deploy to Salesforce Org |Create LWC Component in vs code.

Goals

  • Students will learn everything about Salesforce CRM.
  • Students will learn the Apex programming language used in Salesforce.
  • Students will learn Salesforce Object Query Language used to perform operations on Salesforce Objects.
  • Students will learn how to work as Salesforce Admin and Salesforce Developer.
  • Students will learn the Lightning Web Components programming model.
  • Students will learn how to develop/create projects using Lightning Web Components i.e. LWC programming model.

Prerequisites

  • Everything is explained from scratch. So that anyone from a technical/non-technical background can easily understand. Having knowledge of Object Oriented Programming will help to master Salesforce.
Learn Salesforce (Admin + Developer) with LWC Live Project

Curriculum

Check out the detailed breakdown of what’s inside the course

Introduction

4 Lectures
  • play icon ERP vs CRM | Enterprise Resource Planning and Customer Relationship Management 02:47 02:47
  • play icon Salesforce Admin vs Salesforce Developer 04:44 04:44
  • play icon Salesforce Terminologies | Basic Terms in Salesforce - Org, Object, Field, Tabs 09:03 09:03
  • play icon How To Create Salesforce Developer Org | How To Create Free Developer Account 06:13 06:13

Apex Programming Language

5 Lectures
Tutorialspoint

Apex Control Structures

6 Lectures
Tutorialspoint

Custom App

6 Lectures
Tutorialspoint

SOQL - Salesforce Object Query Language

12 Lectures
Tutorialspoint

Exception Handling in Apex (Salesforce)

4 Lectures
Tutorialspoint

Creation of Users/Roles/Public Groups/Queues

9 Lectures
Tutorialspoint

Data Management Tools

4 Lectures
Tutorialspoint

Email Templates in Salesforce

2 Lectures
Tutorialspoint

Workflow Rules

1 Lectures
Tutorialspoint

Reports and Dashboards

5 Lectures
Tutorialspoint

SObject in Apex Salesforce

1 Lectures
Tutorialspoint

Apex Trigger

2 Lectures
Tutorialspoint

Lighting Web Components (LWC)

25 Lectures
Tutorialspoint

Salesforce LWC Real Time Project

7 Lectures
Tutorialspoint

Async Apex

5 Lectures
Tutorialspoint

ChatGPT for Salesforce Development

1 Lectures
Tutorialspoint

Instructor Details

Parag Jambhulkar

Parag Jambhulkar

Course Certificate

Use your certificate to make a career change or to advance in your current career.

sample Tutorialspoint certificate

Our students work
with the Best

Related Video Courses

View More

Annual Membership

Become a valued member of Tutorials Point and enjoy unlimited access to our vast library of top-rated Video Courses

Subscribe now
Annual Membership

Online Certifications

Master prominent technologies at full length and become a valued certified professional.

Explore Now
Online Certifications

Talk to us

1800-202-0515