Class SfActivityFieldHistory
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Activity Field History
SObject Name: ActivityFieldHistory
Custom Object: False
public class SfActivityFieldHistory : SObject
- Inheritance
-
SfActivityFieldHistory
- Inherited Members
Properties
ActivityId
Task or Event ID
Name: ActivityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "activityId")]
[Updateable(false)]
[Createable(false)]
public string ActivityId { get; set; }
Property Value
ChangedBy
ReferenceTo: User
RelationshipName: ChangedBy
[JsonProperty(PropertyName = "changedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser ChangedBy { get; set; }
Property Value
ChangedById
User ID
Name: ChangedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "changedById")]
[Updateable(false)]
[Createable(false)]
public string ChangedById { get; set; }
Property Value
ChangedDate
Changed Date
Name: ChangedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "changedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ChangedDate { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DataType
Data Type
Name: DataType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(false)]
public string DataType { get; set; }
Property Value
FieldName
Field
Name: FieldName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "fieldName")]
[Updateable(false)]
[Createable(false)]
public string FieldName { get; set; }
Property Value
Id
Entity History ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDataAvailable
Data Available
Name: IsDataAvailable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDataAvailable")]
[Updateable(false)]
[Createable(false)]
public bool? IsDataAvailable { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
NewValueDateTime
New Date
Name: NewValueDateTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "newValueDateTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? NewValueDateTime { get; set; }
Property Value
NewValueNumber
New Number Val
Name: NewValueNumber
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "newValueNumber")]
[Updateable(false)]
[Createable(false)]
public double? NewValueNumber { get; set; }
Property Value
NewValueText
New String Val
Name: NewValueText
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "newValueText")]
[Updateable(false)]
[Createable(false)]
public string NewValueText { get; set; }
Property Value
OldValueDateTime
Old Date
Name: OldValueDateTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "oldValueDateTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? OldValueDateTime { get; set; }
Property Value
OldValueNumber
Old Number Val
Name: OldValueNumber
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "oldValueNumber")]
[Updateable(false)]
[Createable(false)]
public double? OldValueNumber { get; set; }
Property Value
OldValueText
Old String Val
Name: OldValueText
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "oldValueText")]
[Updateable(false)]
[Createable(false)]
public string OldValueText { get; set; }
Property Value
Operation
Change Operation
Name: Operation
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "operation")]
[Updateable(false)]
[Createable(false)]
public string Operation { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }