Rem wrote
Another issue that could happen if you don´t actually STOP the app (BSV) is that processes would continue to run. We hade issues with mail that was pick up from the old version of an app before the new one got hold of it, so IF this could be a new feature the optimal would be:
- possibility to easily stop an app (without server reboot)
- Show a custom message to users
(what we can think of right now anyhow)
Overkill, but in same way of login solution you could point the processes to SystemSettings.Status field to control their running.
IF SystemSettings.Status='Operational' THEN ...
Or have the email server settings in a computed field based on operational setting. So hold the mail server settings in one field and when you switch it "on" make populate the mail setting into the required fields.
But clumsy must better than nothing
Or reset scheduled processes to a non repeating schedule