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
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
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
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
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
ElementLabel
Element Label
Name: ElementLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "elementLabel")]
[Updateable(false)]
[Createable(false)]
public string ElementLabel { get; set; }
Property Value
FlowInterviewLog
ReferenceTo: FlowInterviewLog
RelationshipName: FlowInterviewLog
[JsonProperty(PropertyName = "flowInterviewLog")]
[Updateable(false)]
[Createable(false)]
public SfFlowInterviewLog FlowInterviewLog { get; set; }
Property Value
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
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
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
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
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
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
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
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; }