Is it possible to automate disabling an application? Currently we do it within Service Centre manually but ideally would like it to be automatically disabled after a fixed period of time of it being enabled.
Hi Sienna,
You can use an expand inline parameter to work around that, like on the image below:
Using inline parameters and updating system entities should be handled with caution, but it does the trick.
Kind Regards,João
You can programmatically disable / enable an application by changing the Disable attribute on the Application entity which you can reference from System:
With that, you can quickly create something in OutSystems that would implement such a logic.
@João Marques Sadly realised this won't work as it's read only :(
Working perfectly now, thank you!
Ah, perfect - thank you! :)
I had been fiddling around with a solution at espace level in sql instead