Registering and enabling a custom process
Financial Consolidation is delivered with a set of standard processes, but you can also register your own processes to the Consolidation module. You can run them alone, or with the standard processes, on the Process Execution page.
Like custom reports, custom processes require a custom application in which they are defined.
Note:
Application Engine processes for use in Financial Consolidation must have this
signature:
@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.";