Table of Contents

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

string

ChangedBy

ReferenceTo: User

RelationshipName: ChangedBy

[JsonProperty(PropertyName = "changedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser ChangedBy { get; set; }

Property Value

SfUser

ChangedById

User ID

Name: ChangedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "changedById")]
[Updateable(false)]
[Createable(false)]
public string ChangedById { get; set; }

Property Value

string

ChangedDate

Changed Date

Name: ChangedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "changedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ChangedDate { get; set; }

Property Value

DateTimeOffset?

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

DataType

Data Type

Name: DataType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "dataType")]
[Updateable(false)]
[Createable(false)]
public string DataType { get; set; }

Property Value

string

FieldName

Field

Name: FieldName

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "fieldName")]
[Updateable(false)]
[Createable(false)]
public string FieldName { get; set; }

Property Value

string

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

string

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

SfUser

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

string

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

DateTimeOffset?

NewValueDateTime

New Date

Name: NewValueDateTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "newValueDateTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? NewValueDateTime { get; set; }

Property Value

DateTimeOffset?

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

double?

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

string

OldValueDateTime

Old Date

Name: OldValueDateTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "oldValueDateTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? OldValueDateTime { get; set; }

Property Value

DateTimeOffset?

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

double?

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

string

Operation

Change Operation

Name: Operation

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "operation")]
[Updateable(false)]
[Createable(false)]
public string Operation { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?