277 / 279 · Module 19 — Requirements Gathering for Mule/Salesforce Integrations · filtered: code← prev⊞ allnext →
19.14Ask about timing
Not:
“Should it be real-time?”
That's too vague.
Ask:
“How long after a customer changes in the source is it acceptable for Salesforce to still show the old value?”
Possible answers:
< 5 seconds
< 5 minutes
same day
overnight
Those answers tell you whether you need:
synchronous API
events/CDC
queue
15-minute scheduler
nightly batch