dataSourceLinks (ダッシュボードデザイナダッシュボードのみ)
dataSourceLinks セクションでは、ダッシュボードに設定されるすべてのデータ取得元を定義します。
接続されたデータソースについての詳細は、「接続されたデータソースを使用したデータセット間のファセットの設定」を参照してください。
例
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]