Table of Contents

Class SfFlowInterviewLogEntry

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Flow Interview Log Entry

SObject Name: FlowInterviewLogEntry

Custom Object: False

public class SfFlowInterviewLogEntry : SObject
Inheritance
SfFlowInterviewLogEntry
Inherited Members

Properties

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?

DurationSinceStartInMinutes

Duration In Minutes Since Flow Start

Name: DurationSinceStartInMinutes

SF Type: double

Nillable: True

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

Property Value

double?

ElementApiName

Element API Name

Name: ElementApiName

SF Type: string

Nillable: True

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

Property Value

string

ElementDurationInMinutes

Element Duration in Minutes

Name: ElementDurationInMinutes

SF Type: double

Nillable: True

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

Property Value

double?

ElementLabel

Element Label

Name: ElementLabel

SF Type: string

Nillable: True

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

Property Value

string

FlowInterviewLog

ReferenceTo: FlowInterviewLog

RelationshipName: FlowInterviewLog

[JsonProperty(PropertyName = "flowInterviewLog")]
[Updateable(false)]
[Createable(false)]
public SfFlowInterviewLog FlowInterviewLog { get; set; }

Property Value

SfFlowInterviewLog

FlowInterviewLogId

Flow Interview Log ID

Name: FlowInterviewLogId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Flow Interview Log Entry 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?

LogEntryTimestamp

Log Entry Timestamp

Name: LogEntryTimestamp

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

LogEntryType

Log Entry Type

Name: LogEntryType

SF Type: picklist

Nillable: False

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

Property Value

string

Name

Name

Name: Name

SF Type: string

AutoNumber field

Nillable: False

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