exportCellLevelSecurity

Exports cell-level security settings from the business process into a ZIP file, which you can download to a local computer using the downloadFile command.

Applies to

Planning, Planning Modules, FreeForm, Tax Reporting, Enterprise Profitability and Cost Management, Sales Planning, and Strategic Workforce Planning.

Required Roles

Service Administrator

Usage

epmautomate exportCellLevelSecurity FILE_NAME.ZIP [names=SECURITY_RECORD_NAMES] where:

  • FILE_NAME is the name for the ZIP file that will be created to hold the Excel file containing cell-level security information.
  • names, optionally, identifies a comma separated list of cell-level security definitions in the application. If this option is not provided, all cell-level security definitions in the application are exported.

Examples

  • Export specific cell-level security definitions

    epmautomate exportCellLevelSecurity ExportCLSDRecordsFile.zip names=CLSDAccountPeriod,CLSDEntityPeriod,CLSDProductPeriod

  • Export all cell-level security definitions

    epmautomate exportCellLevelSecurity ExportCLSDRecordsFile.zip