83
Views
2
Comments
Event that triggers the "Upgrade Complete" message
Discussion

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.


WhatsApp Image 2018-08-14 at 3.37.58 PM.jpeg
2018-06-24 23-10-07
Tomkas

Hi!

Usually this can be found under "Interface" tab -> "Scripts" section -> MobilePatterns -> OfflineDataSync

which 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 -> Common
and

"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

2019-09-24 18-41-25
Jorge Martins
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.