Member Junction
    Preparing search index...

    Per-entity-map result within a sync run

    interface EntityMapSyncResult {
        Duration?: number;
        EntityMapID: string;
        EntityName: string;
        ExternalObjectName: string;
        RecordsCreated: number;
        RecordsDeleted: number;
        RecordsErrored: number;
        RecordsProcessed: number;
        RecordsSkipped: number;
        RecordsUpdated: number;
        Success: boolean;
    }
    Index

    Properties

    Duration?: number

    Duration of this entity map sync in milliseconds

    EntityMapID: string

    The entity map ID

    EntityName: string

    Target MJ entity name

    ExternalObjectName: string

    External object name

    RecordsCreated: number
    RecordsDeleted: number
    RecordsErrored: number
    RecordsProcessed: number

    Record counts for this entity map

    RecordsSkipped: number
    RecordsUpdated: number
    Success: boolean

    Whether this entity map synced without errors