BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
16 / 18 · Module 19 — Requirements Gathering for Mule/Salesforce Integrations · filtered: cheatsheet← prev⊞ allnext →

19.7Null semantics deserve their own meeting

Ask explicitly:

“If the source stops sending a value, should we leave the Salesforce field unchanged or clear it?”

Those are very different:

field omitted
→ preserve

field = null
→ clear

Maybe.

Or Product may say:

both mean clear

Don't decide this yourself.

This single ambiguity can destroy large amounts of Salesforce data.