Table of Contents

Class SfRecommendationResponse

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Recommendation Response

SObject Name: RecommendationResponse

Custom Object: False

public class SfRecommendationResponse : SObject
Inheritance
SfRecommendationResponse
Inherited Members

Properties

ActionReference

Action Name at Time of Response

Name: ActionReference

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "actionReference")]
[Updateable(false)]
[Createable(true)]
public string ActionReference { get; set; }

Property Value

string

ContextRecord

Context Record ID

Name: ContextRecord

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "contextRecord")]
[Updateable(false)]
[Createable(true)]
public string ContextRecord { get; set; }

Property Value

string

ContextRecordName

Context Record Name at Time of Response

Name: ContextRecordName

SF Type: string

Nillable: True

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

Property Value

string

ContextRecordType

Context Object

Name: ContextRecordType

SF Type: string

Nillable: True

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

Property Value

string

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?

Id

Recommendation Response 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?

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?

OnBehalfOf

On Behalf of ID

Name: OnBehalfOf

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "onBehalfOf")]
[Updateable(false)]
[Createable(true)]
public string OnBehalfOf { get; set; }

Property Value

string

OnBehalfOfName

On Behalf of Name at Time of Response

Name: OnBehalfOfName

SF Type: string

Nillable: False

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

Property Value

string

OnBehalfOfType

On Behalf of Object

Name: OnBehalfOfType

SF Type: string

Nillable: True

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

Property Value

string

RecommendationKey

Recommendation Key

Name: RecommendationKey

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "recommendationKey")]
[Updateable(false)]
[Createable(true)]
public string RecommendationKey { get; set; }

Property Value

string

RecommendationName

Recommendation Name at Time of Response

Name: RecommendationName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "recommendationName")]
[Updateable(false)]
[Createable(true)]
public string RecommendationName { get; set; }

Property Value

string

RecommendationType

Recommendation Object

Name: RecommendationType

SF Type: string

Nillable: True

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

Property Value

string

Response

Response

Name: Response

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "response")]
[Updateable(false)]
[Createable(true)]
public string Response { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StrategyReference

Strategy Name at Time of Response

Name: StrategyReference

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "strategyReference")]
[Updateable(false)]
[Createable(true)]
public string StrategyReference { get; set; }

Property Value

string

StrategyVersion

Strategy Version at Time of Response

Name: StrategyVersion

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "strategyVersion")]
[Updateable(false)]
[Createable(false)]
public string StrategyVersion { 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?