Hi,
is there any way to find out if the application running at developer's hands?
I found the API methods APEX_AUTHENTICATION.IS_AUTHENTICATED and APEX_AUTHENTICATION.IS_PUBLIC_USER, but nothing like APEX_AUTHENTICATION.IS_DEVELOPER.
Also, server-side conditions can be based on authentication status, but there are also lots of other options.
Maybe the presence or absence of the developer toolbar can be tested (and e.g. write into an item where server-side condition can read it), but I also do not know how to detect this.
How do you do or leave, display or hide things only if current user is developer (or not)?