Een aangepast proces registreren en inschakelen
Financial Consolidation wordt geleverd met een verzameling standaardprocessen, maar u kunt ook uw eigen processen registreren in de Consolidation-module. U kunt deze afzonderlijk uitvoeren of met de standaardprocessen, op de pagina Procesuitvoering.
Net als bij aangepaste rapporten is voor aangepaste processen een aangepaste applicatie vereist waarin ze zijn gedefinieerd.
NB
Application Engine-processen voor gebruik in Financial Consolidation moeten de volgende handtekening hebben:
@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.";