Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

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

公開日: Jan 2, 2026
説明

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.

解決策

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.

 

ナレッジ記事番号

005232651

 
読み込み中
Salesforce Help | Article