Registrering og aktivering af en brugerdefineret proces
Financial Consolidation leveres med et sæt standardprocesser, men du kan også registrere dine egne processer i modulet Konsolidering. Du kan køre dem alene eller sammen med standardprocesserne på siden Procesudførelse.
Ligesom brugerdefinerede rapporter kræver brugerdefinerede processer et brugerdefineret program, hvor de er defineret.
Bemærk
Application Engine-processer til brug i Financial Consolidation skal have denne signatur:
@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.";