exportCellLevelSecurity

将单元格级别安全性设置从业务流程导出到一个 ZIP 文件中,然后可以使用 downloadFile 命令将该文件下载到本地计算机上。

适用于

PlanningPlanning 模块自由形式Tax ReportingEnterprise Profitability and Cost Management销售规划战略性人员规划

所需角色

服务管理员

用法

epmautomate exportCellLevelSecurity FILE_NAME.ZIP [names=SECURITY_RECORD_NAMES],其中:

  • FILE_NAME 是将创建的 ZIP 文件的名称,该文件用于存放包含单元格级别安全性信息的 Excel 文件。
  • names(可选)标识应用程序中单元格级别安全定义的逗号分隔列表。如果未提供此选项,则会导出应用程序中所有的单元格级别安全定义。

示例

  • 导出特定的单元格级别安全定义

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

  • 导出所有的单元格级别安全定义

    epmautomate exportCellLevelSecurity ExportCLSDRecordsFile.zip