Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Data Source: DailyRealData/DailyIntData

This section provides sample code snippets for the integration metadata JSON with the data source. The following example shows the datasources configuration payload for DailyRealData/dailyIntData.
1{
2 
3 "datasources": [
4 
5 {
6 
7 "name": "{{DatasourceName}}"
8 
9 }
10 
11 ],
12 
13 "dimensions": {
14 
15 "kpidimension": {
16 
17 "measures": [
18 
19 {
20 
21 "name": "ProPlanIncrVolume",
22 
23 "label": "Planned Incr. Volume"
24 
25 }
26 
27 ]
28 
29 }
30 
31 },
32 
33 "exportsettings": {
34 
35 "csvseparator": ",",
36  
37 },
38 
39 "exportfilters": {
40
41 "conditions": []
42 }
43}