Skip to content

Instantly share code, notes, and snippets.

@eshaben
Last active December 19, 2017 22:32
Show Gist options
  • Save eshaben/ba02d399cf09525fafaa471c376874ed to your computer and use it in GitHub Desktop.
Save eshaben/ba02d399cf09525fafaa471c376874ed to your computer and use it in GitHub Desktop.

Trail: Developer Beginner

Platform Development Basics

  • Get Started with the Salesforce Platform
  • Develop Without Code
  • Code with Salesforce Languages
  • Extend the Salesforce Platform

Data Modeling

  • Understand Custom & Standard Objects
  • Create Object Relationships
  • Work with Schema Builder

Data Management

  • Import Data
  • Export Data

Data Security

  • Overview of Data Security
  • Control Access to the Org
  • Control Access to Objects
  • Contral Access to Fields
  • Control Access to Records
  • Create a Role Hierarchy
  • Define Sharing Rules

Formulas & Validations

  • Use Formula Fields
  • Implement Roll-Up Summary Fields
  • Create Validation Rules

Process Automation

  • Figure Out Which Tool to Use
  • Automate Basic Business Process with Process Builder
  • Collect Information from Users and then Operate on It with Visual Workflow
  • Automate Sets of Delayed Actions with Workflow
  • Customize How Records Get Approved with Approvals

Salesforce Mobile App Customization

  • Get Started with the Salesforce Mobile App
  • Create Global Quick Actions
  • Create Object-Specific Quick Actions
  • Customize Compact Layouts
  • Customize Navigation

Apex Basics & Database

  • Get Started with Apex
  • Use sObjects
  • Manipulate Records with DML
  • Write SOQL Queries
  • Write SOSL Queries

Apex Triggers

  • Get Started with Apex Triggers
  • Bulk Apex Triggers

Apex Testing

  • Get Started with Apex Unit Tests
  • Test Apex Triggers
  • Create Test Data for Apex Tests

Visualforce Basics

  • Get Started with Visualforce
  • Create and Edit Visualforce Pages
  • Use Simple Variables and Formulas
  • Use Standard Controllers
  • Display Records, Fields, and Tables
  • Input Data using Forms
  • Use Standard List Controllers
  • Use Static Resources
  • Create & Use Custom Controllers

Developer Console Basics

  • Get Started with the Developer Console
  • Navigate and Edit Source Code
  • Generate and Analyze Logs
  • Inspect Objects at Checkpoints
  • Execute SOQL and SOSL Queries

Search Solution Basics

  • Choose the Right Search Solution
  • Build Search for Common Use Cases
  • Optimize Search Results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment