We have around 114500 contacts/accounts in Salesforce, we have a Query where we only pull all contacts where the email adres is not empty and the field passive is not 1.
Wich leaves us with around 60000 contacts/accounts.
When the email adress in SF is erased, other fields do not get updated.
Is there a way to update the other fields when the email adres is erased and the field passive is changed?
We need the data for passive and email adres changed, and then its ok the contact or account.
I hop this is clear because my english isnt that great.
Comments
Comment #2
aaronbaumanI'm sorry I don't understand what you mean by "field passive"
Each mapping has a "pull trigger date" which is used to determine whether a Salesforce record has been updated.
If you're using formula fields, then the date value will not change, and you'll need to figure out another mechanism to trigger a pull.
Some people have had good luck with rollup fields, or nightly batches, but that can also be overkill.
Another approach is to create a cron-based polling mechanism from Drupal to queue those records you need.
Comment #3
aaronbaumanComment #4
aaronbauman8.x is no longer supported