You need to sign in to do that
Don't have an account?

Salesforce1 is not refreshing Visualforce page embedded in Standard Page Layout
Hi everyone,
I am experiencing a strange issue with the Salesforce1. Below is the background info:
Has anyone experienced something similar and can suggest a workaround? We have reached out to Salesforce Support but no luck from that end yet ....
We also tried to add a JavaScript code to the end of the VF file to refresh the page once onload, but that didn't seem to fix it ...
Thanks in advance!
I am experiencing a strange issue with the Salesforce1. Below is the background info:
- On an Account page layout, added/embedded a Visualforce page
- The VF page uses the standard controller; all it does is display a few values of custom fields from the account object (using CSS), to make that section more visually appealing
- On the VF page tag, we have the cache=false attribute
Has anyone experienced something similar and can suggest a workaround? We have reached out to Salesforce Support but no luck from that end yet ....
We also tried to add a JavaScript code to the end of the VF file to refresh the page once onload, but that didn't seem to fix it ...
Thanks in advance!
sforce.one.navigateToURL() method?
The only cache that Salesforce maintains can be cleared through Settings | Offline Cache in the Salesforce1 navigation menu but I don't think it's related to what you are experiencing.
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.
Gaurav Kheterpal
Certified Force.com Developer| Salesforce Mobile Evangelist| Developer Forums Moderator| Dreamforce Speaker
In an Account page layout, we embedded a VisualForce page (please see below) ... looks to be straight-forward Salesforce functionality to embed VF pages into a standard page layout.
Then below is a snippet of the Visualforce page ... very simple logic and displays fields from the Account object only.
So basically, on some occasions, the fields that are displayed in this KPI Visualforce page will not be correct (i.e. it shows data from previously viewed accounts). We tried clearing the user's cache, etc ... no luck so far. :(
Has anyone out there experienced something simialr with this issue in the Salesforce1 app? Any suggestions/ideas/recommendations on what may caused this and potential work arounds? Your ideas will be deeply appreciated! :)
If my answer helps resolve your query, please mark it as the 'Best Answer' & upvote it to benefit others and improve the overall quality of Discussion Forums.
Gaurav Kheterpal
Certified Force.com Developer| Salesforce Mobile Evangelist| Developer Forums Moderator| Dreamforce Speaker