Can I Incrementally Sync Objects That Are Replicateable but Not Updateable?
Fivetran re-imports tables for Salesforce objects where the replicateable property is set to FALSE
. For more information, see our Salesforce Re-import tables documentation.
The updateable
flag only indicates whether the Salesforce API allows you to modify records for that object. Therefore, we can still incrementally sync Salesforce objects marked as replicateable=TRUE
, but updateable=FALSE
.