Member Junction
    Preparing search index...

    Schema description of an object/table in an external system

    interface ExternalObjectSchema {
        Description?: string;
        ID?: string;
        Label: string;
        Name: string;
        SupportsIncrementalSync: boolean;
        SupportsWrite: boolean;
    }
    Index

    Properties

    Description?: string

    Human-readable description of the object's purpose

    ID?: string

    IntegrationObject ID from the MJ database

    Label: string

    Human-readable label

    Name: string

    API name of the object (e.g., "Contact", "Account")

    SupportsIncrementalSync: boolean

    Whether this object supports incremental sync via watermarks

    SupportsWrite: boolean

    Whether this object can be created/updated from MJ (push)