Hi there,
is it possible to recog inside an app whether it runs in the developer mode (Dev Mode) or production mode (Player)?
Because the table writing functions are not available in dev mode I like to catch the errors within an trigger function
I use this condition to detect if the current version is the development version. Please be cautions since the user language also changes the value of the development version. Hence, the displayed trigger will only trigger when the user language is set to German.
we use this condition to change the behavior of triggers in the development version. When we need to test functions which are not available in the test environment we deploy the app to dummy stations and use dummy users and so on to tag and remove the database entries afterwards.
In the beginning we had a development workspace where we could test apps and their complete functionality but since we can’t replace apps with apps from other workspaces in place we shut these workspaces down.