Class SfListViewChartInstance
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
List View Chart Instance
SObject Name: ListViewChartInstance
Custom Object: False
public class SfListViewChartInstance : SObject
- Inheritance
-
SfListViewChartInstance
- Inherited Members
Properties
AggregateField
Aggregate Field
Name: AggregateField
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "aggregateField")]
[Updateable(false)]
[Createable(false)]
public string AggregateField { get; set; }
Property Value
AggregateType
Aggregate Type
Name: AggregateType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "aggregateType")]
[Updateable(false)]
[Createable(false)]
public string AggregateType { get; set; }
Property Value
ChartType
TODO, use alias
Name: ChartType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "chartType")]
[Updateable(false)]
[Createable(false)]
public string ChartType { get; set; }
Property Value
DataQuery
SOQL Query for Chart Data
Name: DataQuery
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "dataQuery")]
[Updateable(false)]
[Createable(false)]
public string DataQuery { get; set; }
Property Value
DataQueryWithoutUserFilters
SOQL Query for Desktop Chart Data without S1 User Filters
Name: DataQueryWithoutUserFilters
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "dataQueryWithoutUserFilters")]
[Updateable(false)]
[Createable(false)]
public string DataQueryWithoutUserFilters { get; set; }
Property Value
DeveloperName
API Name
Name: DeveloperName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }
Property Value
ExternalId
ListView Chart Instance ID
Name: ExternalId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "externalId")]
[Updateable(false)]
[Createable(false)]
public string ExternalId { get; set; }
Property Value
GroupingField
Grouping Field
Name: GroupingField
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "groupingField")]
[Updateable(false)]
[Createable(false)]
public string GroupingField { get; set; }
Property Value
Id
List View Chart Instance ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeletable
Deletable
Name: IsDeletable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeletable")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeletable { get; set; }
Property Value
- bool?
IsEditable
Editable
Name: IsEditable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isEditable")]
[Updateable(false)]
[Createable(false)]
public bool? IsEditable { get; set; }
Property Value
- bool?
IsLastViewed
Last Viewed
Name: IsLastViewed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isLastViewed")]
[Updateable(false)]
[Createable(false)]
public bool? IsLastViewed { get; set; }
Property Value
- bool?
Label
Label
Name: Label
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
ListViewChart
ReferenceTo: ListViewChart
RelationshipName: ListViewChart
[JsonProperty(PropertyName = "listViewChart")]
[Updateable(false)]
[Createable(false)]
public SfListViewChart ListViewChart { get; set; }
Property Value
ListViewChartId
List View Chart ID
Name: ListViewChartId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "listViewChartId")]
[Updateable(false)]
[Createable(false)]
public string ListViewChartId { get; set; }
Property Value
ListViewContext
ReferenceTo: ListView
RelationshipName: ListViewContext
[JsonProperty(PropertyName = "listViewContext")]
[Updateable(false)]
[Createable(false)]
public SfListView ListViewContext { get; set; }
Property Value
ListViewContextId
List View ID
Name: ListViewContextId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "listViewContextId")]
[Updateable(false)]
[Createable(false)]
public string ListViewContextId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SourceEntity
Entity
Name: SourceEntity
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "sourceEntity")]
[Updateable(false)]
[Createable(false)]
public string SourceEntity { get; set; }