FlowRecordVersion
Schema file for FlowRecordVersion.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | True |
Name of the record. | |
| CurrencyIsoCode | String | True |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| LastViewedDate | Datetime | True |
Date and time when the record was last viewed in the user interface. | |
| LastReferencedDate | Datetime | True |
Date and time when the record was last referenced. | |
| FlowRecordId | String | True |
FlowRecord.Id |
ID of the FlowRecord associated with this record. |
| VersionNumber | Int | True |
Version identification number. | |
| ActivatedById | String | True |
User.Id |
ID of the ActivatedBy associated with this record. |
| ActivatedDate | Datetime | True |
Date associated with Activated. | |
| ProgressStatus | String | True |
Status of the Progress. | |
| Entries | Int | True |
Field containing Entries information. | |
| Exits | Int | True |
Field containing Exits information. | |
| Errors | Int | True |
Field containing Errors information. | |
| IsPaused | Bool | True |
Indicates whether the record has the Paused characteristic. | |
| PausingUserId | String | True |
User.Id |
ID of the PausingUser associated with this record. |
| PausedDate | Datetime | True |
Date associated with Paused. | |
| ResumingUserId | String | True |
User.Id |
ID of the ResumingUser associated with this record. |
| ResumedDate | Datetime | True |
Date associated with Resumed. | |
| ReasonPaused | String | True |
Field containing ReasonPaused information. | |
| ScheduledStartDate | Datetime | True |
Date associated with ScheduledStart. | |
| FlowType | String | True |
Type classification for Flow. | |
| Status | String | True |
Status of the record. | |
| Description | String | True |
Text description of the record. | |
| RunInMode | String | True |
Field containing RunInMode information. | |
| ApiVersion | Double | True |
Field containing ApiVersion information. | |
| IsTemplate | Bool | True |
Indicates whether the record has the Template characteristic. | |
| TriggerObjectOrEventLabel | String | True |
Field containing TriggerObjectOrEventLabel information. | |
| Builder | String | True |
Field containing Builder information. | |
| SourceTemplateId | String | True |
FlowRecord.Id |
ID of the SourceTemplate associated with this record. |
| IsOverridable | Bool | True |
Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | True |
FlowRecord.Id |
ID of the OverriddenBy associated with this record. |
| OverriddenFlowId | String | True |
FlowRecord.Id |
ID of the OverriddenFlow associated with this record. |
| CapacityCategory | String | True |
Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | True |
Field containing AreMetricsLoggedToDataCloud information. | |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. |