I've noticed that if I create a contact using the rest api, it can take a few minutes before a query will return that new contact. Is there any way to speed up the propagation so it takes a few seconds at most?
Attribution to: Joren
Possible Suggestion/Solution #1
I have noticed the same thing. I assume it has to do with salesforce indexing of search results.
If you query by ID you will get the record immediately. If you are searching (by ID or anything else) using salesforce search box then it may be delayed.
Attribution to: Eric
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/32113