Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Salesforce Certified Platform Developer I (Lwc & Aura Also)

Posted By: ELK1nG
Salesforce Certified Platform Developer I (Lwc & Aura Also)

Salesforce Certified Platform Developer I (Lwc & Aura Also)
Last updated 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 19.75 GB | Duration: 38h 29m

Pass your Platform Developer 1 certification exam with this course.Learn Apex, Visualforce,LWC, Lightning Aura Framework

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

Students must know the basic object-oriented concepts

Students must know the basics of programming language

You must have an Internet connection

Description

Complete Course updated with NEW Videos. (All videos recorded in  new Lightning UI) Oct 4th,2022: LWC (Lightning Web Component) Videos addedOct 4th,2022:  Lightning Aura Framework videos AddedAre 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 TopicsUser Interface 25%Testing, Debugging and Deployment : Testing 22%   Testing, Debugging and Deployment: Debugging and DeploymentJune 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 trainingTopics aligned with the official study guide of Platform Developer 1 exam [Course updated Sep 2022]Hands on practice on the Salesforce platformReal time scenarios and examples coveredQuizzes after every section of the course

Overview

Lecture 1 Introduction to the course

Lecture 2 Create your Developer Account to practice along with me

Section 1: Navigating Salesforce UI : Learn about Objects and fields

Lecture 3 What is Object, Tabs, User and Profiles in Salesforce: Quick overview

Lecture 4 Standard and Custom Object in Salesforce: How to create a custom object ?

Lecture 5 How to add fields to the custom object: Adding fields using Object Manager.

Lecture 6 Schema Builder in Salesforce: How to add fields using Schema Builder?

Section 2: Types of Relationship in Salesforce: Lookup, Master Detail, Many to Many

Lecture 7 Relationship fields in Salesforce : Types of relationship in Salesforce

Lecture 8 Lookup vs Master Detail relationship: Difference between lookup & Master Detail

Lecture 9 Many to Many relationship in Salesforce: Junction Object in Salesforce

Lecture 10 Hierarchical Relationship in Salesforce

Section 3: Quiz

Section 4: External Object in Salesforce and their associated relationships

Lecture 11 Salesforce External Object: External Objects and its relationships

Section 5: External ID in Salesforce

Lecture 12 External Ids in Salesforce:Which all field data types can be used as external ID

Section 6: Validation Rules in Salesforce: What are validation rules & why do we need them

Lecture 13 Validation Rule in Salesforce: Create your first Validation rule

Lecture 14 Restrict Data Input by using Validation rules: Validation rules Example 2

Lecture 15 Learn about isPickVal() and isBlank() functions: Validation rule example 3

Lecture 16 REGEX Validation in Salesforce : Learn Regex In Salesforce with Example

Section 7: Importing and Exporting Data in Salesforce: Data Loader and Data Import Wizard

Lecture 17 Importing and exporting data in Salesforce: Data Import Wizard and Data Loader

Lecture 18 Steps to install Data Loader and Jdk

Lecture 19 Import Records using Data Loader: Insert new records using Data loader

Lecture 20 Update records using Data Loader

Lecture 21 Upsert and Delete operation Using Data Loader

Lecture 22 Export Data using Data loader: Difference between Export and Export All

Lecture 23 Insert records using Data Import Wizard

Lecture 24 Update and Upsert using Data Import Wizard : Update and Upsert operation

Lecture 25 Difference between Data loader and Import Wizard

Lecture 26 Data Export Service in Salesforce: Salesforce Data Export

Section 8: Salesforce Automation Tools : Workflow, Process Builder, Approval Process & Flow

Lecture 27 Automate Business processes: What is a workflow in salesforce and how to create?

Lecture 28 Send Email Alert using workflows

Lecture 29 Workflow Field update using Workflow

Section 9: Automate Business Processes using Approval Process

Lecture 30 What are approval process and how to create an approval process

Lecture 31 Create an Approval Process using Standard Wizard

Section 10: Automate Business Process using Process Builder

