ListViewChartInstance
サポートされているコール
describeSObjects()、query()
項目
| 項目名 | 詳細 |
|---|---|
| AggregateField |
|
| AggregateType |
|
| ChartType |
|
| DataQuery |
|
| DeveloperName |
|
| ExternalId |
|
| GroupingField |
|
| IsDeletable |
|
| IsEditable |
|
| IsLastViewed |
|
| Label |
|
| ListViewChartId |
|
| ListViewContextId |
|
| SourceEntity |
|
使用方��
- 例 1: [すべての取引先] リストビューの Account エンティティのカスタムグラフと標準グラフをすべて取得します。
-
1SELECT AggregateField, AggregateType, ChartType, DataQuery, DeveloperName, ExternalId, GroupingField, Id, IsDeletable, IsEditable, IsLastViewed, Label, ListViewChartId, ListViewContextId, SourceEntity FROM ListViewChartInstance WHERE SourceEntity=’Account’ and ListViewContextId=’00BR0000000U8Hr’ - 例 2: [すべての取引先] リストビューの Account エンティティの特定のカスタムグラフのメタデータを ID 別に取得します。
-
1SELECT AggregateField, AggregateType, ChartType, DataQuery, DeveloperName, ExternalId, GroupingField, Id, IsDeletable, IsEditable, IsLastViewed, Label, ListViewChartId, ListViewContextId, SourceEntity FROM ListViewChartInstance WHERE SourceEntity=’Account’ and ListViewContextID=’00BR0000000U8Hr’ and ListViewChartId=’0DdR00000004CBxKAM’ - 例 3: [すべての取引先] リストビューの Account エンティティの特定の標準グラフのメタデータを API 参照名別に取得します。
-
1SELECT AggregateField, AggregateType, ChartType, DataQuery, DeveloperName, ExternalId, GroupingField, Id, IsDeletable, IsEditable, IsLastViewed, Label, ListViewChartId, ListViewContextId, SourceEntity FROM ListViewChartInstance WHERE SourceEntity=’Account’ and ListViewContextID=’00BR0000000U8Hr’ and DeveloperName=’AccountsByIndustry’