Loading

Data 360: Verifying the "Connections" Count in Data Cloud Setup

Veröffentlichungsdatum: Jan 2, 2026
Beschreibung

When navigating to Data Cloud Setup, the user interface displays a card labeled "Connections" with a numeric count.

This number represents the total aggregate count of MktDataConnection metadata records currently existing in the org. To identify the specific names and details of every connection making up this total, you must query the underlying metadata object using the Tooling API.

Lösung

Follow the steps below to generate a list of all connections using the Salesforce Developer Console.

Steps to Query Connection Details:

  1. Log in to your Salesforce Org.

  2. Click the Gear Icon in the top-right corner and select Developer Console.

  3. In the console window, click the Query Editor tab located in the bottom panel.

  4. Important: Check the box labeled Use Tooling API (located next to the Execute button).

  5. Paste the following SOQL query into the editor:

    SELECT CreatedDate, LastModifiedDate, ExternalRecordIdentifier, Id, MasterLabel 
    FROM MktDataConnection
  6. Click the Execute button.

The Query Results grid will display a list of records.

 

Nummer des Knowledge-Artikels

005232651

 
Laden
Salesforce Help | Article