getApplicationAdminMode

アプリケーションが管理モードであり、アクセスがサービス管理者のみに制限されているかどうかをチェックします。

このコマンドは、アプリケーションが管理モードの場合はtrueを返し、それ以外の場合はfalseを返します。これは、自動化スクリプトを実行する前にアプリケーションのステータスをチェックするのに便利です。たとえば、refreshCubeコマンドはアプリケーションが管理モードになっている必要があります。次のように自動化スクリプトでこのコマンドを使用して、アプリケーションが管理モードになっているかどうかをチェックできます。

adminMode = ‘epmautomate.sh getApplicationAdminMode’
        if ["$adminMode" == "true"]
              epmautomate.sh refreshCube

適用対象

PlanningPlanningモジュールフリーフォームFinancial Consolidation and CloseTax ReportingEnterprise Profitability and Cost ManagementAccount ReconciliationStrategic Workforce PlanningおよびSales Planning

必要な役割

サービス管理者

使用方法

epmautomate getApplicationAdminMode

epmautomate getApplicationAdminMode