カスタムプロセスの登録と有効化
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.";