It is possible to lock pages of an application in oracle apex(5.0). But I want to lock the entire application or entire pages in an application. How can I do this without visiting each page?
Edit: I want to restrict other developers from accessing this application, so that nobody else can make any changes without permission.
You can lock the application in application properties: Edit application properties
-> Availability
-> Build status
, set value Run Application Only
. After that developers can't change the application. On attempt to edit, you will see the following:
To unlock application: go to Application Builder
-> Workspace Utilities
, in a side menu choose Build and App Status
. A list of application appears. Choose an application and change its build status.