Member Junction
    Preparing search index...

    One deleted-record entry surfaced by the bin. Built from the most recent Delete RecordChange for a given EntityID + RecordID.

    interface RecycleBinEntry {
        DisplaySummary: string;
        RecordChange: MJRecordChangeEntity;
        RecordID: string;
        SupportingFields: { DisplayName: string; Name: string; Value: string }[];
    }
    Index

    Properties

    DisplaySummary: string

    The user-friendly summary line (e.g., a name field from the snapshot).

    RecordChange: MJRecordChangeEntity

    The Delete RecordChange row that captured this snapshot.

    RecordID: string

    The composite-key string that identified the record.

    SupportingFields: { DisplayName: string; Name: string; Value: string }[]

    Up to N supporting fields chosen heuristically for the card.