Table of Contents

Class SfOpportunityHistory

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Opportunity History

SObject Name: OpportunityHistory

Custom Object: False

public class SfOpportunityHistory : SObject
Inheritance
SfOpportunityHistory
Inherited Members

Properties

Amount

Amount

Name: Amount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "amount")]
[Updateable(false)]
[Createable(false)]
public decimal? Amount { get; set; }

Property Value

decimal?

CloseDate

Close Date

Name: CloseDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "closeDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? CloseDate { get; set; }

Property Value

DateTime?

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?

ExpectedRevenue

Expected Revenue

Name: ExpectedRevenue

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "expectedRevenue")]
[Updateable(false)]
[Createable(false)]
public decimal? ExpectedRevenue { get; set; }

Property Value

decimal?

ForecastCategory

To Forecast Category

Name: ForecastCategory

SF Type: picklist

Nillable: True

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

Property Value

string

Id

Opportunity History ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

Opportunity

ReferenceTo: Opportunity

RelationshipName: Opportunity

[JsonProperty(PropertyName = "opportunity")]
[Updateable(false)]
[Createable(false)]
public SfOpportunity Opportunity { get; set; }

Property Value

SfOpportunity

OpportunityId

Opportunity ID

Name: OpportunityId

SF Type: reference

Nillable: False

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

Property Value

string

PrevAmount

Previous Amount

Name: PrevAmount

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "prevAmount")]
[Updateable(false)]
[Createable(false)]
public decimal? PrevAmount { get; set; }

Property Value

decimal?

PrevCloseDate

Previous Close Date

Name: PrevCloseDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "prevCloseDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? PrevCloseDate { get; set; }

Property Value

DateTime?

Probability

Probability

Name: Probability

SF Type: percent

Nillable: True

[JsonProperty(PropertyName = "probability")]
[Updateable(false)]
[Createable(false)]
public double? Probability { get; set; }

Property Value

double?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StageName

Stage Name

Name: StageName

SF Type: picklist

Nillable: False

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

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?