Product Selector

Fusion 5.12
    Fusion 5.12

    Call Data Model Pipeline Index Stage

    Table of Contents

    Data models simplify the process of getting started with Fusion by providing pre-configured objects to reduce the effort spent on basic starting tasks. This helps keep documents consistent between datasources and intuitive to the object’s type.

    The Call Data Model Pipeline index stage is used to create a link between your document type (person, email, file, etc.) and your documents.

    This index stage must be placed after the Data Model Mapping index stage.

    Configuration

    When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.

    Send document to the pipeline associated with the documents data model type

    skip - boolean

    Set to true to skip this stage.

    Default: false

    label - string

    A unique label for this stage.

    <= 255 characters

    condition - string

    Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.

    dataModelTypeField - stringrequired

    Document field that contains id of the Data Model it belongs to

    >= 1 characters

    Default: _lw_data_model_type_s