Table of Contents

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

SfUser

ActivatedById

User ID

Name: ActivatedById

SF Type: reference

Nillable: True

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

Property Value

string

ActivatedDate

Activated Date

Name: ActivatedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

ApiVersion

API Version

Name: ApiVersion

SF Type: double

Nillable: True

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

Property Value

double?

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

string

CapacityCategory

Capacity Category

Name: CapacityCategory

SF Type: picklist

Nillable: True

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

Description

Description

Name: Description

SF Type: textarea

Nillable: True

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

Property Value

string

FlowRecord

ReferenceTo: FlowRecord

RelationshipName: FlowRecord

[JsonProperty(PropertyName = "flowRecord")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord FlowRecord { get; set; }

Property Value

SfFlowRecord

FlowRecordId

Flow ID

Name: FlowRecordId

SF Type: reference

Nillable: False

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

Property Value

string

FlowType

Flow Type

Name: FlowType

SF Type: picklist

Nillable: True

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

Property Value

string

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

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?

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

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?

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

DateTimeOffset?

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

DateTimeOffset?

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

string

OverriddenBy

ReferenceTo: FlowRecord

RelationshipName: OverriddenBy

[JsonProperty(PropertyName = "overriddenBy")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord OverriddenBy { get; set; }

Property Value

SfFlowRecord

OverriddenById

Flow ID

Name: OverriddenById

SF Type: reference

Nillable: True

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

Property Value

string

OverriddenFlow

ReferenceTo: FlowRecord

RelationshipName: OverriddenFlow

[JsonProperty(PropertyName = "overriddenFlow")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord OverriddenFlow { get; set; }

Property Value

SfFlowRecord

OverriddenFlowId

Flow ID

Name: OverriddenFlowId

SF Type: reference

Nillable: True

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

Property Value

string

PausedDate

Paused Date

Name: PausedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

PausingUser

ReferenceTo: User

RelationshipName: PausingUser

[JsonProperty(PropertyName = "pausingUser")]
[Updateable(false)]
[Createable(false)]
public SfUser PausingUser { get; set; }

Property Value

SfUser

PausingUserId

User ID

Name: PausingUserId

SF Type: reference

Nillable: True

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

Property Value

string

ProgressStatus

Progress Status

Name: ProgressStatus

SF Type: picklist

Nillable: True

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

Property Value

string

ReasonPaused

Reason Paused

Name: ReasonPaused

SF Type: textarea

Nillable: True

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

Property Value

string

ResumedDate

Resumed Date

Name: ResumedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

ResumingUser

ReferenceTo: User

RelationshipName: ResumingUser

[JsonProperty(PropertyName = "resumingUser")]
[Updateable(false)]
[Createable(false)]
public SfUser ResumingUser { get; set; }

Property Value

SfUser

ResumingUserId

User ID

Name: ResumingUserId

SF Type: reference

Nillable: True

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

Property Value

string

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

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

DateTimeOffset?

SourceTemplate

ReferenceTo: FlowRecord

RelationshipName: SourceTemplate

[JsonProperty(PropertyName = "sourceTemplate")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecord SourceTemplate { get; set; }

Property Value

SfFlowRecord

SourceTemplateId

Flow ID

Name: SourceTemplateId

SF Type: reference

Nillable: True

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

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

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

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

string

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?