https://abload.de/img/ztmoxcc14exp62aorxtde0ydjc.jpg

Salesforce Certified Platform Developer I 2022
Last updated 9/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 13.46 GB | Duration: 26h 3m

Pass your Platform Developer 1 certification exam with this course.Learn Apex, Visualforce and Salesforce Development

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) 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 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: External Object in Salesforce and their associated relationships
Lecture 11 Salesforce External Object: External Objects and its relationships
Section 4: External ID in Salesforce
Lecture 12 External Ids in Saleforce: Which all field data types can be used as external ID
Section 5: 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 6: 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 7: 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 8: 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 9: 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 10: 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 11: Quiz
Section 12: 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 13: 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 14: 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 15: 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 16: 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 17: 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 18: 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 19: 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 20: 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 21: Working with sObject: What is sObject?
Lecture 94 SObject in salesforce: Declare a List of Sobject in salesforce
Section 22: Salesforce Inspector : powerful extension for Salesforce Developers
Lecture 95 Install Salesforce Inspector extension for your browser
Section 23: 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 24: Database Methods in Apex: Difference between DML statements and Database methods
Lecture 100 Difference between DML statement and Database methods
Lecture 101 Partial Update allowed in database methods
Lecture 102 Database Save Result[]
Lecture 103 Database Save Result[] retrieve the success and failure
Section 25: Batch Apex: What is Batch apex and when to use batch apex?
Lecture 104 What is batch apex and what are the different methods of batch class?
Section 26: REST and SOAP webservices
Lecture 105 How to expose your apex class as REST webservice and SOAP webservice?
Section 27: Exceptions in Apex: What are exceptions in Apex and how to handle exceptions ?
Lecture 106 Exception in apex: What is try catch finally block in apex?
Lecture 107 How to handle exception in apex using try-catch block?
Lecture 108 What is ListException in apex and how to handle this exception ?
Lecture 109 Null Pointer exception in Apex
Lecture 110 SObject Exception in Salesforce
Lecture 111 Common Exception methods and their usage
Lecture 112 DML exception in apex and how to handle them?
Lecture 113 DML Exception methods
Lecture 114 Exception methods related to DML exception
Lecture 115 Try with Multiple Catch block
Lecture 116 Custom exception in apex: How to create a custom exception in apex?
Section 28: Apex Testing and Debugging
Lecture 117 Apex test classes: How to write test classes?
Lecture 118 Create an Apex class and its test class
Lecture 119 Code coverage in Apex
Lecture 120 Code Coverage in Apex
Lecture 121 Code Coverage needed from one Sandbox to another
Section 29: Governor Limits in Apex
Lecture 122 Governor Limits in Apex
Lecture 123 What happens when governor limit exception is thrown?
Lecture 124 What are limit apex methods in salesforce? Limit class in apex
Lecture 125 Salesforce Governor Limits
Section 30: Quiz
Section 31: Security Vulnerabilities in Apex and Visualforce
Lecture 126 Overview of different vulnerabilities which exist in Salesforce
Lecture 127 What is SOQL Injection and how can we prevent it?
Section 32: Save Order of Execution in Salesforce
Lecture 128 Save order of execution salesforce: Sequence of events after we save the record
Lecture 129 Relationship between Apex transaction and Save order of Execution
Section 33: Dynamic Apex in Salesforce
Lecture 130 Dynamic apex in salesforce: Use of Schema Class in Salesforce
Lecture 131 How to programmatically access and utilize the object schema?
Lecture 132 How to get all fields of object in salesforce using Dynamic Apex?
Lecture 133 Getting ChildRelationships from an object
Lecture 134 DescribingTabSetResult class: Describing tabs using Schema methods
Lecture 135 How to fetch Required fields of an object dynamically?
Section 34: Quiz
Section 35: Setting up our Salesforce Application
Lecture 136 10 Salesforce Extensions that will make you a Salesforce Expert
Section 36: Visualforce Components Tutorial
Lecture 137 What is Visualforce? When and Where to use Visualforce?
Lecture 138 Advantages of Visualforce?
Lecture 139 How do I enable Visualforce Developer Mode?
Lecture 140 Visualforce tags in salesforce
Lecture 141 Visualforce page tags in Salesforce: pageBlock and pageBlockSection tags
Lecture 142 Visualforce Components: PageBlockButtons tag in visualforce
Lecture 143 How to use apex:pageMessage in Visualforce Page?
Lecture 144 Overview of input tags in visualforce
Lecture 145 Visualforce input tags with example
Lecture 146 Visualforce Apex: outputlabel Tag and outputLink tag in Salesforce
Lecture 147 Apex PanelBar and PanelBarItem tags in Salesforce
Lecture 148 Apex PanelBar and PanelBarItem tags with Example
Lecture 149 Apex panelBarItem attributes : onLeave and onEnter with example
Lecture 150 Visualforce Component: apex panelGrid column width
Lecture 151 Apex panelGrid example
Lecture 152 tabPanel example in salesforce
Lecture 153 Apex toolbar tag in Visualforce
Lecture 154 Apex toolbar tag with example
Lecture 155 Standard Controller in Salesforce
Lecture 156 Standard Controller Salesforce Example
Lecture 157 How to use Standard Controller in Visualforce page?
Lecture 158 Standard List Controller In Salesforce
Lecture 159 Standard list controller apex
Lecture 160 Standard List Controller with Example
Lecture 161 What is standard list controller in salesforce?
Lecture 162 Standard list controller Actions
Lecture 163 Standard List Controller Pagination
Lecture 164 Using the standard list controller to edit multiple records
Lecture 165 Difference between Custom Controller and Extension in Salesforce
Lecture 166 Custom Controller in Salesforce
Lecture 167 Custom Controller in salesforce example
Lecture 168 What is Controller extension in Salesforce?
Lecture 169 Salesforce Multiple Controller Extensions
Lecture 170 How to call two multiple controller Extensions in visualforce page?
Lecture 171 Overview of custom list controller
Lecture 172 Salesforce custom list controller example
Lecture 173 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.

https://abload.de/img/salesforcecertifiedplffelu.jpg

download скачать from RapidGator

Код:
https://rapidgator.net/file/ba8b2226d6abaa4cb9c170f9f8853cf6/Salesforce_Certified_Platform_Developer_I.part1.rar
https://rapidgator.net/file/df7284605df2c96c409ef6aa910763cc/Salesforce_Certified_Platform_Developer_I.part2.rar
https://rapidgator.net/file/b8669ff3be09836d785284066e196211/Salesforce_Certified_Platform_Developer_I.part3.rar
https://rapidgator.net/file/61030c32f0e9b42435c2da8ff1d6714d/Salesforce_Certified_Platform_Developer_I.part4.rar
https://rapidgator.net/file/a4bcf7081325726292a4423de7a1d3c5/Salesforce_Certified_Platform_Developer_I.part5.rar
https://rapidgator.net/file/572ecbb91efc4761bf18ea4bb52bb77c/Salesforce_Certified_Platform_Developer_I.part6.rar
https://rapidgator.net/file/c57894fc160cbf5c9ad2f6a6fe8e6185/Salesforce_Certified_Platform_Developer_I.part7.rar