Lecture 32 Process builder in Salesforce

Lecture 33 Automate Business Process using Process Builder Part 1

Lecture 34 Automate Business Process using Process Builder Part 2

Section 11: Flows in Salesforce: What are flows in Salesforce and different types of Flows

Lecture 35 Flows in Salesforce: What are flows and different types of flows

Lecture 36 Record Triggered flow in Salesforce with Example

Lecture 37 Screen flow in Salesforce with example

Lecture 38 How to launch a flow from button in Salesforce?

Lecture 39 How to create a Screen flow in Salesforce?

Lecture 40 Add Actions to your flow: Add Send email action to your flow

Lecture 41 Schedule triggered flows in Salesforce: What is Schedule triggered flow ?

Lecture 42 Platform Event Trigger flow in Salesforce

Lecture 43 Platform Event Trigger flow: How to create a Platform Event trigger flow?

Lecture 44 How to test Platform Event Trigger flow in Salesforce?

Lecture 45 What is Auto launched flow in Salesforce? What is the use of auto launched flow?

Lecture 46 How to create Auto Launched flow ?

Lecture 47 Create Auto Launched flow in Salesforce

Lecture 48 Salesforce auto launched flow with example

Lecture 49 Invoke flow from Apex

Section 12: Quiz

Section 13: Developer Fundamentals: Basics of Apex

Lecture 50 What is Apex? When to use Apex? Overview of Apex Programming

Lecture 51 Apex Syntax: Overview of Apex Code (Variables, Expression, SOQL , DML statement)

Lecture 52 Overview of Developer Console: What Is Developer Console used for?

Lecture 53 Variable in Apex: What is a variable and why do we need them?

Lecture 54 Write our first Program in Apex?

Lecture 55 Apex Data types: What are the different data types available in apex?

Section 14: Date, Time, Datetime Data types in Apex

Lecture 56 Date data type in apex: How to declare a date variable in apex?

Lecture 57 Time Data type in apex: Time Class and its methods

Lecture 58 Datetime data type and its associated methods

Lecture 59 Datetime variable explanation with example

Section 15: String Data type

Lecture 60 String Data type in apex: Declare a String variable

Lecture 61 String class and important methods of String class

Lecture 62 String data type in use

Section 16: Conditional (If-else) statement in Apex and Switch Statement in Apex

Lecture 63 If else statement in Apex explained with the help of an example

Lecture 64 What are conditional statement in apex ? how does if else statement work in apex

Lecture 65 If Else explained with the help on an example

Lecture 66 If ElseIf statement in Apex

Lecture 67 If ElseIf statement in apex explained with the help of an example

Lecture 68 Switch Statement in Apex

Lecture 69 How to use switch statement in apex?

Lecture 70 Switch Statement in Apex with example explained

Section 17: Loops in Apex: For Loop, Nested for loop and While loop

Lecture 71 What are the different types of loops in Apex?

Lecture 72 While loop in Apex with an example

Lecture 73 For loop in Apex

Lecture 74 For Loop in Practice: How to write a for loop ?

Lecture 75 Different types of for loop in apex

Lecture 76 Break and Continue statement in apex: When to use Break and continue ?

Lecture 77 Nested for loop in apex: How does nested loop work?

Section 18: Different types of collections in Apex: List, Set and Map in Apex

Lecture 78 Different types of Collection in apex

Lecture 79 Collection in Apex

Lecture 80 Declare a list variable: Important List methods

Lecture 81 Incompatible type exception in List

Lecture 82 Set Collection in apex: Difference between Set and List in apex

Section 19: Classes in Apex

Lecture 83 Classes and Objects in Apex

Lecture 84 Create a new Apex Class

Lecture 85 Difference between Public and Private Access Modifier in Apex

Lecture 86 Method Declaration in Apex

Lecture 87 What is Method Overloading?

Section 20: Constructors in Apex

Lecture 88 Constructors in Apex. What are constructors in Apex?

Lecture 89 Why Instance variables needs to be declared with Private Access modifier?

