Class SfFlowOrchestration
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Orchestration
SObject Name: FlowOrchestration
Custom Object: False
public class SfFlowOrchestration : SObject
- Inheritance
-
SfFlowOrchestration
- Inherited Members
Properties
ActiveVersion
ReferenceTo: FlowOrchestrationVersion
RelationshipName: ActiveVersion
[JsonProperty(PropertyName = "activeVersion")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestrationVersion ActiveVersion { get; set; }
Property Value
ActiveVersionId
Orchestration 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?
AverageRunTime
Average Run Time
Name: AverageRunTime
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "averageRunTime")]
[Updateable(false)]
[Createable(false)]
public int? AverageRunTime { get; set; }
Property Value
- int?
CompletionRate
Completion Rate
Name: CompletionRate
SF Type: percent
Nillable: True
[JsonProperty(PropertyName = "completionRate")]
[Updateable(false)]
[Createable(false)]
public double? CompletionRate { 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
FailedRunCount
Failed Run Count
Name: FailedRunCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "failedRunCount")]
[Updateable(false)]
[Createable(false)]
public int? FailedRunCount { get; set; }
Property Value
- int?
Id
Orchestration 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
Citizen Enabled
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?
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
Orchestration Label
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(true)]
[Createable(false)]
public string Name { get; set; }
Property Value
NamespacePrefix
Orchestration Namespace
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
OrchestrationDefinition
Orchestration Definition
Name: OrchestrationDefinition
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "orchestrationDefinition")]
[Updateable(false)]
[Createable(false)]
public string OrchestrationDefinition { get; set; }
Property Value
OrchestrationLabel
Orchestration Label
Name: OrchestrationLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "orchestrationLabel")]
[Updateable(true)]
[Createable(false)]
public string OrchestrationLabel { get; set; }
Property Value
OrchestrationType
Orchestration Type
Name: OrchestrationType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "orchestrationType")]
[Updateable(false)]
[Createable(false)]
public string OrchestrationType { get; set; }
Property Value
OverriddenBy
ReferenceTo: FlowOrchestration
RelationshipName: OverriddenBy
[JsonProperty(PropertyName = "overriddenBy")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestration OverriddenBy { get; set; }
Property Value
OverriddenById
Orchestration ID
Name: OverriddenById
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "overriddenById")]
[Updateable(false)]
[Createable(false)]
public string OverriddenById { get; set; }
Property Value
OverriddenOrchestration
ReferenceTo: FlowOrchestration
RelationshipName: OverriddenOrchestration
[JsonProperty(PropertyName = "overriddenOrchestration")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestration OverriddenOrchestration { get; set; }
Property Value
OverriddenOrchestrationId
Orchestration ID
Name: OverriddenOrchestrationId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "overriddenOrchestrationId")]
[Updateable(false)]
[Createable(false)]
public string OverriddenOrchestrationId { get; set; }
Property Value
RunCount
Run Count
Name: RunCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "runCount")]
[Updateable(false)]
[Createable(false)]
public int? RunCount { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SourceTemplate
ReferenceTo: FlowOrchestration
RelationshipName: SourceTemplate
[JsonProperty(PropertyName = "sourceTemplate")]
[Updateable(false)]
[Createable(false)]
public SfFlowOrchestration SourceTemplate { get; set; }
Property Value
SourceTemplateId
Orchestration 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
TriggerType
Trigger Type
Name: TriggerType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "triggerType")]
[Updateable(false)]
[Createable(false)]
public string TriggerType { get; set; }