Capturing Auto-Save Trigger Flag in Version 24.2.1
Hello,
We are currently using version 24.2.1 and have enabled the auto-save feature. When I open a screen and enter any data the system saves it automatically after 5 seconds.
Tracer events are mostly the same as save action (manual save). I would like to capture a flag indicating that the auto save has been triggered. Is it possible to detect when auto save occurs? If yes where can I access this flag? if I want to set this flag in the user work form or some other place, what will be the JavaScript code to retrieve it (sample one -> To modify the default auto save time we can mention this "pega.u.autoSave.inActivityTimeMS=5000"), I am trying to find the similar code that captures the auto save.
Thank you for your assistance.