function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
expediteshipexpediteship 

Very strange query error

I make the folowing query via Sforce Explorer:

Select AccountId, Amount, DeliveryInstallationStatus__c, Description, HasOpportunityLineItem, Id, IsClosed, IsWon, Name, OwnerId, Pricebook2Id, StageName from Opportunity  where IsWon = true and DeliveryInstallationStatus__c = 'Yet to begin'

The response is correct and corresponding to what I have entered in Sforce.

A person from different place is making the same request for testing purposes with my credentials.

He sees different values for Amount and different Id's. Otherwise the other parameters are the same.

What he sees are old values I had 10days ago.

How is this possible - I to get the actual values, he to get different (old) values?

expediteshipexpediteship
I fugured out where the problem is. Entirely mine. No problems now.