deployTaskManagerTemplate

Deploys tasks from a Task Manager template into a task schedule ensuring consistent execution of repetitive business processes.

Applies to

Financial Consolidation and Close, Tax Reporting

Required Roles

Service Administrator

Usage

epmAutomate deployTaskManagerTemplate TEMPLATE_NAME SCHEDULE_NAME YEAR PERIOD DAY_ZERO_DATE [dateFormat=DATE_FORMAT] [orgUnit=ORGANIZATION UNIT] where:

  • TEMPLATE_NAME is the name of Task Manager template to deploy.
  • SCHEDULE_NAME is the schedule name to create from the template.
  • YEAR is the Year dimension member where the template is to be deployed.
  • PERIOD is the Period dimension member where the template is to be deployed.
  • DAY_ZERO_DATEis the day zero date, in valid format, to be used to create the schedule.
  • dateFormat, optionally, is the date format for day zero date. Default format is YYYY-MM-DD.
  • orgUnit, optionally, is the name of the organization unit. If a value is not specified, the schedule will be created using the standard date mapping. Holiday rules will not be used.

Example

  • Deploy Task Manager Template for Ind organization unit using the default date format (YYYY-MM-DD) for zero date:

    epmautomate deployTaskManagerTemplate "Vision Monthly Close" "Qtr 2 Close" 2021 July 2021-07-10 orgUnit=Ind

  • Deploy Task Manager Template for Ind organization unit using dd/mm/yyyy as the date format for zero date:

    epmautomate deployTaskManagerTemplate "Vision Monthly Close" "Qtr 2 Close" 2021 July 02/07/2021 dateFormat=dd/MM/yyyy orgUnit=Ind