setApplicationAdminMode
Places the application in administration mode so that access to the application is limited to Service Administrators only.
This command is useful to prevent users from working on the application when Service Administrators are performing administrative operations. The application remains in administration mode until you change it back so that all users can access it.
Note:
This command replaces the
applicationAdminMode
command, which has been deprecated, but not yet removed from EPM Automate.
Use the
getApplicationAdminMode
command to check the current status of the environment.
Applies to
Planning, Planning Modules, FreeForm, Financial Consolidation and Close, Tax Reporting, Enterprise Profitability and Cost Management, Account Reconciliation, Oracle Strategic Workforce Planning Cloud, and Oracle Sales Planning Cloud.
Required Roles
Service Administrator
Usage
epmautomate setApplicationAdminMode true|false
true
to place the application in administration mode and false
to return it to normal mode so that all users can access it
Examples
- Place the application in administration mode:
epmautomate setApplicationAdminMode true
- Return the application to normal operation:
epmautomate setApplicationAdminMode false