5.39Sandbox versus production schema drift
Imagine QA Salesforce:
New_Status__c
exists.
Production:
field not deployed
Your Mule code deploys successfully.
First production request:
INVALID_FIELD
This is why schema/environment consistency is an integration concern.
Things to verify:
object exists
field exists
API name matches
field type matches
external ID configured
permissions configured
validation rules aligned