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

  • Everything is explained from the scratch. So that any one from technical/non technical background can easily understand. Having knowledge of Object Oriented Programming will help to master in Salesforce.

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.
Courses

Course Includes:

  • Price: FREE
  • Enrolled: 7592 students
  • Language: English
  • Certificate: Yes

Recomended Courses

Intentional Leadership
4.5
(100 Rating)
FREE
Category
Business, Management, Leadership
  • English
  • 8933 Students
Intentional Leadership
4.5
(100 Rating)
FREE

To be intentional in everything you do as a leader, you need to understand how to be that way.

Enrolled
Master C++ Programming From Beginner To Advance 2024 Edition
4.4589043
(2178 Rating)
FREE

Latest Hand-on Beginner Friendly Course include C++ Qt GUI Project, Supports C++ 11 C++ 14 , **270+ videos, **5 Projects

Enrolled
ChatGPT Job Search Breakthrough: Complete Success Formula
4.7894735
(92 Rating)
FREE

2024's Job Market Edge: Hands-On, Step-by-Step Mastery with ChatGPT for Winning Resumes, Cover Letters, and LinkedIn

Enrolled
Arduino Radar: Step By Step Guide
3.7
(54 Rating)
FREE
Category
IT & Software, Hardware, Arduino
  • English
  • 10240 Students
Arduino Radar: Step By Step Guide
3.7
(54 Rating)
FREE

Create your Own Radar using Arduino and get a Green Map Showing Objects at your own Screen in no time

Enrolled
Make a Smart Mirror Using Raspberry Pi
2.75
(67 Rating)
FREE
Category
IT & Software, Other IT & Software, Raspberry Pi
  • English
  • 9363 Students
Make a Smart Mirror Using Raspberry Pi
2.75
(67 Rating)
FREE

How to make a Smart Mirror that works as a News,Weather,time and Date feed using Raspberry Pi in this Step By Step guide

Enrolled
Time Value of Money & Capital Budgeting - Present Value
4.15
(324 Rating)
FREE

Mastering Financial Decision-Making: Time Value of Money & Capital Budgeting for Long-Term Success

Enrolled
Business Development, Sales & Marketing Professional Diploma
4.515625
(32 Rating)
FREE
Category
Business, Sales, Business Development
  • English
  • 6239 Students
Business Development, Sales & Marketing Professional Diploma
4.515625
(32 Rating)
FREE

Business Development, Sales & Marketing Professional Diploma by MTF Institute

Enrolled
من الصفر الى الاحتراف Solid works تعلم برنامج
4.75
(4 Rating)
FREE
Category
  • Arabic
  • 1351 Students
من الصفر الى الاحتراف Solid works تعلم برنامج
4.75
(4 Rating)
FREE

We will cover Sketch , Feature, Assembly tools with a project at the end

  • Arabic
  • 1351 Students
Enrolled
Pro Mastering Excel For Beginners
4.548387
(76 Rating)
FREE
Category
Office Productivity, Microsoft, Microsoft Excel
  • English
  • 10017 Students
Pro Mastering Excel For Beginners
4.548387
(76 Rating)
FREE

"Master the Basics and Unlock the Power of Excel: A Comprehensive Guide for Excel Beginners"

Enrolled

Previous Courses

Strategic Partnerships and Collaborations
4.3194447
(355 Rating)
FREE
Category
Business, Business Strategy, Business Collaboration
  • English
  • 24163 Students
Strategic Partnerships and Collaborations
4.3194447
(355 Rating)
FREE

Everything you need to know about setting up partnerships and collaborations

Enrolled
Authentic Leadership
4.9565215
(23 Rating)
FREE
Category
Business, Management, Leadership
  • English
  • 1504 Students
Authentic Leadership
4.9565215
(23 Rating)
FREE

How to be as much of Yourself and an effective Leader

Enrolled
Currency Management for Small Businesses & Corporates
4.6
(55 Rating)
FREE

Managing currencies within your organisation is essential for mitigating costs

Enrolled
Fundamentals of Successful Leadership - Leading with Impact
4.4051723
(539 Rating)
FREE
Category
Personal Development, Leadership
  • English
  • 26200 Students
Fundamentals of Successful Leadership - Leading with Impact
4.4051723
(539 Rating)
FREE

Examining Leadership from various current approaches

Enrolled
Laravel 10: Build Realtime Messaging App From Scratch (2024)
4.9069767
(43 Rating)
FREE
Category
Development, Web Development, Laravel
  • English
  • 2313 Students
Laravel 10: Build Realtime Messaging App From Scratch (2024)
4.9069767
(43 Rating)
FREE

Unlock the Potential of Laravel 10 & Pusher Create an Interactive Realtime Messaging Platform with Expert Guidance.

Enrolled
Visualization techniques for Decision Makers and Leaders
4.59375
(16 Rating)
FREE
Category
Business, Management, Decision Making
  • English
  • 3589 Students
Visualization techniques for Decision Makers and Leaders
4.59375
(16 Rating)
FREE

How to see the end outcome while getting the work done

Enrolled
Asteroids with Python PyGame
4.02
(92 Rating)
FREE
Category
Development, Game Development, Python Game Development
  • English
  • 25980 Students
Asteroids with Python PyGame
4.02
(92 Rating)
FREE

PyGame for total beginners

Enrolled
Python Performance Optimization
3.9
(125 Rating)
FREE
Category
Development, Software Engineering, Python Scripting
  • English
  • 25551 Students
Python Performance Optimization
3.9
(125 Rating)
FREE

Increase Execution Time

Enrolled
Social Media Bots with Python
3.6981132
(225 Rating)
FREE
Category
Development, Software Engineering, Python Scripting
  • English
  • 22947 Students
Social Media Bots with Python
3.6981132
(225 Rating)
FREE

Build and Deploy Social Media Bots

Enrolled

Total Number of 100% Off coupon added

Till Date We have added Total 1262 Free Coupon. Total Live Coupon: 554

Confuse which course 100% Off coupon live? Click Here

For More Update Join Our Telegram Channel.