277 / 279 · Module 19 — Requirements Gathering for Mule/Salesforce Integrations · filtered: code← prev⊞ allnext →
19.11Ask about duplicates
Business question:
“What should happen if the source sends a customer ID that already exists?”
Maybe:
update existing
Then:
“What if Salesforce already contains two Accounts with that ID?”
Now you've uncovered a data-quality exception.
Possible expected behavior:
fail + alert
rather than randomly choosing one.