Salesforce Trailhead Superbadge 'Apex Specialist'
Apex Specialist
is one of the superbadges of Salesforce
trailhead(A New Approach to Learning Salesforce)
.
This repository is for solving all the problems and pass all the challenges in the way of earning this superbadge.
Actions to Earn This Superbadge
- Automate record creation using
Apex triggers
- Synchronize Salesforce data with an external system using
asynchronous
REST callouts
Schedule
synchronization using Apex code- Test automation logic to confirm Apex trigger side effects
- Test integration logic using
callout mocks
- Test scheduling logic to confirm action gets
queued
Concepts Tested in This Superbadge
Apex Triggers
Asynchronous Apex
Apex Integration
Apex Testing