Save on skills. Reach your goals from $11.99

Salesforce Developer Bölümünü Türkçe Öğrenin

Last updated on November 22, 2024 7:24 pm
Category:

Description

What you’ll learn

  • Salesforce developer olabilirler
  • Apex triggerları anlama
  • Apex classları anlama
  • deveoloper parta hakim olma

Bu kursda öğreneceklerimiz;

A) Apex object oriented programming 

  • Classes

  • Objects

  • Encapsulation

  • Polymorphism

  • Inheritance

  • Abstraction

B) Test Class

  • Best Practices of Test Classes in Apex

  • How to Create Test Data

    • 1) Manually create it for each test

    • 2) Load data via CSV Static Resource

    • 3) Test Setup (@TestSetup)

    • 4) Test Factory

C) TRİGGER

  1. Bulk Triggers

  2. Trigger Syntax

  3. Trigger Context Variables

  4. Context Variable Considerations

  5. Common Bulk Trigger Idioms

  6. Defining Triggers

  7. Triggers and Merge Statements

  8. Triggers and Recovered Records

  9. Triggers and Order of Execution

D) SOQL

E) Asynchronous Apex

Queueable Apex

  • To start a long-running operation and get an ID for it

  • To pass complex types to a job

  • To chain jobs

Scheduled Apex

  • To schedule an Apex class to run on a specific schedule

Batch Apex

  • For long-running jobs with large data volumes that need to be performed in batches, such as database maintenance jobs

  • For jobs that need larger query results than regular transactions allow

Future Methods

  • When you have a long-running method and need to prevent delaying an Apex transaction

  • When you make callouts to external Web services

  • To segregate DML operations and bypass the mixed save DML error

F) Exception

  • Exception Statements

  • Exception Handling Example

  • Built-In Exceptions and Common Methods

  • Catching Different Exception Types

  • Create Custom Exceptions

Who this course is for:

  • salesforce developer öğrenmek isteyenler

Reviews

There are no reviews yet.

Be the first to review “Salesforce Developer Bölümünü Türkçe Öğrenin”

Your email address will not be published. Required fields are marked *