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
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
ApiName
API Name
Name: ApiName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "apiName")]
[Updateable(false)]
[Createable(false)]
public string ApiName { get; set; }
Property Value
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
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(true)]
[Createable(false)]
public string Description { get; set; }
Property Value
ErrorCode
Error Code
Name: ErrorCode
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "errorCode")]
[Updateable(false)]
[Createable(false)]
public string ErrorCode { get; set; }
Property Value
ErrorDetails
Error Details
Name: ErrorDetails
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "errorDetails")]
[Updateable(false)]
[Createable(false)]
public string ErrorDetails { get; set; }
Property Value
FlowCategory
Category
Name: FlowCategory
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowCategory")]
[Updateable(true)]
[Createable(false)]
public string FlowCategory { get; set; }
Property Value
FlowDefinition
Flow Definition
Name: FlowDefinition
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowDefinition")]
[Updateable(false)]
[Createable(false)]
public string FlowDefinition { get; set; }
Property Value
FlowLabel
Flow Label
Name: FlowLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowLabel")]
[Updateable(true)]
[Createable(false)]
public string FlowLabel { get; set; }
Property Value
FlowSubcategory
Subcategory
Name: FlowSubcategory
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "flowSubcategory")]
[Updateable(true)]
[Createable(false)]
public string FlowSubcategory { 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 ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
InstalledPackageName
Package Name
Name: InstalledPackageName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "installedPackageName")]
[Updateable(false)]
[Createable(false)]
public string InstalledPackageName { get; set; }
Property Value
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
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
ManageableState
Package State
Name: ManageableState
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "manageableState")]
[Updateable(false)]
[Createable(false)]
public string ManageableState { get; set; }
Property Value
Name
Flow Label
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
NamespacePrefix
Flow Namespace
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { 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
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
[Updateable(true)]
[Createable(false)]
public string OwnerId { 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
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
StartSource
Start Trigger
Name: StartSource
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "startSource")]
[Updateable(false)]
[Createable(false)]
public string StartSource { 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
Type
Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }