image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

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 Lightning Web Components programming model and how to develop/create project using Lightning Web Components i.e. LWC programming model.
Topics covered in this course
1. ERP vs CRM | What is Enterprise Resource Planning (ERP) and Customer Relationship Management(CRM)
2. Salesforce Admin vs Salesforce Developer
3. Salesforce Terminologies | Basic Terms in Salesforce - Org, Object, Field, Record, Tab, App
4. How To Create Salesforce Developer Org | How To Create Free Developer Account in Salesforce
5. How To Write Your First Apex Program | Apex Hello World Program in Salesforce Developer Org
6. What is APEX? | Features of APEX Programming Language | Salesforce Development Course
7. How To Write Apex Class in Salesforce | Apex Class for Beginners
8. Apex Access Modifiers |Access Modifiers in Apex Class Salesforce | Private Protected Public Global
9. Apex Primitive Data Types |Salesforce Development | Integer, Long, Double, Decimal, Blob, id etc.
10. Apex Control Structures Part 1 : Introduction | Salesforce Development
11. Apex Conditional Statements |Apex Control Structures Part 2 : Selection Structure if else Nested
12. Switch When Statement in Apex Programming |Switch Case Statement |Apex Control Structures Part 3
13. Looping Statements in Apex |Loop Structure in Apex in Salesforce |Apex Control Structures Part 4
14. Apex List or Set Iteration for Loops | For Each Loop | Enhanced Range Based For Loop |Salesforce
15. Apex break continue Statements | Jumping Statements in Apex | break | continue
16. How To Create Custom App, Objects, Tabs, Fields (Columns), Records (Rows) in Salesforce Classic
17. How to Create App in Salesforce Lightning | How to Create Custom App in Salesforce Lightning
18. Object Relationships in Salesforce | Master Detail Lookup One to Many, Many to Many Relationship
19. Master Detail Lookup Relationship in Salesforce with Example
20. Many To Many Relationship in Salesforce with Example
21. Schema Builder in Salesforce
22. SOQL in Salesforce | Salesforce Object Query Language | SELECT and WHERE keywords in SOQL
23. AND OR in SOQL Query | SOQL AND OR Condition | Salesforce Object Query Language
24. IN LIKE in SOQL Query | SOQL IN LIKE | Salesforce Object Query Language
25. ORDER BY clause in SOQL Query | Salesforce Object Query Language
26. LIMIT and OFFSET Keywords in SOQL Query | Salesforce Object Query Language
27. How To Run SOQL Queries in Apex Programming Language | SOQL in Apex | Salesforce Development
28. Apex Insert DML Operation | Create Record in Salesforce Using Apex | SOQL Insert Query Example
29. Apex Update DML Operation | SOQL Update Query Example | Update Record in Salesforce Using Apex
30. Apex Delete DML Operation | SOQL Delete Query Example | Delete Record in Salesforce Using Apex
31. Apex Undelete DML Operation | SOQL Undelete Query Example | Undelete Record in Salesforce Apex
32. Exception Handling in Apex Part 1 | Salesforce Development
33. Exception Handling in Apex Part 2 | Try, Catch, Throw, Finally Block | Salesforce Development
34. Exception Handling in Apex Part 3 | Common Exception Methods in Apex | Salesforce Development
35. Exception Handling in Apex Part 4 |Creating User Defined or Custom Exception Class in Salesforce
36. How to create user in Salesforce Org
37. What is Role in Salesforce? How to manage Role Hierarchy in Salesforce?
38. What are Public Groups in Salesforce? | How to create and use public groups?
39. What are Queues in Salesforce? | Queue in Salesforce
40. User Profile in Salesforce | How to create & edit Profile in Salesforce
41. Page Layout in Salesforce Lightning | How to edit Page Layout in Salesforce
42. Salesforce: How to make the tab visible for other users?
43. Salesforce Field Level Security vs Page Layout | Field Level Security Visible & Read Only
44. Salesforce Permission Sets | Salesforce Permission Sets vs Profiles
45. Salesforce Data Import Wizard vs Data Loader | Salesforce Data Management Tools
46. Data Import Wizard in Salesforce | Data Import and Export in Salesforce | Tutorial
47. Salesforce Data Loader Tutorial | How To Install on Windows | Insert,Update,Delete,Export Record
48. Salesforce Data Export & Schedule Export Wizard | How can you Export or Backup Data | Salesforce
49. How To Make Email Template in Salesforce |Dynamic Email Template in Salesforce with Merge Fields
50. Visualforce Email Template in Salesforce with Example
51. Workflow Rules in Salesforce with Example | Salesforce Workflow Rules with Example Explanation
52. Salesforce Reports and Dashboards - Introduction
53. Different Types of Reports in Salesforce | Tabular, Summary, Matrix, Joined Reports
54. Salesforce Custom Report Type | How to Create Custom or New Report Type in Salesforce
55. Salesforce Schedule Report | How to Schedule Reports in Salesforce
56. Salesforce Dashboard Tutorial | Salesforce Dashboards for Tabular Summary Matrix Joined Reports
57. What are sObject in Salesforce? | SObject Data Type in Salesforce |SObject Class Methods in Apex
58. Trigger in Salesforce Apex with Examples | Apex Triggers Concepts & Scenarios in Salesforce
59. Salesforce Trigger Context Variables
60. Salesforce Lightning Web Components (LWC) Introduction
61. Salesforce - How To Run Apex Code in Vscode | How To Create Apex Class in Visual Studio Code
62. Create First Lightning Web Component & Deploy to Salesforce Org |Create LWC Component in vs code
63. How To Delete LWC Component From Org |How To Delete Custom Lightning Web Component in Salesforce
64. Data Binding in LWC Salesforce | Lightning Web Components
65. Getter Property in Lighting Web Components (LWC) in Salesforce
66. Conditional Rendering in HTML in LWC | Apply if-else in Lightning Web Components in Salesforce
67. For Each Loop in LWC Salesforce |Render List using for each loop in HTML Lightning Web Component
68. Iterator Loop in LWC Salesforce |Render List using iterator loop in HTML Lightning Web Component
69. Decorators in LWC Salesforce Introduction | api, track, wire in Lightning Web Components
70. api Decorator in LWC Salesforce with Example | Public Property in Lightning Web Component
71. track Decorator in LWC Salesforce with Example | track Decorator in Lightning Web Component
72. wire Decorator in LWC Salesforce with Example | wire Decorator in Lightning Web Component
73. Use of wire Decorator / Adapter to call Apex Class Method from LWC | Lightning Web Components
74. Decorate Function with wire Decorator in LWC Salesforce | Lightning Web Component
75. Use querySelector() to Fetch Data in LWC | HTML Template Data Binding | Lightning Web Component
76. Use querySelectorAll to fetch Data in LWC | HTML Template Data Binding | Lightning Web Component
77. How To Create Lightning App Page in Salesforce
78. Data Communication in LWC Components | Message Passing in Lightning Web Components | Salesforce
79. Data Communication From Parent to Child LWC Component | Salesforce | Message Passing
80. Data Communication From Child to Parent LWC Component | Salesforce | Message Passing
81. How to pass multiple values from Child component to Parent component in LWC | Salesforce LWC
82. Lightning Message Service for Data Communication between unrelated LWC Components | Salesforce
83. Lightning Message Service for passing multiple values between unrelated LWC Components
84. Salesforce LWC Real Time Project Part 1 | Lightning Web Components Live Project in Salesforce
85. Salesforce LWC Real Time Project Part 2 | Child to Parent and Parent to Child Data Communication
86. Salesforce LWC Real Time Project Part 3 | Lightning Data Table | Lightning Web Components
87. Salesforce LWC Real Time Project Part 4 | wire Decorator Adapter to call Apex Class Method from LWC
88. Salesforce LWC Real Time Project Part 5 | Lightning Message Service | Lightning Web Components
89. Salesforce LWC Real Time Project Part 6 | Wire vs Imperative Apex Method Calls | Async and Await
90. Salesforce LWC Real Time Project Part 7 | Modal Popup | Lightning Data Service | Show Toast Message
Who this course is for:
Those who want to make career in Salesforce CRM as Salesforce Admin or Salesforce Developer.

What you'll learn

Students will learn everything about Salesforce CRM.

Students will learn 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 Lightning Web Components programming model.

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

Students will learn how to use ChatGPT for Development

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
2
1.1-I welcome you to this Course!!!
1.2-ERP vs CRM
Enterprise Resource Planning and Customer Relationship Management;1.3-Salesforce Admin vs Salesforce Developer;1.4-Salesforce Terminologies
2
Basic Terms in Salesforce - Org, Object, Field, Tabs
1.5-How To Create Salesforce Developer Org
How To Create Free Developer Account
1
2-Apex Programming Language
2.1-How To Write Your First Apex Program
2
Apex Hello World Program in Salesforce
2.2-What is APEX?
Features of APEX Programming Language
2
Salesforce Development
2.3-How To Write Apex Class in Salesforce
Apex Class for Beginners;2.4-Apex Access Modifiers
2
Access Modifiers in Apex Class Salesforce
2.5-Apex Primitive Data Types
Integer, Long, Double, Decimal, Blob, id etc.
1
3-Apex Control Structures
3.1-Apex Control Structures Part 1 : Introduction
2
Salesforce Development
3.2-Apex Conditional Statements
Apex Control Structures Part 2 : Selection;3.3-Switch When Statement in Apex Programming
2
Apex Control Structures Part 3
3.4-Looping Statements in Apex
Apex Control Structures Part 4;3.5-Apex List or Set Iteration for Loops
1
For Each Loop
Enhanced or Range Based;3.6-Apex break continue Statements
1
Jumping Statements in Apex
break
1
continue
4-Custom App
3
4.1-How To Create Custom App, Objects, Tabs, Fields (Columns), Records (Rows)
4.2-How to Create Custom App in Salesforce Lightning
4.3-Object Relationships in Salesforce
Master Detail, Lookup, Many to Many;4.4-Master Detail Lookup Relationship in Salesforce with Example;4.5-Many To Many Relationship in Salesforce with Example;4.6-Schema Builder in Salesforce
1
5-SOQL - Salesforce Object Query Language
5.1-SOQL in Salesforce
1
Salesforce Object Query Language
SELECT and WHERE keyword;5.2-AND OR in SOQL Query
1
SOQL AND OR Condition
Salesforce Object Query Language;5.3-IN LIKE in SOQL Query
1
SOQL IN LIKE
Salesforce Object Query Language;5.4-ORDER BY clause in SOQL Query
2
Salesforce Object Query Language
5.5-LIMIT and OFFSET Keywords in SOQL Query
Salesforce Object Query Language;5.6-How To Run SOQL Queries in Apex Programming Language
1
SOQL in Apex
Salesforce;5.7-Apex Insert DML Operation
1
Create Record in Salesforce Using Apex
SOQL Insert;5.8-Apex Update DML Operation
2
SOQL Update Query Example
5.9-Apex Delete DML Operation
SOQL Delete Query Example;5.10-Apex Undelete DML Operation
3
SOQL Undelete Query Example
5.11-Aggregate Functions in SOQL Query with GROUP BY and Having Clause
5.12-SOQL Aggregate Functions in Apex Programming Language
SOQL For Loop
1
6-Exception Handling in Apex (Salesforce)
6.1-Exception Handling in Apex Part 1
2
Salesforce Development
6.2-Exception Handling in Apex Part 2
Try, Catch, Throw, Finally Block;6.3-Exception Handling in Apex Part 3
2
Common Exception Methods in Apex
6.4-Exception Handling in Apex Part 4
Create User Defined or Custom Exception Class
1
7-Creation of Users/Roles/Public Groups/Queues
7.1-How to create user in Salesforce Org;7.2-What is Role in Salesforce? How to manage Role Hierarchy in Salesforce?;7.3-What are Public Groups in Salesforce?
2
How to create and use public groups?
7.4-What are Queues in Salesforce?
Queue in Salesforce;7.5-User Profile in Salesforce
2
How to create Profile in Salesforce
7.6-Page Layout in Salesforce Lightning
How to edit Page Layout in Salesforce;7.7-Salesforce: How to make the tab visible for other users?;7.8-Salesforce Field Level Security vs Page Layout
2
Visible & Read Only
7.9-Salesforce Permission Sets
Salesforce Permission Sets vs Profiles
1
8-Data Management Tools
8.1-Salesforce Data Import Wizard vs Data Loader
2
Salesforce Data Management Tools
8.2-Data Import Wizard in Salesforce
Data Import and Export in Salesforce;8.3-Salesforce Data Loader Tutorial
2
How To Install on Windows
8.4-Salesforce Data Export & Schedule Export Wizard
How can you Export Data?
1
9-Email Templates in Salesforce
9.1-How To Make Email Template in Salesforce
2
Dynamic Email Templates in Salesforce
9.2-Visualforce Email Template in Salesforce with Example
10-Workflow Rules
1
10.1-Workflow Rules in Salesforce with Example
11-Reports and Dashboards
2
11.1-Salesforce Reports and Dashboards - Introduction
11.2-Different Types of Reports in Salesforce
Tabular, Summary, Matrix, Joined Repo;11.3-Salesforce Custom Report Type
2
How to Create Custom or New Report Type
11.4-Salesforce Schedule Report
How to Schedule Reports in Salesforce;11.5-Salesforce Dashboards for Tabular Summary Matrix Joined Reports
1
12-sObject in Apex Salesforce
12.1-What are sObject in Salesforce?
1
SObject Data Type in Salesforce
SObject Class
1
13-Apex Trigger
13.1-Trigger in Salesforce Apex with Examples
2
Apex Triggers Concepts & Scenarios
13.2-Salesforce Trigger Context Variables
14-Async Apex (Asynchronous Apex)
1
14.1-Async Apex in Salesforce
Introduction
2
Asynchronous Apex
14.2-Async Apex in Salesforce
Future Method
2
Asynchronous Apex
14.3-Async Apex in Salesforce
Batch Apex
2
Asynchronous Apex
14.4-Async Apex in Salesforce
Queueable Apex with Example
2
Asynchronous Apex
14.5-Async Apex in Salesforce
Scheduled Apex with Example
1
Asynchronous Apex
15-Lighting Web Components (LWC)
2
15.1-Salesforce Lightning Web Components (LWC) Introduction
15.2-How To Run Apex Code in Vscode
How To Create Apex Class in Visual Studio Code;15.3-Create First Lightning Web Component & Deploy to Salesforce Org;15.4-How To Delete LWC Component From Org
2
Delete Custom Lightning Web Component
15.5-Data Binding in LWC Salesforce
Lightning Web Components;15.6-Getter Property in Lighting Web Components (LWC) in Salesforce;15.7-Conditional Rendering in HTML in LWC
2
Apply if-else in Lightning Web Components
15.8-For Each Loop in LWC Salesforce
Render List using for each loop in HTML;15.9-Iterator Loop in LWC Salesforce
2
Render List using iterator loop in HTML
15.10-Decorators in LWC Salesforce Introduction
@api, @track, @wire in LWC;15.11-@api Decorator in LWC Salesforce with Example
6
Public Property in LWC
15.12-@track Decorator in LWC Salesforce with Example
15.13-@wire Decorator in LWC Salesforce with Example
15.14-Use of @wire Decorator / Adapter to call Apex Class Method from LWC
15.15-Decorate Function with @wire Decorator in LWC Salesforce
15.16-Use querySelector() to Fetch Data in LWC
HTML Template Data Binding;15.17-Use querySelectorAll to fetch Data in LWC
3
HTML Template Data Binding
15.18-How To Create Lightning App Page in Salesforce
15.19-Data Communication in LWC Components
Message Passing in LWC Components;15.20-Data Communication From Parent to Child LWC Component
2
Message Passing
15.21-Data Communication From Child to Parent LWC Component
Message Passing;15.22-How to pass multiple values from Child component to Parent component in LWC;15.23-Lightning Message Service for Data Communication between unrelated LWC Component;15.24-Lightning Message Service for passing multiple values between components;15.25-Salesforce LWC Lifecycle Hooks with Example
1
Lightning Web Components
16-Salesforce LWC Real Time Project
1
16.1-Salesforce LWC Real Time Project Part 1
Lightning Web Components Live Project;16.2-Salesforce LWC Real Time Project Part 2
2
Child-Parent & Parent-Child Data Pass
16.3-Salesforce LWC Real Time Project Part 3
Lightning Data Table;16.4-Salesforce LWC Real Time Project Part 4
2
@wire Decorator Adapter to call Apex
16.5-Salesforce LWC Real Time Project Part 5
Lightning Message Service;16.6-Salesforce LWC Real Time Project Part 6
1
Imperative Apex Method Call
Async;16.7-Salesforce LWC Real Time Project Part 7
1
Modal Popup
Lightning Data Service
1
17-ChatGPT for Salesforce Development
17.1-How to use ChatGPT for Salesforce Development
1
ChatGPT for Beginners Developers
18-Salesforce LWC Integration Project
1
18.1-Salesforce LWC Integration Project Part 1
Basics of Integration;18.2-Salesforce LWC Integration Project Part 2
1
Postman Tool
Apex REST Integration;18.3-Salesforce LWC Integration Project Part 3
2
Salesforce LWC IMDb API Integration
18.4-Salesforce LWC Integration Project Part 4
Named Credentials
0