You need to sign in to do that
Don't have an account?
Love SFDC
Progress Bar on Javascript button
I've detail page button (content source: Javascript), on Account detail page. Upon click of this button, data on Account will be sent to an inhouse application. Requirement is to show a progress bar upon the button click showing the progress of the data sent.
To summarize-
I'd like to know how can I show progress bar (animated image) with the statuses of integration completed.
For example:
Integration1 in progress..
Integration1 completed..
Integration2 in progress
Integration2 completed.
Any pointers on how to implement this is much appreciated..
To summarize-
I'd like to know how can I show progress bar (animated image) with the statuses of integration completed.
For example:
Integration1 in progress..
Integration1 completed..
Integration2 in progress
Integration2 completed.
Any pointers on how to implement this is much appreciated..
http://blog.shivanathd.com/2013/05/action-status-is-usually-used-to-show.html
This uses actionstatus to dispay an image till the time you request is in process. Please let me know if you have any question.
You can try below code. let me know.
Blogs to refer:
http://vivekdeshmane.blogspot.co.uk/2016/05/progress-bar-as-image.html
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_actionStatus.htm
Thanks,
-Vivek Deshmane
Thank you guys for your response. The requirement is on the Detail Page (Javascript) button not on the visual force page. Through the Javascript button, I'm calling the helper classes which has the logic to invoke the webservices.