Member Junction
    Preparing search index...

    Selection entry for ApplyAllBatch — supply either SourceObjectID (for objects already in the IntegrationObject table) or SourceObjectName (for freshly-picked objects from the full-catalog picker). When only Name is provided and the connector is Salesforce, the server describes and persists the object on the fly before building its schema.

    interface SourceObjectSelectionInput {
        Fields?: string[];
        SourceObjectID?: string;
        SourceObjectName?: string;
    }
    Index

    Properties

    Fields?: string[]
    SourceObjectID?: string
    SourceObjectName?: string