Lecture 90 Constructors in Apex with example

Section 21: Practice test 2

Section 22: Static and Non- static Method AND Static and Non Static Variable in Apex

Lecture 91 Difference between Static and Non-static Method in Apex

Lecture 92 Difference between Static and Non static variable in Apex

Lecture 93 Difference between Static and Non static variable with example

Section 23: Working with sObject: What is sObject?

Lecture 94 SObject in salesforce: Declare a List of Sobject in salesforce

Section 24: Salesforce Inspector : powerful extension for Salesforce Developers

Lecture 95 Install Salesforce Inspector extension for your browser

Section 25: SOSL and SOQL queries in apex

Lecture 96 What is SOSL and SOQL queries in Salesforce?

Lecture 97 Retrieve records using SOQL

Lecture 98 Salesforce Object Query Language

Lecture 99 Group by query salesforce | Count number of records in SOQL query

Section 26: Quiz

Section 27: DML statements in Apex: Insert, Update, Upsert, Delete, Undelete statements

Lecture 100 DML statements salesforce: What are DML statements in Salesforce?

Lecture 101 How to write DML statements in Salesforce? Insert and Update DML with Example

Lecture 102 DML statements in Salesforce : Delete and Undelete DML statement in Salesforce

Lecture 103 Upsert DML statement with Example

Lecture 104 DML Operations in Salesforce with Example: Create Account Utility Class

Lecture 105 Salesforce Apex DML statement with example

Section 28: Quiz

Section 29: Database Methods in Apex: Difference between DML statements and Database methods

Lecture 106 Difference between DML statement and Database methods

Lecture 107 Partial Update allowed in database methods

Lecture 108 Database Save Result[]

Lecture 109 Database Save Result [] retrieve the success and failure

Section 30: Relationship Queries in Apex

Lecture 110 Relationship Queries in Salesforce: What are relationship query in Salesforce?

Lecture 111 Relationship Query: How do I query a child record from a parent in Salesforce?

Lecture 112 Relationship Query in Salesforce: Child to Parent relationship Query

Lecture 113 Relationship Query for Custom Object in Salesforce

Lecture 114 How do I query a parent to a child custom object in Salesforce?

Section 31: Triggers in Apex

Lecture 115 Apex Triggers in salesforce

Lecture 116 Trigger Context Variables salesforce

Lecture 117 Create Apex Trigger: Apex trigger in Salesforce with example

Lecture 118 Apex Trigger Salesforce with Example: Before Delete Apex Trigger

Lecture 119 Apex Trigger with example: Before Insert Apex Trigger

Section 32: Batch Apex: What is Batch apex and when to use batch apex?

Lecture 120 What is batch apex and what are the different methods of batch class?

Lecture 121 What is a batch Apex? Is batch Apex synchronous or asynchronous?

Lecture 122 Batch Apex in Salesforce with example

Lecture 123 Difference between Stateless and Stateful Batch apex

Lecture 124 Stateless VS Stateful with example

Section 33: REST and SOAP webservices

Lecture 125 How to expose your apex class as REST webservice and SOAP webservice?

Section 34: Exceptions in Apex: What are exceptions in Apex and how to handle exceptions ?

Lecture 126 Exception in apex: What is try catch finally block in apex?

Lecture 127 How to handle exception in apex using try-catch block?

Lecture 128 What is ListException in apex and how to handle this exception ?

Lecture 129 Null Pointer exception in Apex

Lecture 130 SObject Exception in Salesforce

Lecture 131 Common Exception methods and their usage

Lecture 132 DML exception in apex and how to handle them?

Lecture 133 DML Exception methods

Lecture 134 Exception methods related to DML exception

Lecture 135 Try with Multiple Catch block

Lecture 136 Custom exception in apex: How to create a custom exception in apex?

Section 35: Apex Testing and Debugging

Lecture 137 Apex test classes: How to write test classes?

Lecture 138 Create an Apex class and its test class

Lecture 139 Code coverage in Apex

