Class SfFlowRecordVersion
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Flow Version
SObject Name: FlowRecordVersion
Custom Object: False
public class SfFlowRecordVersion : SObject
- Inheritance
-
SfFlowRecordVersion
- Inherited Members
Properties
ActivatedBy
ReferenceTo: User
RelationshipName: ActivatedBy
[JsonProperty(PropertyName = "activatedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser ActivatedBy { get; set; }
Property Value
ActivatedById
User ID
Name: ActivatedById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "activatedById")]
[Updateable(false)]
[Createable(false)]
public string ActivatedById { get; set; }
Property Value
ActivatedDate
Activated Date
Name: ActivatedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "activatedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ActivatedDate { get; set; }
Property Value
ApiVersion
API Version
Name: ApiVersion
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }
Property Value
AreMetricsLoggedToDataCloud
Log Metrics to Data Cloud
Name: AreMetricsLoggedToDataCloud
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "areMetricsLoggedToDataCloud")]
[Updateable(false)]
[Createable(false)]
public bool? AreMetricsLoggedToDataCloud { get; set; }
Property Value
- bool?
Builder
Built with
Name: Builder
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "builder")]
[Updateable(false)]
[Createable(false)]
public string Builder { get; set; }
Property Value
CapacityCategory
Capacity Category
Name: CapacityCategory
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "capacityCategory")]
[Updateable(false)]
[Createable(false)]
public string CapacityCategory { get; set; }
Property Value
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
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
FlowRecord
ReferenceTo: FlowRecord
RelationshipName: FlowRecord
[JsonProperty(PropertyName = "flowRecord")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord FlowRecord { get; set; }
Property Value
FlowRecordId
Flow ID
Name: FlowRecordId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "flowRecordId")]
[Updateable(false)]
[Createable(false)]
public string FlowRecordId { get; set; }
Property Value
FlowType
Flow Type
Name: FlowType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "flowType")]
[Updateable(false)]
[Createable(false)]
public string FlowType { get; set; }
Property Value
Id
Flow Version 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?
IsOverridable
Overridable
Name: IsOverridable
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isOverridable")]
[Updateable(false)]
[Createable(false)]
public bool? IsOverridable { get; set; }
Property Value
- bool?
IsPaused
Paused
Name: IsPaused
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isPaused")]
[Updateable(false)]
[Createable(false)]
public bool? IsPaused { get; set; }
Property Value
- bool?
IsTemplate
Template
Name: IsTemplate
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTemplate")]
[Updateable(false)]
[Createable(false)]
public bool? IsTemplate { 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
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
Name
Flow Version Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
OverriddenBy
ReferenceTo: FlowRecord
RelationshipName: OverriddenBy
[JsonProperty(PropertyName = "overriddenBy")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord OverriddenBy { get; set; }
Property Value
OverriddenById
Flow ID
Name: OverriddenById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "overriddenById")]
[Updateable(false)]
[Createable(false)]
public string OverriddenById { get; set; }
Property Value
OverriddenFlow
ReferenceTo: FlowRecord
RelationshipName: OverriddenFlow
[JsonProperty(PropertyName = "overriddenFlow")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord OverriddenFlow { get; set; }
Property Value
OverriddenFlowId
Flow ID
Name: OverriddenFlowId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "overriddenFlowId")]
[Updateable(false)]
[Createable(false)]
public string OverriddenFlowId { get; set; }
Property Value
PausedDate
Paused Date
Name: PausedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "pausedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? PausedDate { get; set; }
Property Value
PausingUser
ReferenceTo: User
RelationshipName: PausingUser
[JsonProperty(PropertyName = "pausingUser")]
[Updateable(false)]
[Createable(false)]
public SfUser PausingUser { get; set; }
Property Value
PausingUserId
User ID
Name: PausingUserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "pausingUserId")]
[Updateable(false)]
[Createable(false)]
public string PausingUserId { get; set; }
Property Value
ProgressStatus
Progress Status
Name: ProgressStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "progressStatus")]
[Updateable(false)]
[Createable(false)]
public string ProgressStatus { get; set; }
Property Value
ReasonPaused
Reason Paused
Name: ReasonPaused
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "reasonPaused")]
[Updateable(false)]
[Createable(false)]
public string ReasonPaused { get; set; }
Property Value
ResumedDate
Resumed Date
Name: ResumedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "resumedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ResumedDate { get; set; }
Property Value
ResumingUser
ReferenceTo: User
RelationshipName: ResumingUser
[JsonProperty(PropertyName = "resumingUser")]
[Updateable(false)]
[Createable(false)]
public SfUser ResumingUser { get; set; }
Property Value
ResumingUserId
User ID
Name: ResumingUserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "resumingUserId")]
[Updateable(false)]
[Createable(false)]
public string ResumingUserId { get; set; }
Property Value
RunInMode
Run in Mode
Name: RunInMode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "runInMode")]
[Updateable(false)]
[Createable(false)]
public string RunInMode { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ScheduledStartDate
Scheduled Start Date
Name: ScheduledStartDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "scheduledStartDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ScheduledStartDate { get; set; }
Property Value
SourceTemplate
ReferenceTo: FlowRecord
RelationshipName: SourceTemplate
[JsonProperty(PropertyName = "sourceTemplate")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord SourceTemplate { get; set; }
Property Value
SourceTemplateId
Flow ID
Name: SourceTemplateId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "sourceTemplateId")]
[Updateable(false)]
[Createable(false)]
public string SourceTemplateId { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
[Updateable(false)]
[Createable(false)]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TriggerObjectOrEventLabel
Triggering Object or Platform Event Label
Name: TriggerObjectOrEventLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "triggerObjectOrEventLabel")]
[Updateable(false)]
[Createable(false)]
public string TriggerObjectOrEventLabel { get; set; }
Property Value
VersionNumber
Version Number
Name: VersionNumber
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "versionNumber")]
[Updateable(false)]
[Createable(false)]
public int? VersionNumber { get; set; }
Property Value
- int?