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
bhaveshkjogibhaveshkjogi 

Auto Refresh of Opportunity Page after 2-3 Seconds without Button

Hi ,

 

Is it possible auto refresh for Standard Page?

 

I want to Auto Refresh ( Load) Opportunity Page after 2-3 Seconds without Custom button...

 

Please give me answer..

Neha LundNeha Lund

 will have to create a visual force page and ovreride the standard detail page or edit page with the created vf page.

bhaveshkjogibhaveshkjogi

Thanks , Let Me try now this way...:)

bhaveshkjogibhaveshkjogi

Can you share me some link for override the Opportunity Detail page...?

Bhawani SharmaBhawani Sharma
Create a javascript component and place it in your sidebar. In javascript code, Check if URl has opportunity id(starts with 006), then record the page after 3 second using javascript only. Also while reloading the page, add a new parameter in URL so your javascript component doesn't execute recursively
bhaveshkjogibhaveshkjogi

I don't understand what do you say friend?  Can you explain me in more detail? Please..Bhawani Sharma..

Bhawani SharmaBhawani Sharma
http://salesforce.stackexchange.com/questions/482/how-can-i-execute-javascript-on-a-sfdc-standard-detail-page

Regards,
Bhavi Sharma
Certified Salesforce Consultant
bhavi@simplyforce.com/bhawani.sh.sharma@gmail.com
+91-9928130589
LinkedIn |
Twitter
| Blog |
Community
www.simplyforce.com
Avidev9Avidev9
Anyways I am having this odd feeling, why this is at all required ?
Can you explain a bit >?
bhaveshkjogibhaveshkjogi

Hi Avidev9,  

 

I add Quantity in OpportunityLineItem and when i save it , returns to Parent Page of Opportunity. that time i want to do auto tax calculations. I am using Trigger for that. but its not calculate first time auto.

 

I have to Refresh the page then it show me the Calculate Tax......I want auto refreshing on that Opportunity Page....

Avidev9Avidev9
I dont think this should happen! can you post the trigger code ?