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
divya1234divya1234 

VF page which refresh in every 5 minute util field value is updated and show the progress bar on standard page layout

I have to create a VF page which refresh in every 2 minuts until field value is updated(field value is getting updated by future method) i wan to show one progress bar until field value is updated "saying ur request is in progress" once  field value is updated i want to show in su
<apex:page  standardController="Request__c">
	<html>
		<head>
            <META http-equiv="refresh" content="3"/>
		</head>
	</html>
// how to show the progress bar in VF?
</apex:page>

cess message 
ShirishaShirisha (Salesforce Developers) 
Hi Divya,

Greetings!

You can create the formula field,if you would like to display the progress bar as mentioned in the below documentation:

http://www.jitendrazaa.com/blog/salesforce/creating-progress-bar-field-using-formula-without-any-coding/

Otherwise,you can create the text field and display it while it is refreshing the screen.Also,you can use this GIF by creating the Static resource to display it on the VF page:

https://gifimage.net/wp-content/uploads/2018/04/loading-please-wait-gif.gif

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri