注册和启用自定义流程

Financial Consolidation 随附一组标准流程,但也可将自己的流程注册到 Consolidation 模块。可在流程执行页面上单独运行,或使用标准流程运行。

与自定义报告一样,自定义流程需要其定义所在的自定义应用程序。

注意

要在 Financial Consolidation 中使用的 Application Engine 流程必须具有此签名:


@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.";

  1. 选择自定义扩展>合并流程
  2. 单击添加流程,然后指定以下信息:
    ID
    指定流程的 ID。
    CST_ 为前缀的 ID 用作流程的唯一标识符。
    名称
    指定流程名称。
    也可单击翻译名称图标,然后以一种或多种语言指定名称的翻译。
    说明
    或者,指定说明。
    也可单击翻译说明图标,然后以一种或多种语言指定说明的翻译。
    应用程序唯一名称
    选择流程所属应用程序的唯一名称。
    流程唯一名称
    粘贴要添加的 Application Engine 流程的唯一名称。
  3. 若要启用流程,选择模块>Consolidation>流程,然后单击自定义选项卡。在已启用列中,选中要启用的流程的复选框。
  4. 单击保存