Member Junction
    Preparing search index...

    Merge configuration

    interface MergeConfig {
        EntityName: string;
        LeftLabel: string;
        LeftRecordID: string;
        RightLabel: string;
        RightRecordID: string;
        SurvivorSide: "left" | "right";
    }
    Index

    Properties

    EntityName: string

    The entity name

    LeftLabel: string

    Display labels for each side

    LeftRecordID: string

    Record ID of the left (source) record

    RightLabel: string
    RightRecordID: string

    Record ID of the right (target) record

    SurvivorSide: "left" | "right"

    Which record to keep as the survivor