• Daniel Sadavoy
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Wrong data is being shown and it's making people sad :(


We have a VF page that we embedded in the Account page layout. 
The VF page just has a few <div>'s with a few fields from the account. They are shown using apex:outputText tags.

What people are finding is that when looking at different account pages, sometimes the VF will show values from a previously viewed account! Like the VF page has cached the values, and is not refreshing.

A few things:
This only happens on Salesforce1, desktop is fine.
We have tried turning off cacheing in both the header and the app, but no avail. 
We tried putting a refresh call in the VF page, but no good. 

Anyone else experienced this issue? 
Many thanks,
Daniel
 
Wrong data is being shown and it's making people sad :(


We have a VF page that we embedded in the Account page layout. 
The VF page just has a few <div>'s with a few fields from the account. They are shown using apex:outputText tags.

What people are finding is that when looking at different account pages, sometimes the VF will show values from a previously viewed account! Like the VF page has cached the values, and is not refreshing.

A few things:
This only happens on Salesforce1, desktop is fine.
We have tried turning off cacheing in both the header and the app, but no avail. 
We tried putting a refresh call in the VF page, but no good. 

Anyone else experienced this issue? 
Many thanks,
Daniel