Enterprise Profitability and Cost Management 작업은 작업 매개변수로 대체 변수를 지원합니다. EPM Automate에서 명령 실행의 일부로 이러한 작업을 실행할 때 해결되는 대체 변수를 사용할 수 있습니다.
이러한 명령을 실행하는 데 사용되는 작업은 다음 대체 변수를 지원합니다.
대체 변수는 이러한 명령에서 사용되는 모든 매개변수(필수 및 선택적)에 대해 지원됩니다.
명령으로 대체 변수 지정
명령에서 대체 변수를 사용하려면 &(앰퍼샌드) 문자로 매개변수 값을 시작합니다. 예를 들어, 다음 calculateModel 샘플 명령에서 실제 값 FY22 및 :ALL_RULES 대신 대체 변수 &currYear 및 &execType을 사용할 수 있습니다.
epmautomate calculateModel FY22::Jan::Actual::Working "10 Actuals Allocation Process" ALL_RULES clearCalculatedData=true executeCalculations=true optimizeForReporting=true comment="Running all rules to calculate a POV"epmautomate calculateModel &currYear::Jan::Actual::Working "10 Actuals Allocation Process" &execType clearCalculatedData=true executeCalculations=true optimizeForReporting=true comment="Running all rules to calculate a POV"Note: