Rejestrowanie i włączanie procesu niestandardowego
Financial Consolidation jest dostarczany z zestawem standardowych procesów, ale można również zarejestrować własne procesy w module Consolidation. Można je uruchomić pojedynczo lub za pomocą standardowych procesów na stronie Wykonanie procesu.
Podobnie jak raporty niestandardowe, procesy niestandardowe wymagają aplikacji niestandardowej, w której zostały zdefiniowane.
Uwaga
Procesy Application Engine do użycia w programie Financial Consolidation muszą mieć następujący podpis:
@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.";