Member Junction
    Preparing search index...

    One per-field survivor choice from the reasoner: keep this field's value from the record identified by SourceRecordID. Resolved to a literal {FieldName, Value} for Metadata.MergeRecords at merge time.

    interface DuplicateReasoningFieldChoice {
        FieldName: string;
        SourceRecordID: string;
    }
    Index

    Properties

    FieldName: string

    The field whose surviving value is being chosen.

    SourceRecordID: string

    The record id whose value should be kept for this field.