Data Integration Specialist
is one of the superbadges of Salesforce
trailhead(A New Approach to Learning Salesforce)
. The superbadge is specially designed for learning and testing integrations between different systems.
This repository is for solving all the problems and pass all the challenges in the way of earning this superbadge.
- Configure
outbound application
andintegration security
- Configure
inbound integration security
- Synchronize
Salesforce data
withexternal systems
- Synchronize
external system
datawith Salesforce
- Test
Apex
REST
andSOAP
callout and service logic
- Authenticating
Connected Applications
- Authenticating external services with
Named Credentials
- Consuming a
WSDL
and generating anApex proxy classes
to make aSOAP callout
- Making an
Apex REST callout
- Building an
Apex REST service
- Invoking asynchronous Apex with the
@future
annotation - Invoking a
queueable
Apex class - Apex testing with
mock service
calls - Configuring a Salesforce Connect
datasource
,external object
andrelationship