Member Junction
    Preparing search index...

    Full-catalog picker item — every object the source system exposes, merged with MJ-side flags.

    interface SourceObjectListItem {
        AlreadyPersisted: boolean;
        Description?: string;
        IntegrationObjectID?: string;
        IsCustom: boolean;
        Label: string;
        Name: string;
        SupportsIncrementalSync: boolean;
        SupportsWrite: boolean;
    }
    Index

    Properties

    AlreadyPersisted: boolean

    True when an IntegrationObject row already exists for this object.

    Description?: string
    IntegrationObjectID?: string

    IntegrationObject.ID — populated only when AlreadyPersisted is true.

    IsCustom: boolean

    Vendor-flagged custom object (e.g. SF __c names).

    Label: string
    Name: string
    SupportsIncrementalSync: boolean
    SupportsWrite: boolean