Member Junction
    Preparing search index...

    A default field mapping returned by a connector's discovery

    interface DefaultFieldMapping {
        DestinationFieldName: string;
        IsKeyField?: boolean;
        SourceFieldName: string;
        TransformPipeline?: TransformStep[];
    }
    Index

    Properties

    DestinationFieldName: string

    Corresponding MJ entity field name

    IsKeyField?: boolean

    Whether this field is used for record matching

    SourceFieldName: string

    Field name in the external system

    TransformPipeline?: TransformStep[]

    Optional transform pipeline to apply