Greetings,
Where can I get the Block or Client Action or Server Action where the blue message of "Your application has been updated to the latest version." is triggered?
Thanks in advance for any information.
Hi!
Usually this can be found under "Interface" tab -> "Scripts" section -> MobilePatterns -> OfflineDataSyncwhich is an alias to directory at runtime:
/Your_Module_Name/scripts/MobilePatterns.OfflineDataSync.js
Right click on it and choose "Open in MobilePatterns eSpace" to go deeper (you'll need to create a copy of eSpace).Also, you module's wrappers for all of these methods can be found in Block OfflineDataSyncEvents, under the
"Interface" tab -> UI Flows -> Commonand
"Interface" tab -> UI Flows -> MobilePatterns -> Private
and of course at the "Logic" tab under Client Actions section in OfflineDataSync folder.
Note: you won't be able to edit initial event and handler so all of these scripts that you'll find are just to better understand the system.Hope this helps
Hi Manuel,
This is part of how an OutSystems application internally handles updating its code to the latest version published. I'm not sure you can change that behaviour.