Enregistrement et activation d'un processus personnalisé
Financial Consolidation est fourni avec un ensemble de processus standard, mais il est également possible d'enregistrer vos propres processus dans le module Consolidation. Vous pouvez les exécuter seuls ou avec les processus standard, sur la page Exécution du processus.
A l'instar des rapports personnalisés, les processus personnalisés nécessitent une application personnalisée dans laquelle ils sont définis.
Remarque
Les processus Application Engine à utiliser dans Financial Consolidation doivent posséder la signature suivante :
@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.";