사용자 지정 프로세스 등록 및 사용 설정
Financial Consolidation이(가) 표준 프로세스 집합과 함께 제공되지만 자체 프로세스를 통합 모듈에 등록할 수 있습니다. 프로세스 실행 페이지에서 이를 단독으로 실행하거나 표준 프로세스를 사용하여 실행할 수 있습니다.
사용자 지정 보고서와 마찬가지로, 사용자 지정 프로세스에는 이 프로세스가 정의된 사용자 지정 응용 프로그램이 필요합니다.
참고
Financial Consolidation에서 사용하기 위한 Application Engine 프로세스에는 다음과 같은 서명이 있어야 합니다.
@Parameter[server]: "OLAP Data Connection Name";
@Parameter[cycle]: "the Configuration set element to run the rule for";
@Parameter[year]: "the year to run the rule for";
@Parameter[period]: "the period to run the rule for";
@Parameter[scenario]: "the scenario to run the rule for";
@Parameter[group]: "the group to run the rule for";
@Parameter[ruleid]: "the id that will be used for journals";
@Parameter[cancel]: "if True, the rule will only cancel its journals or other old data";
@Returns: "True, if successful; False otherwise.";