Custom Logic

Custom Logic

Multiple logic can be unified to one custom logic and shared among the Document Mappers/Variable Mappers in the same project.
Because modification to the custom logic is reflected to all the already-placed custom logic, the common conversion in the project can be unified in one location.Therefore, compared to creating the same process in multiple locations, the usage of custom logic leads to higher development efficiency and prevention of fixing omission.
In the case of large scale projects, template project can be created in advance for each developer to proceed projects based on the template.

To Create Custom Logic

  1. Open Document Mapper/Variable Mapper, and select [Add]-[Custom logic] from the right-click menu on the [Custom logic] palette of the Tool Palette View.
    Custom logic can also be classified into groups.)
    Explanation of item
    Item name Description Remarks
    Add Custom logic Adds new custom logic.  
    Group Adds new group.  

  2. Enter the name of the custom logic.
    Explanation of item
    Item name Description Remarks
    Custom logic name Input custom logic name.  
    Description Input description.  

  3. A new custom logic is created.

To Modify Custom Logic

  1. Double-click to open custom logic on the [Custom logic] palette of Tool Palette View.
    (Or double-click to open custom logic placed to Document Mapper/Variable Mapper .)


  2. Select [Create new handler] from the right-click menu on the root element (input handler).
    Explanation of item
    Item name Description Remarks
    Create new handler Adds new handler.  

  3. Enter the name of the input handler.
    Explanation of item
    Item name Description Remarks
    Handler name Input the name of the input handler.  
    Comment Input comment.  

    The increase or decrease of the input handlers is also reflected to custom logic already placed to Document Mapper/Variable Mapper.Corresponding links are deleted as well when the input handler is deleted.
    Output handler is treated the same as in normal logic so there is only one output. Therefore cannot be edited.

  4. Create mapping of custom logic.

To Place Custom Logic to Mapping Canvas

Drag-and-drop custom logic from [Custom logic] palette of Tool Palette View to place it to Document Mapper/Variable Mapper.
Note that the input and output are all of string type.

To delete Custom logic

Select [Delete] from the right-click menu of the custom logic on the [Custom logic] palette of Tool Palette View.

Specification Limits