وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Salesforce Certified Platform Developer I – Part One

سرفصل های دوره

0-Introduction to the course
  • 1 - Introduction to the course
  • 2 - Create your Developer Account to practice along with me

  • 1 - Navigating Salesforce UI Learn about Objects and fields
  • 3 - What is Object Tabs User and Profiles in Salesforce Quick overview
  • 4 - Standard and Custom Object in Salesforce How to create a custom object
  • 5 - How to add fields to the custom object Adding fields using Object Manager
  • 6 - Schema Builder in Salesforce How to add fields using Schema Builder

  • 2 - Types of Relationship in Salesforce Lookup Master Detail Many to Many
  • 7 - Relationship fields in Salesforce Types of relationship in Salesforce
  • 8 - Lookup vs Master Detail relationship Difference between lookup & Master Detail
  • 9 - Many to Many relationship in Salesforce Junction Object in Salesforce
  • 10 - Hierarchical Relationship in Salesforce

  • 3 - External Object in Salesforce and their associated relationships
  • 11 - Salesforce External Object External Objects and its relationships

  • 4 - External ID in Salesforce
  • 12 - External Ids in Saleforce Which all field data types can be used as external ID

  • 5 - Validation Rules in Salesforce What are validation rules & why do we need them
  • 13 - Validation Rule in Salesforce Create your first Validation rule
  • 14 - Restrict Data Input by using Validation rules Validation rules Example 2
  • 15 - Learn about isPickVal and isBlank functions Validation rule example 3
  • 16 - REGEX Validation in Salesforce Learn Regex In Salesforce with Example

  • 6 - Importing and Exporting Data in Salesforce Data Loader and Data Import Wizard
  • 17 - Importing and exporting data in Salesforce Data Import Wizard and Data Loader
  • 18 - Steps to install Data Loader and Jdk.html
  • 18 - steps-to-download-data-loader.zip
  • 19 - EmployeeData1-Insert.csv
  • 19 - Import Records using Data Loader Insert new records using Data loader
  • 20 - EmployeeData1Update.csv
  • 20 - Update records using Data Loader
  • 21 - EmployeeData1Delete.csv
  • 21 - EmployeeData1Upsert.csv
  • 21 - Upsert and Delete operation Using Data Loader
  • 22 - Export Data using Data loader Difference between Export and Export All
  • 23 - EmployeeDataInsert-ImportWizard.csv
  • 23 - Insert records using Data Import Wizard
  • 24 - EmployeeDataUpdate-DataImportWizard.csv
  • 24 - EmployeeDataUpsert-DataImport.csv
  • 24 - Update and Upsert using Data Import Wizard Update and Upsert operation
  • 25 - Difference between Data loader and Import Wizard
  • 26 - Data Export Service in Salesforce Salesforce Data Export

  • 7 - Salesforce Automation Tools Workflow Process Builder Approval Process & Flow
  • 27 - Automate Business processes What is a workflow in salesforce and how to create
  • 28 - Send Email Alert using workflows
  • 29 - Workflow Field update using Workflow

  • 8 - Automate Business Processes using Approval Process
  • 30 - What are approval process and how to create an approval process
  • 31 - Create an Approval Process using Standard Wizard

  • 9 - Automate Business Process using Process Builder
  • 32 - Process builder in Salesforce
  • 33 - Automate Business Process using Process Builder Part 1
  • 34 - Automate Business Process using Process Builder Part 2

  • 10 - Flows in Salesforce What are flows in Salesforce and different types of Flows
  • 35 - Flows in Salesforce What are flows and different types of flows
  • 36 - Record Triggered flow in Salesforce with Example
  • 37 - Screen flow in Salesforce with example
  • 38 - How to launch a flow from button in Salesforce
  • 39 - How to create a Screen flow in Salesforce
  • 40 - Add Actions to your flow Add Send email action to your flow
  • 41 - Schedule triggered flows in Salesforce What is Schedule triggered flow
  • 42 - Platform Event Trigger flow in Salesforce
  • 43 - Platform Event Trigger flow How to create a Platform Event trigger flow
  • 44 - How to test Platform Event Trigger flow in Salesforce
  • 45 - What is Auto launched flow in Salesforce What is the use of auto launched flow
  • 46 - How to create Auto Launched flow
  • 47 - Create Auto Launched flow in Salesforce
  • 48 - Salesforce auto launched flow with example
  • 49 - Invoke flow from Apex

  • 11 - Developer Fundamentals Basics of Apex
  • 50 - What is Apex When to use Apex Overview of Apex Programming
  • 51 - Apex Syntax Overview of Apex Code Variables Expression SOQL DML statement
  • 52 - Overview of Developer Console What Is Developer Console used for
  • 53 - Variable in Apex What is a variable and why do we need them
  • 54 - Write our first Program in Apex
  • 55 - Apex Data types What are the different data types available in apex

  • 12 - Date Time Datetime Data types in Apex
  • 56 - Date data type in apex How to declare a date variable in apex
  • 57 - Time Data type in apex Time Class and its methods
  • 58 - Datetime data type and its associated methods
  • 59 - Datetime variable explanation with example

  • 13 - String Data type
  • 60 - String Data type in apex Declare a String variable
  • 61 - String class and important methods of String class
  • 62 - String data type in use

  • 14 - Conditional Ifelse statement in Apex and Switch Statement in Apex
  • 63 - If else statement in Apex explained with the help of an example
  • 64 - What are conditional statement in apex how does if else statement work in apex
  • 65 - If Else explained with the help on an example
  • 66 - If ElseIf statement in Apex
  • 67 - If ElseIf statement in apex explained with the help of an example
  • 68 - Switch Statement in Apex
  • 69 - How to use switch statement in apex
  • 70 - Switch Statement in Apex with example explained

  • 15 - Loops in Apex For Loop Nested for loop and While loop
  • 71 - What are the different types of loops in Apex
  • 72 - While loop in Apex with an example
  • 73 - For loop in Apex
  • 74 - For Loop in Practice How to write a for loop
  • 75 - Different types of for loop in apex
  • 76 - Break and Continue statement in apex When to use Break and continue
  • 77 - Nested for loop in apex How does nested loop work

  • 16 - Different types of collections in Apex List Set and Map in Apex
  • 78 - Different types of Collection in apex
  • 79 - Collection in Apex
  • 80 - Declare a list variable Important List methods
  • 81 - Incompatible type exception in List
  • 82 - Set Collection in apex Difference between Set and List in apex

  • 17 - Classes in Apex
  • 83 - Classes and Objects in Apex
  • 84 - Create a new Apex Class
  • 85 - Difference between Public and Private Access Modifier in Apex
  • 86 - Method Declaration in Apex
  • 87 - What is Method Overloading

  • 18 - Constructors in Apex
  • 88 - Constructors in Apex What are constructors in Apex
  • 89 - Why Instance variables needs to be declared with Private Access modifier
  • 90 - Constructors in Apex with example

  • 19 - Static and Non static Method AND Static and Non Static Variable in Apex
  • 91 - Difference between Static and Nonstatic Method in Apex
  • 92 - Difference between Static and Non static variable in Apex
  • 93 - Difference between Static and Non static variable with example

  • 20 - Working with sObject What is sObject
  • 94 - SObject in salesforce Declare a List of Sobject in salesforce

  • 21 - Salesforce Inspector powerful extension for Salesforce Developers
  • 95 - Install Salesforce Inspector extension for your browser

  • 22 - SOSL and SOQL queries in apex
  • 96 - What is SOSL and SOQL queries in Salesforce
  • 97 - Retrieve records using SOQL
  • 98 - Salesforce Object Query Language
  • 99 - Group by query salesforce Count number of records in SOQL query

  • 23 - Database Methods in Apex Difference between DML statements and Database methods
  • 100 - Difference between DML statement and Database methods
  • 101 - Partial Update allowed in database methods
  • 102 - Database Save Result
  • 103 - Database Save Result retrieve the success and failure

  • 24 - Batch Apex What is Batch apex and when to use batch apex
  • 104 - What is batch apex and what are the different methods of batch class

  • 25 - REST and SOAP webservices
  • 105 - How to expose your apex class as REST webservice and SOAP webservice

  • 26 - Exceptions in Apex What are exceptions in Apex and how to handle exceptions
  • 106 - Exception in apex What is try catch finally block in apex
  • 107 - How to handle exception in apex using trycatch block
  • 108 - What is ListException in apex and how to handle this exception
  • 109 - Null Pointer exception in Apex
  • 110 - SObject Exception in Salesforce
  • 111 - Common Exception methods and their usage
  • 112 - DML exception in apex and how to handle them
  • 113 - DML Exception methods
  • 114 - Exception methods related to DML exception
  • 115 - Try with Multiple Catch block
  • 116 - Custom exception in apex How to create a custom exception in apex

  • 27 - Apex Testing and Debugging
  • 117 - Apex test classes How to write test classes
  • 118 - Create an Apex class and its test class
  • 119 - Code coverage in Apex
  • 120 - Code Coverage in Apex
  • 121 - Code Coverage needed from one Sandbox to another

  • 28 - Governor Limits in Apex
  • 122 - Governor Limits in Apex
  • 123 - What happens when governor limit exception is thrown
  • 124 - What are limit apex methods in salesforce Limit class in apex
  • 125 - Salesforce Governor Limits

  • 29 - Security Vulnerabilities in Apex and Visualforce
  • 126 - Overview of different vulnerabilities which exist in Salesforce
  • 127 - What is SOQL Injection and how can we prevent it

  • 30 - Save Order of Execution in Salesforce
  • 128 - Save order of execution salesforce Sequence of events after we save the record
  • 129 - Relationship between Apex transaction and Save order of Execution

  • 31 - Dynamic Apex in Salesforce
  • 130 - Dynamic apex in salesforce Use of Schema Class in Salesforce
  • 131 - How to programmatically access and utilize the object schema
  • 132 - How to get all fields of object in salesforce using Dynamic Apex
  • 132 - source code.zip
  • 133 - Getting ChildRelationships from an object
  • 133 - tutorial5childrelationshipnamefortheobject.zip
  • 134 - DescribingTabSetResult class Describing tabs using Schema methods
  • 135 - How to fetch Required fields of an object dynamically

  • 32 - Setting up our Salesforce Application
  • 136 - 10 Salesforce Extensions that will make you a Salesforce Expert.html

  • 33 - Visualforce Components Tutorial
  • 137 - What is Visualforce When and Where to use Visualforce
  • 138 - Advantages of Visualforce
  • 139 - How do I enable Visualforce Developer Mode
  • 140 - Visualforce tags in salesforce
  • 141 - Visualforce page tags in Salesforce pageBlock and pageBlockSection tags
  • 142 - Visualforce Components PageBlockButtons tag in visualforce
  • 143 - How to use apexpageMessage in Visualforce Page
  • 144 - Overview of input tags in visualforce
  • 145 - Visualforce input tags with example
  • 146 - Visualforce Apex outputlabel Tag and outputLink tag in Salesforce
  • 147 - Apex PanelBar and PanelBarItem tags in Salesforce
  • 148 - Apex PanelBar and PanelBarItem tags with Example
  • 149 - Apex panelBarItem attributes onLeave and onEnter with example
  • 150 - Visualforce Component apex panelGrid column width
  • 151 - Apex panelGrid example
  • 152 - tabPanel example in salesforce
  • 153 - Apex toolbar tag in Visualforce
  • 154 - Apex toolbar tag with example
  • 155 - Standard Controller in Salesforce
  • 156 - Standard Controller Salesforce Example
  • 157 - How to use Standard Controller in Visualforce page
  • 158 - Standard List Controller In Salesforce
  • 159 - Standard list controller apex
  • 160 - Standard List Controller with Example
  • 161 - What is standard list controller in salesforce
  • 162 - Standard list controller Actions
  • 163 - Standard List Controller Pagination
  • 164 - Using the standard list controller to edit multiple records
  • 165 - Difference between Custom Controller and Extension in Salesforce
  • 166 - Custom Controller in Salesforce
  • 167 - Custom Controller in salesforce example
  • 168 - What is Controller extension in Salesforce
  • 169 - Salesforce Multiple Controller Extensions
  • 170 - How to call two multiple controller Extensions in visualforce page
  • 171 - Overview of custom list controller
  • 172 - Salesforce custom list controller example
  • 173 - StandardSetController Class example
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 9223
    حجم: 13759 مگابایت
    مدت زمان: 1564 دقیقه
    تاریخ انتشار: 22 فروردین 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید