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

Salesforce Development and Integration

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

Learn Apex Triggers, Lightning Web Components, Batch Apex, Apex Testing, SOQL, SOAP, REST Integration with 60+ examples


1. Course Agenda
  • 1. Course Agenda

  • 2. Basic Apex Triggers
  • 1. Signup for Salesforce Developer Edition Org
  • 2.1 Introduction to Apex Triggers.txt
  • 2. Introduction to Apex Triggers
  • 3.1 AccountTrigger - Before Insert.txt
  • 3. Apex Trigger Example 1 - Before Insert
  • 4.1 AccountTrigger - Before Insert - Before Update.txt
  • 4. Apex Trigger Example 2 - Before Insert, Before Update
  • 5.1 AccountTrigger - Before Delete.txt
  • 5. Apex Trigger Example 3 - Before Delete
  • 6.1 AccountTrigger - After Insert.txt
  • 6. Apex Trigger Example 4 - After Insert
  • 7.1 AccountTrigger - After Update.txt
  • 7. Apex Trigger Example 5 - After Update
  • 8.1 AccountTrigger - After Delete.txt
  • 8. Apex Trigger Example 6- After Delete
  • 9.1 AccountTrigger - After Undelete.txt
  • 9. Apex Trigger Example 7 - After Undelete
  • 10.1 UpdateContactTrigger.txt
  • 10. Apex Trigger Example 8 - Before Insert
  • 11.1 ContactValidationTrigger.txt
  • 11. Apex Trigger Example 9 - Before Insert, Before Update
  • 12.1 CreateChatterPostTrigger.txt
  • 12. Apex Trigger Example 10 - After Insert, After Update
  • 13.1 CreateTaskTrigger.txt
  • 13. Apex Trigger Example 11 - After Insert, After Update
  • 14.1 UpdateAccountTrigger.txt
  • 14. Apex Trigger Example 12 - After Update
  • 15.1 PreventEmailChange.txt
  • 15. Apex Trigger Example 13 - Before Update.html
  • 16.1 Trigger-UpdateAccountOwnerName.txt
  • 16. Apex Trigger Example 14 - Before Insert, Before Update
  • 17.1 CreateCOntactsBasedOnGivenNumber.txt
  • 17. Apex Trigger Example 15 - After Insert.html

  • 3. Advanced Apex Triggers
  • 1.1 PrimaryContactTrigger.txt
  • 1. Before Insert, Before Update Trigger
  • 2.1 Apex Trigger to update ISO Code in Contact record..docx
  • 2. Before Insert, Before Update Trigger
  • 3.1 PreventAccountDeletetion.txt
  • 3. Before Delete Trigger
  • 4.1 OpportunityTrigger.txt
  • 4. After Insert, After Update, After Delete, After Undelete Trigger

  • 4. One Trigger Per Object Design Pattern - Apex Trigger with Trigger Handler
  • 1.1 One Trigger Per Object design pattern-Account Trigger with Trigger Handler.txt
  • 1. Apex Trigger with Trigger Handler
  • 2.1 One Trigger Per Object design pattern-Account Trigger with Trigger.operationType.txt
  • 2. Apex Trigger with operation type

  • 5. Batch Apex
  • 1.1 BatchApexUpdateAccounts.txt
  • 1. Batch Apex - Example
  • 2.1 BatchApexUpdateAccounts-Stateful.txt
  • 2. Batch Apex - Stateful
  • 3.1 BatchApexDeleteAccountRecords.txt
  • 3. Batch Apex - Example

  • 6. Schedule Apex
  • 1.1 Schedule Batch Apex.txt
  • 1. Schedule Batch Apex
  • 2.1 TaskCreationScheduleClass.txt
  • 2. Schedule Apex.html

  • 7. Apex Testing
  • 1. Introduction to Apex Test Classes
  • 2.1 Apex Test Class for Apex Trigger.txt
  • 2. Apex Test Class for Apex Trigger
  • 3.1 Apex Test Class with Test Data Factory.txt
  • 3. Apex Test Class with Test Data Factory
  • 4.1 Apex Test Class for Batch Apex.txt
  • 4. Apex Test Class for Batch Apex
  • 5.1 Apex Test Class for Trigger - PreventAccountDeletetion.txt
  • 5. Apex Test Class for Apex Trigger
  • 6.1 Apex Test Class for OpportunityTrigger.txt
  • 6. Apex Test Class for Apex Trigger
  • 7.1 Test Setup Method in Test Class.txt
  • 7. Test Setup Method in Apex Test Class.html
  • 8.1 Use @future to Bypass the Mixed DML Error in a Test Method.txt
  • 8. Use @future to Bypass the Mixed DML Error in a Test Method.html

  • 8. Salesforce to Salesforce Integration using SOAP Inbound, Outbound Web Service
  • 1.1 SOAP Integration.pdf
  • 1. Salesforce to Salesforce Integration using SOAP Inbound, Outbound Web Service

  • 9. Salesforce Integration using REST
  • 1.1 REST Inbound Web Service.pdf
  • 1. REST Inbound Integration using Apex
  • 2.1 REST Callout.pdf
  • 2. REST Callouts using Apex
  • 3.1 Rest Inbound Web Service Example.txt
  • 3. REST Inbound Web Service.html

  • 10. Salesforce Object Query Language (SOQL)
  • 1. SOQL - Basics
  • 2. SOQL - Aggregate Functions
  • 3. SOQL - Child to Parent and Parent to Child Relationship Queries
  • 4.1 SOQL - Date Formats and Date Literals.txt
  • 4. SOQL - Date Literals
  • 5.1 SOQL Bind Variables.txt
  • 5. SOQL - Bind Variables
  • 6.1 Date Functions.txt
  • 6. SOQL - Date Functions.html
  • 7.1 Query Five Levels of Parent-to-Child Relationships in SOQL Queries.txt
  • 7. Query Five Levels of Parent-to-Child Relationships in SOQL Queries.html

  • 11. Create, Update, Delete, Undelete multiple records using Apex
  • 1. Apex Code to create multiple Account records from Developer Console
  • 2. Apex Code to update multiple Account records from Developer Console
  • 3. Apex Code to delete multiple Account records from Developer Console
  • 4.1 Apex Code to Undelete Account Records.txt
  • 4. Apex Code to restore deleted Account records.html

  • 12. Lightning Web Components (LWC)
  • 1.1 Install Visual Studio Code.docx
  • 1. Setup Visual Studio Code.html
  • 2. Run Commands from Visual Studio Code.html
  • 3. LWC - Hello World
  • 4.1 Decorators.txt
  • 4. Decorators
  • 5.1 LwcLifecycleHooks.txt
  • 5. Lifecycle Hooks
  • 6.1 LwcRecordForm.txt
  • 6. LWC - Record Form
  • 7.1 LwcRecordEditForm.txt
  • 7. LWC - Record Edit Form
  • 8.1 LwcRecordViewForm.txt
  • 8. LWC - Record View Form
  • 9.1 DisplayAccountsUsingWire.txt
  • 9. LWC - Wire Example 1
  • 10.1 SearchContactsUsingWire.txt
  • 10. LWC - Wire Example 2
  • 11.1 DisplayContactsUsingImperative.txt
  • 11. LWC - Imperative Example
  • 12.1 DisplayUpdateDeleteAccounts.txt
  • 12. Display, Update, Delete Account Records Using LWC and Apex
  • 13.1 LWC - Parent to Child Communication.txt
  • 13. LWC - Parent to Child Communication
  • 14.1 LWC - ChildToParentEventCommunication.txt
  • 14. LWC - Child to Parent Event Communication
  • 15.1 LMS.txt
  • 15. Communication between unrelated Components using Lightning Message Service
  • 16. The Course is not over yet. Will be Adding more sessions related to Development.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 27757
    حجم: 4308 مگابایت
    مدت زمان: 616 دقیقه
    تاریخ انتشار: 28 آذر 1402
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید