Registro y habilitación de un proceso personalizado
Financial Consolidation se entrega con un conjunto de procesos estándar, pero también puede registrar sus propios procesos en el módulo Consolidation. Puede ejecutarlos de manera independiente o con los procesos estándar, en la página Ejecución del proceso.
Al igual que los informes personalizados, los procesos personalizados requieren una aplicación personalizada en la que se han definido.
Nota
Los procesos de Application Engine que se van a utilizar en Financial Consolidation deben tener esta firma:
@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.";