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

Description

Complete Course updated with NEW Videos. (All videos recorded in  new Lightning UI)
Are you looking to pass your Platform Developer 1 exam? If yes, this is the course for you.
In order to pass your Platform Developer 1 exam, the knowledge and experience of the Salesforce Platform are not enough. You also need to get to grips with the exam itself.  And that's why I have designed this "
Salesforce Certified Platform Developer I
".
This course covers all the topics related to the study guide of Platform Developer 1 Certification exam. Not only that,  after end of every section, I have also included the sample questions similar to the Platform Developer 1 exam.
Exam Topics for the Platform Developer 1 exam :
Developer Fundamentals  23%
Process Automation and Logic: Declarative Features 30%
   Process Automation and Logic: Basic Apex
   Process Automation and Logic: Advanced Topics
User Interface 25%
Testing, Debugging and Deployment : Testing 22%
   Testing, Debugging and Deployment: Debugging and Deployment
June 2022 Exam Outline Update:
Salesforce has updated the official exam guide on June 17, 2022. There were small to medium type of updates, the main highlight was decreasing the sections from 5 to 4 and rebalancing the weighted percentages.
Salesforce Fundamentals and Data Modeling and Management were combined into 1 section which resulted with a lesser number of Objectives. There were a couple of Objectives from Process Automation and Logic and User Interface that were retired.
There was no new content introduced, most of the changes will involve migrating of content from one section to another. Our team has started analyzing these changes and we will be gradually updating our materials.

What strategy we will follow in order to pass the exam?
The goal is to obtain 90% so you are well above the passing score. We will work on the sections from most-weighted to least-weighted, giving us the most coverage early on in your learning path. 
Key Features of this course :
22+ hours of video training
Topics aligned with the official study guide of Platform Developer 1 exam [Course updated Sep 2022]
Hands on practice on the Salesforce platform
Real time scenarios and examples covered
Quizzes after every section of the course
Who this course is for:
If you want to pass your Platform Developer 1 exam.
Students who wants to explore the programming side of Salesforce.
Students who are familiar with out-of-the-box features of Salesforce and want to learn about Salesforce APEX programming.
Salesforce Adminstrators who wish to transition to Salesforce Development
Salesforce Developers who want to pass their Platform developer 1 exam.
Students who are familiar with the basics of Apex programming and want to learn in-depth about Apex, this course is for you.

What you'll learn

You will be able to pass your Platform Developer 1 exam.

Understand the Salesforce data model and query languages.

Learn about Apex triggers and best practices for writing triggers

You will learn about DML statements, Database Methods, Salesforce Object Search Language (SOSL), Salesforce object Query Language (SOQL).

You will learn about Triggers, Test classes, Debugging

They will become masters of APEX programming

Jump start your career in Salesforce Development.

This course covers everything you need to know to become Salesforce Developer

Use standard controllers with basic Visualforce pages

Utilize Visualforce with custom-built Apex controllers

Write test coverage

Configure your Salesforce development environment

Learn about Governor Limits in Salesforce

Learn about Save order of Execution in Salesforce

