Table of Contents

Class SfFlowRecord

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Flow

SObject Name: FlowRecord

Custom Object: False

public class SfFlowRecord : SObject
Inheritance
SfFlowRecord
Inherited Members

Properties

ActiveVersion

ReferenceTo: FlowRecordVersion

RelationshipName: ActiveVersion

[JsonProperty(PropertyName = "activeVersion")]
[Updateable(false)]
[Createable(false)]
public SfFlowRecordVersion ActiveVersion { get; set; }

Property Value

SfFlowRecordVersion

ActiveVersionId

Flow Version ID

Name: ActiveVersionId

SF Type: reference

Nillable: True

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

Property Value

string

ApiName

API Name

Name: ApiName

SF Type: string

Nillable: True

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

Property Value

string

ApiVersion

API Version

Name: ApiVersion

SF Type: int

Nillable: True

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

Property Value

int?

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?

AssociatedRecordId

Associated Record ID

Name: AssociatedRecordId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "associatedRecordId")]
[Updateable(true)]
[Createable(false)]
public string AssociatedRecordId { get; set; }

Property Value

string

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(true)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

ErrorCode

Error Code

Name: ErrorCode

SF Type: picklist

Nillable: True

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

Property Value

string

ErrorDetails

Error Details

Name: ErrorDetails

SF Type: string

Nillable: True

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

Property Value

string

FlowCategory

Category

Name: FlowCategory

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "flowCategory")]
[Updateable(true)]
[Createable(false)]
public string FlowCategory { get; set; }

Property Value

string

FlowDefinition

Flow Definition

Name: FlowDefinition

SF Type: string

Nillable: True

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

Property Value

string

FlowLabel

Flow Label

Name: FlowLabel

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "flowLabel")]
[Updateable(true)]
[Createable(false)]
public string FlowLabel { get; set; }

Property Value

string

FlowSubcategory

Subcategory

Name: FlowSubcategory

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "flowSubcategory")]
[Updateable(true)]
[Createable(false)]
public string FlowSubcategory { 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 ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

InstalledPackageName

Package Name

Name: InstalledPackageName

SF Type: string

Nillable: True

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

Property Value

string

IsCitizenEnabled

Enabled for Non-Admins

Name: IsCitizenEnabled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isCitizenEnabled")]
[Updateable(false)]
[Createable(false)]
public bool? IsCitizenEnabled { get; set; }

Property Value

bool?

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?

ManageableState

Package State

Name: ManageableState

SF Type: picklist

Nillable: True

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

Property Value

string

Name

Flow Label

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

NamespacePrefix

Flow Namespace

Name: NamespacePrefix

SF Type: string

Nillable: True

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

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

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

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

StartSource

Start Trigger

Name: StartSource

SF Type: string

Nillable: True

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

Type

Type

Name: Type

SF Type: picklist

Nillable: True

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

Property Value

string