You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2022. It is now read-only.
Hi, I think your plugin is just what I need but for the life of me I just can't get it to do what I want :)
Basically when I submit the page, it launches an Apex automation. The automation updates a table with the current step in the process e.g step1 - extract started, step 2 - output fetched, step 3 - file parsed etc.
I've put an sql query on the progress bar item that returns a value e.g 10 for step 1, 40 for step 2 etc. all the way to 100.
What I would like is for the progress bar to be refreshed every 5 secs (or whatever interval) and get updated with the value in the DB. Any ideas how to achieve this ? I've tried timer plugin, ajax callback but I just can't get it to work.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I think your plugin is just what I need but for the life of me I just can't get it to do what I want :)
Basically when I submit the page, it launches an Apex automation. The automation updates a table with the current step in the process e.g step1 - extract started, step 2 - output fetched, step 3 - file parsed etc.
I've put an sql query on the progress bar item that returns a value e.g 10 for step 1, 40 for step 2 etc. all the way to 100.
What I would like is for the progress bar to be refreshed every 5 secs (or whatever interval) and get updated with the value in the DB. Any ideas how to achieve this ? I've tried timer plugin, ajax callback but I just can't get it to work.
Thanks for your help
The text was updated successfully, but these errors were encountered: