Registrera och aktivera anpassad process
Financial Consolidation levereras med en uppsättning standardprocesser, men du kan även registrera egna processer till Consolidation-modulen. Du kan köra dem separat, eller med standardprocesserna på sidan Processexekvering.
Precis som anpassade rapporter kräver anpassade processer ett anpassat program som de är definierade i.
Obs!
Application Engine processer som ska användas i Financial Consolidation måste ha följande 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.";