One of the biggest pain points I run into, particularly when reconnecting our sandbox to a refreshed Salesforce environment, is how the Connector jobs handle failures related to field deprecations. Instead of notifying the admin of every identified failure point, we’re only provided (what I imagine is) the first failure point that the connector identifies.
Example could be…
- Job A -- Fails because (Field A) has been removed.
- Remove Field A and run again.
- Job A -- Fails because (Field B) has been removed.
- Remove Field B and run again
- Job A -- Fails because (Field C) has been removed.
Given that neither the in-app logs nor email notification provide a full list of failure points, you’re essentially locked in a continuous loop of removing items one at a time until you finally get them all.
If possible, it would be great to see this enhanced so that the failure logs provide a full list of errors for quicker remediation.