Learn about Apex Design patterns

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 to the course
5
1.1-Introduction to the course
1.2-Connect with me on LinkedIn
1.3-Subscribe to my YouTube Channel
1.4-Post a review on the course
1.5-Create your Developer Account to practice along with me
2-Navigating Salesforce UI : Learn about Objects and fields
4
2.1-What is Object, Tabs, User and Profiles in Salesforce: Quick overview
2.2-Standard and Custom Object in Salesforce: How to create a custom object ?
2.3-How to add fields to the custom object: Adding fields using Object Manager.
2.4-Schema Builder in Salesforce: How to add fields using Schema Builder?
3-Types of Relationship in Salesforce: Lookup, Master Detail, Many to Many
4
3.1-Relationship fields in Salesforce : Types of relationship in Salesforce
3.2-Lookup vs Master Detail relationship: Difference between lookup & Master Detail
3.3-Many to Many relationship in Salesforce: Junction Object in Salesforce
3.4-Hierarchical Relationship in Salesforce
4-Quiz
1
4.1-Quiz
5-External Object in Salesforce and their associated relationships
1
5.1-Salesforce External Object: External Objects and its relationships
6-External ID in Salesforce
1
6.1-External Ids in Salesforce:Which all field data types can be used as external ID
7-Validation Rules in Salesforce: What are validation rules & why do we need them
4
7.1-Validation Rule in Salesforce: Create your first Validation rule
7.2-Restrict Data Input by using Validation rules: Validation rules Example 2
7.3-Learn about isPickVal() and isBlank() functions: Validation rule example 3
7.4-REGEX Validation in Salesforce : Learn Regex In Salesforce with Example
8-Importing and Exporting Data in Salesforce: Data Loader and Data Import Wizard
10
8.1-Importing and exporting data in Salesforce: Data Import Wizard and Data Loader
8.2-Steps to install Data Loader and Jdk
8.3-Import Records using Data Loader: Insert new records using Data loader
8.4-Update records using Data Loader
8.5-Upsert and Delete operation Using Data Loader
8.6-Export Data using Data loader: Difference between Export and Export All
8.7-Insert records using Data Import Wizard
8.8-Update and Upsert using Data Import Wizard : Update and Upsert operation
8.9-Difference between Data loader and Import Wizard
8.10-Data Export Service in Salesforce: Salesforce Data Export
9-Salesforce Automation Tools : Workflow, Process Builder, Approval Process & Flow
3
9.1-Automate Business processes: What is a workflow in salesforce and how to create?
9.2-Send Email Alert using workflows
9.3-Workflow Field update using Workflow
10-Automate Business Processes using Approval Process
2
10.1-What are approval process and how to create an approval process
10.2-Create an Approval Process using Standard Wizard
11-Automate Business Process using Process Builder
3
11.1-Process builder in Salesforce
11.2-Automate Business Process using Process Builder Part 1
11.3-Automate Business Process using Process Builder Part 2
12-Flows in Salesforce: What are flows in Salesforce and different types of Flows
15
12.1-Flows in Salesforce: What are flows and different types of flows
12.2-Record Triggered flow in Salesforce with Example
12.3-Screen flow in Salesforce with example
12.4-How to launch a flow from button in Salesforce?
12.5-How to create a Screen flow in Salesforce?
12.6-Add Actions to your flow: Add Send email action to your flow
12.7-Schedule triggered flows in Salesforce: What is Schedule triggered flow ?
12.8-Platform Event Trigger flow in Salesforce
12.9-Platform Event Trigger flow: How to create a Platform Event trigger flow?
12.10-How to test Platform Event Trigger flow in Salesforce?
12.11-What is Auto launched flow in Salesforce? What is the use of auto launched flow?
12.12-How to create Auto Launched flow ?
12.13-Create Auto Launched flow in Salesforce
12.14-Salesforce auto launched flow with example
12.15-Invoke flow from Apex
13-Quiz
1
13.1-Quiz
14-Developer Fundamentals: Basics of Apex
6
14.1-What is Apex? When to use Apex? Overview of Apex Programming
14.2-Apex Syntax: Overview of Apex Code (Variables, Expression, SOQL , DML statement)
14.3-Overview of Developer Console: What Is Developer Console used for?
14.4-Variable in Apex: What is a variable and why do we need them?
14.5-Write our first Program in Apex?
14.6-Apex Data types: What are the different data types available in apex?
15-Date, Time, Datetime Data types in Apex
4
15.1-Date data type in apex: How to declare a date variable in apex?
15.2-Time Data type in apex: Time Class and its methods
15.3-Datetime data type and its associated methods
15.4-Datetime variable explanation with example
16-String Data type
3
16.1-String Data type in apex: Declare a String variable
16.2-String class and important methods of String class
16.3-String data type in use
17-Conditional (If-else) statement in Apex and Switch Statement in Apex
8
17.1-If else statement in Apex explained with the help of an example
17.2-What are conditional statement in apex ? how does if else statement work in apex
17.3-If Else explained with the help on an example
17.4-If ElseIf statement in Apex
17.5-If ElseIf statement in apex explained with the help of an example
17.6-Switch Statement in Apex
17.7-How to use switch statement in apex?
17.8-Switch Statement in Apex with example explained
18-Loops in Apex: For Loop, Nested for loop and While loop
7
18.1-What are the different types of loops in Apex?
18.2-While loop in Apex with an example
18.3-For loop in Apex
18.4-For Loop in Practice: How to write a for loop ?
18.5-Different types of for loop in apex
18.6-Break and Continue statement in apex: When to use Break and continue ?
18.7-Nested for loop in apex: How does nested loop work?
19-Different types of collections in Apex: List, Set and Map in Apex
5
19.1-Different types of Collection in apex
19.2-Collection in Apex
19.3-Declare a list variable: Important List methods
19.4-Incompatible type exception in List
19.5-Set Collection in apex: Difference between Set and List in apex
20-Classes in Apex
5
20.1-Classes and Objects in Apex
20.2-Create a new Apex Class
20.3-Difference between Public and Private Access Modifier in Apex
20.4-Method Declaration in Apex
20.5-What is Method Overloading?
21-Constructors in Apex
3
21.1-Constructors in Apex. What are constructors in Apex?
21.2-Why Instance variables needs to be declared with Private Access modifier?
21.3-Constructors in Apex with example
22-Practice test 2
1
22.1-Practice test 2
23-Static and Non- static Method AND Static and Non Static Variable in Apex
3
23.1-Difference between Static and Non-static Method in Apex
23.2-Difference between Static and Non static variable in Apex
23.3-Difference between Static and Non static variable with example
24-Working with sObject: What is sObject?
1
24.1-SObject in salesforce: Declare a List of Sobject in salesforce
25-Salesforce Inspector : powerful extension for Salesforce Developers
1
25.1-Install Salesforce Inspector extension for your browser
26-SOSL and SOQL queries in apex
4
26.1-What is SOSL and SOQL queries in Salesforce?
26.2-Retrieve records using SOQL
26.3-Salesforce Object Query Language
26.4-Group by query salesforce
Count number of records in SOQL query
1
27-Quiz
27.1-Quiz
1
28-DML statements in Apex: Insert, Update, Upsert, Delete, Undelete statements
28.1-DML statements salesforce: What are DML statements in Salesforce?;28.2-How to write DML statements in Salesforce? Insert and Update DML with Example;28.3-DML statements in Salesforce : Delete and Undelete DML statement in Salesforce;28.4-Upsert DML statement with Example;28.5-DML Operations in Salesforce with Example: Create Account Utility Class;28.6-Salesforce Apex DML statement with example
1
29-Quiz
29.1-Quiz
1
30-Database Methods in Apex: Difference between DML statements and Database methods
30.1-Difference between DML statement and Database methods;30.2-Partial Update allowed in database methods;30.3-Database Save Result[];30.4-Database Save Result [] retrieve the success and failure
1
31-Relationship Queries in Apex
31.1-Relationship Queries in Salesforce: What are relationship query in Salesforce?;31.2-Relationship Query: How do I query a child record from a parent in Salesforce?;31.3-Relationship Query in Salesforce: Child to Parent relationship Query;31.4-Relationship Query for Custom Object in Salesforce;31.5-How do I query a parent to a child custom object in Salesforce?
1
32-Triggers in Apex
32.1-Apex Triggers in salesforce;32.2-Trigger Context Variables salesforce;32.3-Create Apex Trigger: Apex trigger in Salesforce with example;32.4-Apex Trigger Salesforce with Example: Before Delete Apex Trigger;32.5-Apex Trigger with example: Before Insert Apex Trigger
1
33-Batch Apex: What is Batch apex and when to use batch apex?
33.1-What is batch apex and what are the different methods of batch class?;33.2-What is a batch Apex? Is batch Apex synchronous or asynchronous?;33.3-Batch Apex in Salesforce with example;33.4-Difference between Stateless and Stateful Batch apex;33.5-Stateless VS Stateful with example
1
34-REST and SOAP webservices
34.1-How to expose your apex class as REST webservice and SOAP webservice?
1
35-Exceptions in Apex: What are exceptions in Apex and how to handle exceptions ?
35.1-Exception in apex: What is try catch finally block in apex?;35.2-How to handle exception in apex using try-catch block?;35.3-What is ListException in apex and how to handle this exception ?;35.4-Null Pointer exception in Apex;35.5-SObject Exception in Salesforce;35.6-Common Exception methods and their usage;35.7-DML exception in apex and how to handle them?;35.8-DML Exception methods;35.9-Exception methods related to DML exception;35.10-Try with Multiple Catch block;35.11-Custom exception in apex: How to create a custom exception in apex?
1
36-Apex Testing and Debugging
36.1-Apex test classes: How to write test classes?;36.2-Create an Apex class and its test class;36.3-Code coverage in Apex;36.4-Code Coverage in Apex;36.5-Code Coverage needed from one Sandbox to another
1
37-Practice Test
37.1-Practice Test 1
1
38-Governor Limits in Apex
38.1-Governor Limits in Apex;38.2-What happens when governor limit exception is thrown?;38.3-What are limit apex methods in salesforce? Limit class in apex;38.4-Salesforce Governor Limits
1
39-Quiz
39.1-Quiz
1
40-Security Vulnerabilities in Apex and Visualforce
40.1-Overview of different vulnerabilities which exist in Salesforce;40.2-What is SOQL Injection and how can we prevent it?
1
41-Save Order of Execution in Salesforce
41.1-Save order of execution salesforce: Sequence of events after we save the record;41.2-Relationship between Apex transaction and Save order of Execution
1
42-Dynamic Apex in Salesforce
42.1-Dynamic apex in salesforce: Use of Schema Class in Salesforce;42.2-How to programmatically access and utilize the object schema?;42.3-How to get all fields of object in salesforce using Dynamic Apex?;42.4-Getting ChildRelationships from an object;42.5-DescribingTabSetResult class: Describing tabs using Schema methods;42.6-How to fetch Required fields of an object dynamically?
1
43-Quiz
43.1-Quiz: Developer Fundamentals
1
44-Lightning Aura Components
44.1-How to setup your custom Domain for salesforce Org??;44.2-What is Salesforce Lightning component framework ???;44.3-To add Styling to your Lightning Application using external static resource;44.4-What are Attributes???;44.5-What are component Attributes??;44.6-Component Composition with example;44.7-What is Salesforce Expression and aura:if component;44.8-What are Global value provider?;44.9-Standard and Force.com components;44.10-Salesforce ui components: Input Text, Output TeXT and button;44.11-Handling Events Using Client Side Controller;44.12-Apex Server-Side Controller Overview;44.13-How to Retrieve records from standard object in Lightning??;44.14-Debugging Lightning Components
1
45-Building our First Lightning App from scratch
45.1-Overview of our Lightning App;45.2-Creating the ContactController Class;45.3-Creating the Lightning Application;45.4-Creating the ContactList Component;45.5-SearchBar component;45.6-Creating the ContactDetails Component
1
46-Lightning Web Components
46.1-Lightning Web Component Introduction;46.2-Overview of Lightning Web Components: Benefits of Lightning Web Components
1
47-Setting up Development Environment for LWC Component
47.1-Setting up Development Environment: Install Salesforce CLI and VIsual Studio;47.2-Important Message;47.3-Setting Up My Domain and Enable Dev Hub in Salesforce;47.4-Create a Scratch Org;47.5-Commands commands to use in Visual studio
1
48-Building Lightning Web Components
48.1-Building our First Lightning Web Component;48.2-Data binding in Lightning Web Component
1
49-Rendering Components Conditionally in LWC
49.1-Render DOM Elements Conditionally using if:true
2
false directive
49.2-If:True
False directive in Lightning Web Components
1
50-Rendering List of Items in Lightning Web Components
50.1-How to Render a List of Items in Lightning Web Components?;50.2-How to Render a List using Iterator directive?
1
51-Building Applications In Lightning Web Components
51.1-Building a Simple Application: Simple Interest Calculator;51.2-Building a Simple Application with Lightning Web Components: Shape Calculator
1
52-Types of properties in lwc
52.1-What are Public Properties in LWC?;52.2-Salesforce Update related to LWC;52.3-How to pass Data from Parent Component to Child Component in LWC?
1
53-Lightning Web components Lifecycle Methods
53.1-Component Lifecycle Hooks: Lifecycle Hooks in Lightning Web Components
1
54-Lightning Web Components Communication
54.1-How to call child component method from parent?;54.2-Custom Event Communication from Child to Parent component;54.3-Communicate with Events: Create and Dispatch of events;54.4-Communicate with Events: Create and Dispatch of events;54.5-Overview of Pub Sub Model in Lightning Web Component;54.6-Learn about Pub Sub model with help of an example
1
55-Working with Records inside Lightning Web Components
55.1-Different ways to access salesforce data in Lightning web components;55.2-How to create a Record using Lightning Data Service in Lightning web component?;55.3-View and Create Record using Lightning Data Service;55.4-Work With Records Using Base Components;55.5-Work with Records Using Base Components :<lightning-record-form>;55.6-Display a Record with custom layout using base component;55.7-How to access Salesforce Data using Base Components: lightning-record-edit-form;55.8-How to create a new record using lightning-record-edit-form?;55.9-Create and view the record using lightning-record-edit-form component;55.10-How to fetch Records Via Apex?;55.11-How to fetch records Via Apex?
1
56-Toast Notifications in Lightning Web Components
56.1-Using toast notifications in Lightning Web components
1
57-Navigation Service in Lightning Web Components
57.1-Navigation Service in Lightning Web Components;57.2-Navigating to Object Record Pages;57.3-Navigating to Account Record Recent List and Related Contact Records;57.4-Navigating to Web Page;57.5-Navigating to Home Page and Chatter Page
1
58-Setting up our Salesforce Application
58.1-10 Salesforce Extensions that will make you a Salesforce Expert
1
59-Visualforce Components Tutorial
59.1-What is Visualforce? When and Where to use Visualforce?;59.2-Advantages of Visualforce?;59.3-How do I enable Visualforce Developer Mode?;59.4-Visualforce tags in salesforce;59.5-Visualforce page tags in Salesforce: pageBlock and pageBlockSection tags;59.6-Visualforce Components: PageBlockButtons tag in visualforce;59.7-How to use apex:pageMessage in Visualforce Page?;59.8-Overview of input tags in visualforce;59.9-Visualforce input tags with example;59.10-Visualforce Apex: outputlabel Tag and outputLink tag in Salesforce;59.11-Apex PanelBar and PanelBarItem tags in Salesforce;59.12-Apex PanelBar and PanelBarItem tags with Example;59.13-Apex panelBarItem attributes : onLeave and onEnter with example;59.14-Visualforce Component: apex panelGrid column width;59.15-Apex panelGrid example;59.16-tabPanel example in salesforce;59.17-Apex toolbar tag in Visualforce;59.18-Apex toolbar tag with example;59.19-Standard Controller in Salesforce;59.20-Standard Controller Salesforce Example;59.21-How to use Standard Controller in Visualforce page?;59.22-Standard List Controller In Salesforce;59.23-Standard list controller apex;59.24-Standard List Controller with Example;59.25-What is standard list controller in salesforce?;59.26-Standard list controller Actions;59.27-Standard List Controller Pagination;59.28-Using the standard list controller to edit multiple records;59.29-Difference between Custom Controller and Extension in Salesforce;59.30-Custom Controller in Salesforce;59.31-Custom Controller in salesforce example;59.32-What is Controller extension in Salesforce?;59.33-Salesforce Multiple Controller Extensions;59.34-How to call two multiple controller Extensions in visualforce page?;59.35-Overview of custom list controller;59.36-Salesforce custom list controller example;59.37-StandardSetController Class example
0