Learning Salesforce.com Development

Go to class
Write Review

Free Online Course: Learning Salesforce.com Development provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Learning Salesforce.com Development is taught by Duard Lynn Davis.

Overview
  • Discover Salesforce development. Explore the Salesforce development environment, get started with Apex programming, and review code examples for triggers and trigger handlers.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Exercise files
    1. Introduction to Environment
    • Environment setup
    • Environment overview
    • Execution governors and limits
    • Java-like but different
    • SQL-like but different
    • Bulkification and triggers
    • Maps, lists, and sets
    • Batch Apex
    • Introduction to debugging and logging
    2. Sets, Lists, and Maps
    • Sets
    • Lists
    • Maps
    3. Trigger and Trigger Handlers
    • Best practice
    • Not best practice, but very common
    • Bulkification of triggers
    4. Batch Apex
    • Basic structure
    • Loader
    • Scheduler
    • Controller
    • Batch Apex demo
    5. Debugging and Logging
    • Debugging and logging comparison
    • Debugging demo
    • Logging demo
    Conclusion
    • Good bye