I am creating blank responsive apps in Outsystems each time and I've noticed that there is a lot of sample data included in each app.
For example the login screen contains "Continue as ..." and allows login as a sample user.
I find myself having to delete this from each login screen of each app I create and generally tidy up (remove sample data entities etc). Is there a way to have these not included in a blank app or a quick way to uninstall?
Hi,
This is something I also don't like. OutSystems some time ago changed the application templates when used in a personal environment.
Most of it is easy to remove using the remove unused references menu option. But the extra logic on the login screen is extra labour too to remove.
This behaviour does only occur on personal environment.
As a work around you could create a new application template without all these references.
But this should in my opinion be done by OutSystems.
Regards,
Daniel
Thanks for confirming. I'll try creating my own application template.
Found the "continue as" on the login page confusing while evaluating.