APEX version is 20.1. I have APEX applications running at various customers. At each customer there is at least a test and a production database with APEX running in both.
My problem is that users don't always notice which environment they are running in. I'd like to make it obvious by changing the theme or something that would make it obvious.
We do have a record in a table that we update after every restore of the test database to "TEST".
Ideally this could be something set at the workspace level so that every application within the workspace looks the same.
We only import and export individual applications, not an entire workspace. Is there a way to set the theme to be used in all applications in the workspace?
We also call all of our APEX applications from a common menu so if there were a way to programmatically set the theme, that would also work.
Thank you in advance.