cancel
Showing results for 
Search instead for 
Did you mean: 

Progress bar / session variable

isy
Champ in-the-making
Champ in-the-making
Hello,

i want to validate multiple tasks. I have added a checkbox per line in the task interface and a button to validate.
As it can take a while to validate my tasks i would like to put a progress bar to inform how many tasks have been validated yet.

I made a web script to maintain a kind of counter, so that i can update my progress bar every x second.
What would be the best solution to store that information to retrieve it in share ? I tried to store my variable in session but i didn't succeed.

Can someone tell me how to do ?

Thx in advance
1 REPLY 1

mrksjs
Champ on-the-rise
Champ on-the-rise
you could create a document somewhere in the repository (/data_dictionary/progress_data/) that holds your value.