Build Apex Coding Skills

Go to class
Write Review

Free Online Course: Build Apex Coding Skills provided by Trailhead is a comprehensive online course, which lasts for 4 hours worth of material. The course is taught in English and is free of charge.

Overview
  • Get familiar with Apex and expand your admin toolkit.

    • Learn the fundamentals of the Apex programming language.
    • Enhance your Salesforce data with Apex classes, objects, DML, sets, and loops.
    • Create SOQL Queries to get data from your Salesforce org.
    • Write Apex code to automate a business task.

Syllabus
    • Apex Basics for Admins
      • Get Started with Apex
      • Practice in the Developer Console
      • Use Collections
      • Control Data Flow
      • Use Loops
    • Object-Oriented Programming for Admins
      • Create Classes and Objects
      • Use sObjects and DML
      • Define Sets and Maps
      • Use a For Loop to Iterate Through a List
    • SOQL for Admins
      • Get Started with SOQL Queries
      • Create SOQL Queries in Apex Classes
      • Create Relationship Queries with Standard Objects
      • Create Relationship Queries with Custom Objects
      • Use Bind Variables and Aggregate Functions
    • Use Apex to Automate Business Processes
      • Set Up the BOTanicals App
      • Create the Automation to Run the Free Bouquet Promotion
      • Use Salesforce Data in Apex Code
      • Create and Test a Trigger