Lecture 140 Code Coverage in Apex

Lecture 141 Code Coverage needed from one Sandbox to another

Section 36: Practice Test

Section 37: Governor Limits in Apex

Lecture 142 Governor Limits in Apex

Lecture 143 What happens when governor limit exception is thrown?

Lecture 144 What are limit apex methods in salesforce? Limit class in apex

Lecture 145 Salesforce Governor Limits

Section 38: Quiz

Section 39: Security Vulnerabilities in Apex and Visualforce

Lecture 146 Overview of different vulnerabilities which exist in Salesforce

Lecture 147 What is SOQL Injection and how can we prevent it?

Section 40: Save Order of Execution in Salesforce

Lecture 148 Save order of execution salesforce: Sequence of events after we save the record

Lecture 149 Relationship between Apex transaction and Save order of Execution

Section 41: Dynamic Apex in Salesforce

Lecture 150 Dynamic apex in salesforce: Use of Schema Class in Salesforce

Lecture 151 How to programmatically access and utilize the object schema?

Lecture 152 How to get all fields of object in salesforce using Dynamic Apex?

Lecture 153 Getting ChildRelationships from an object

Lecture 154 DescribingTabSetResult class: Describing tabs using Schema methods

Lecture 155 How to fetch Required fields of an object dynamically?

Section 42: Quiz

Section 43: Lightning Aura Components

Lecture 156 How to setup your custom Domain for salesforce Org??

Lecture 157 What is Salesforce Lightning component framework ???

Lecture 158 To add Styling to your Lightning Application using external static resource

Lecture 159 What are Attributes???

Lecture 160 What are component Attributes??

Lecture 161 Component Composition with example

Lecture 162 What is Salesforce Expression and aura:if component

Lecture 163 What are Global value provider?

Lecture 164 Standard and Force.com components

Lecture 165 Salesforce ui components: Input Text, Output TeXT and button

Lecture 166 Handling Events Using Client Side Controller

Lecture 167 Apex Server-Side Controller Overview

Lecture 168 How to Retrieve records from standard object in Lightning??

Lecture 169 Debugging Lightning Components

Section 44: Building our First Lightning App from scratch

Lecture 170 Overview of our Lightning App

Lecture 171 Creating the ContactController Class

Lecture 172 Creating the Lightning Application

Lecture 173 Creating the ContactList Component

Lecture 174 SearchBar component

Lecture 175 Creating the ContactDetails Component

Section 45: Lightning Web Components

Lecture 176 Lightning Web Component Introduction

Lecture 177 Overview of Lightning Web Components: Benefits of Lightning Web Components

Section 46: Setting up Development Environment for LWC Component

Lecture 178 Setting up Development Environment: Install Salesforce CLI and VIsual Studio

Lecture 179 Important Message

Lecture 180 Setting Up My Domain and Enable Dev Hub in Salesforce

Lecture 181 Create a Scratch Org

Lecture 182 Commands commands to use in Visual studio

Section 47: Building Lightning Web Components

Lecture 183 Building our First Lightning Web Component

Lecture 184 Data binding in Lightning Web Component

Section 48: Rendering Components Conditionally in LWC

Lecture 185 Render DOM Elements Conditionally using if:true|false directive

Lecture 186 If:True|False directive in Lightning Web Components

Section 49: Rendering List of Items in Lightning Web Components

Lecture 187 How to Render a List of Items in Lightning Web Components?

Lecture 188 How to Render a List using Iterator directive?

Section 50: Building Applications In Lightning Web Components

Lecture 189 Building a Simple Application: Simple Interest Calculator

Lecture 190 Building a Simple Application with Lightning Web Components: Shape Calculator

Section 51: Types of properties in lwc

Lecture 191 What are Public Properties in LWC?

Lecture 192 Salesforce Update related to LWC

Lecture 193 How to pass Data from Parent Component to Child Component in LWC?

Section 52: Lightning Web components Lifecycle Methods

