Member Junction
    Preparing search index...
    interface EntityMapRow {
        CompanyIntegrationID: string;
        ConflictResolution: "Manual" | "DestWins" | "MostRecent" | "SourceWins";
        DeleteBehavior: "DoNothing" | "HardDelete" | "SoftDelete";
        Entity: string;
        EntityID: string;
        ExternalObjectLabel: string | null;
        ExternalObjectName: string;
        ID: string;
        MatchStrategy: string | null;
        Priority: number;
        Status: "Active" | "Inactive";
        SyncDirection: "Bidirectional" | "Pull" | "Push";
        SyncEnabled: boolean;
    }
    Index

    Properties

    CompanyIntegrationID: string
    ConflictResolution: "Manual" | "DestWins" | "MostRecent" | "SourceWins"
    DeleteBehavior: "DoNothing" | "HardDelete" | "SoftDelete"
    Entity: string
    EntityID: string
    ExternalObjectLabel: string | null
    ExternalObjectName: string
    ID: string
    MatchStrategy: string | null
    Priority: number
    Status: "Active" | "Inactive"
    SyncDirection: "Bidirectional" | "Pull" | "Push"
    SyncEnabled: boolean