BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
6 / 18 · Module 9 — API-Led Architecture · filtered: cheatsheet← prev⊞ allnext →

9.20Reuse is the major goal

Suppose three processes need customer data:

Order Process API
Case Process API
Billing Process API

Instead of each implementing:

Salesforce Connector
SOQL
OAuth
error handling
mapping

they all call:

Customer Salesforce System API

That is real reuse.