Question
IN
Posted: Jan 21, 2016
Last activity: Mar 23, 2016
Last activity: 23 Mar 2016 2:48 EDT
Closed
How to do "Auto Save of Users work"
Hi,
When a user open a case from My Pending List and make changes to the form, the data should be changed automatically after some time (if user not saved it).
Is there a way in pega to achieve this?
Satya
Hi Satyanarayana,
I am not sure what you meant by " Data should be changed automatically " but is it like you want to auto save the data without the user clicking SAVE ?
If that is the case then two possible ways I can think of
1. For each field in the form, have a "OnChange-Refresh Section " associated so that whenever there is a value change by user, the section gets refreshed and the value get updated on DB
2. Impose a script function so that it executes periodically and each time fires an activity which performs a save .