Lecture 194 Component Lifecycle Hooks: Lifecycle Hooks in Lightning Web Components

Section 53: Lightning Web Components Communication

Lecture 195 How to call child component method from parent?

Lecture 196 Custom Event Communication from Child to Parent component

Lecture 197 Communicate with Events: Create and Dispatch of events

Lecture 198 Communicate with Events: Create and Dispatch of events

Lecture 199 Overview of Pub Sub Model in Lightning Web Component

Lecture 200 Learn about Pub Sub model with help of an example

Section 54: Working with Records inside Lightning Web Components

Lecture 201 Different ways to access salesforce data in Lightning web components

Lecture 202 How to create a Record using Lightning Data Service in Lightning web component?

Lecture 203 View and Create Record using Lightning Data Service

Lecture 204 Work With Records Using Base Components

Lecture 205 Work with Records Using Base Components :

Lecture 206 Display a Record with custom layout using base component

Lecture 207 How to access Salesforce Data using Base Components: lightning-record-edit-form

Lecture 208 How to create a new record using lightning-record-edit-form?

Lecture 209 Create and view the record using lightning-record-edit-form component

Lecture 210 How to fetch Records Via Apex?

Lecture 211 How to fetch records Via Apex?

Section 55: Toast Notifications in Lightning Web Components

Lecture 212 Using toast notifications in Lightning Web components

Section 56: Navigation Service in Lightning Web Components

Lecture 213 Navigation Service in Lightning Web Components

Lecture 214 Navigating to Object Record Pages

Lecture 215 Navigating to Account Record Recent List and Related Contact Records

Lecture 216 Navigating to Web Page

Lecture 217 Navigating to Home Page and Chatter Page

Section 57: Setting up our Salesforce Application

Lecture 218 10 Salesforce Extensions that will make you a Salesforce Expert

Section 58: Visualforce Components Tutorial

Lecture 219 What is Visualforce? When and Where to use Visualforce?

Lecture 220 Advantages of Visualforce?

Lecture 221 How do I enable Visualforce Developer Mode?

Lecture 222 Visualforce tags in salesforce

Lecture 223 Visualforce page tags in Salesforce: pageBlock and pageBlockSection tags

Lecture 224 Visualforce Components: PageBlockButtons tag in visualforce

Lecture 225 How to use apex:pageMessage in Visualforce Page?

Lecture 226 Overview of input tags in visualforce

Lecture 227 Visualforce input tags with example

Lecture 228 Visualforce Apex: outputlabel Tag and outputLink tag in Salesforce

Lecture 229 Apex PanelBar and PanelBarItem tags in Salesforce

Lecture 230 Apex PanelBar and PanelBarItem tags with Example

Lecture 231 Apex panelBarItem attributes : onLeave and onEnter with example

Lecture 232 Visualforce Component: apex panelGrid column width

Lecture 233 Apex panelGrid example

Lecture 234 tabPanel example in salesforce

Lecture 235 Apex toolbar tag in Visualforce

Lecture 236 Apex toolbar tag with example

Lecture 237 Standard Controller in Salesforce

Lecture 238 Standard Controller Salesforce Example

Lecture 239 How to use Standard Controller in Visualforce page?

Lecture 240 Standard List Controller In Salesforce

Lecture 241 Standard list controller apex

Lecture 242 Standard List Controller with Example

Lecture 243 What is standard list controller in salesforce?

Lecture 244 Standard list controller Actions

Lecture 245 Standard List Controller Pagination

Lecture 246 Using the standard list controller to edit multiple records

Lecture 247 Difference between Custom Controller and Extension in Salesforce

Lecture 248 Custom Controller in Salesforce

Lecture 249 Custom Controller in salesforce example

Lecture 250 What is Controller extension in Salesforce?

Lecture 251 Salesforce Multiple Controller Extensions

Lecture 252 How to call two multiple controller Extensions in visualforce page?

Lecture 253 Overview of custom list controller

Lecture 254 Salesforce custom list controller example

Lecture 255 StandardSetController Class example

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.