Table of Contents

Class SfFlowOrchestrationVersion

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Orchestration Version

SObject Name: FlowOrchestrationVersion

Custom Object: False

public class SfFlowOrchestrationVersion : SObject
Inheritance
SfFlowOrchestrationVersion
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?

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

FlowOrchestration

ReferenceTo: FlowOrchestration

RelationshipName: FlowOrchestration

[JsonProperty(PropertyName = "flowOrchestration")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestration FlowOrchestration { get; set; }

Property Value

SfFlowOrchestration

FlowOrchestrationId

Orchestration ID

Name: FlowOrchestrationId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Orchestration 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?

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

Orchestration Version Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

OrchestrationType

Orchestration Type

Name: OrchestrationType

SF Type: picklist

Nillable: True

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

Property Value

string

OverriddenBy

ReferenceTo: FlowOrchestration

RelationshipName: OverriddenBy

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

Property Value

SfFlowOrchestration

OverriddenById

Orchestration ID

Name: OverriddenById

SF Type: reference

Nillable: True

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

Property Value

string

OverriddenOrchestration

ReferenceTo: FlowOrchestration

RelationshipName: OverriddenOrchestration

[JsonProperty(PropertyName = "overriddenOrchestration")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestration OverriddenOrchestration { get; set; }

Property Value

SfFlowOrchestration

OverriddenOrchestrationId

Orchestration ID

Name: OverriddenOrchestrationId

SF Type: reference

Nillable: True

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

SourceTemplate

ReferenceTo: FlowOrchestration

RelationshipName: SourceTemplate

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

Property Value

SfFlowOrchestration

SourceTemplateId

Orchestration 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?