dataSourceLinks JSON

The dataSourceLinks section defines all data sources configured for the dashboard.

For more information about connected data sources, see Configure Cross-Dataset Faceting with Connected Data Sources.

Example 

1"dataSourceLinks": [
2    {
3        "fields": [
4            {
5                "dataSourceName": "ServiceOpportunity3",
6                "dataSourceType": "saql",
7                "fieldName": "AccountId"
8            },
9            {
10                "dataSourceName": "account",
11                "dataSourceType": "saql",
12                "fieldName": "Id"
13            }
14        ],
15        "label": "ServiceOpportunities Dataset to Account Dataset: Account ID",
16        "name": "Link_970"
17    },
18    {
19        "fields": [
20            {
21                "dataSourceName": "ServiceOpportunity3",
22                "dataSourceType": "saql",
23                "fieldName": "StageName"
24            },
25            {
26                "dataSourceName": "Static_Opp_Stage_1",
27                "dataSourceType": "static",
28                "fieldName": "value"
29            }
30        ],
31        "label": "Static Opp Stage to ServiceOpportunities Dataset",
32        "name": "Link_953"
33    }
34]
  • dataSourceLinks Properties

    The dataSourceLinks key defines all data source connections for the dashboard. It contains a separate node for each connection. Each connection has properties about each data source.