afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/FlowInterviewLogEntry.json

153 lines
6.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "FlowInterviewLogEntry - Data API",
"description": "Represents the log of a specific element thats executed by a screen flow interview. An interview is an instance of a running or previously run flow. This object is available in API version 49.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DurationSinceStartInMinutes": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Number of minutes that elapsed since the flow interview started, even if flow interview is paused."
},
"ElementApiName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "API name of the flow element."
},
"ElementDurationInMinutes": {
"type": "double",
"properties": "Filter, Nillable, Sort",
"description": "Number of minutes that elapsed since the element executed. For example, if a screen element takes users a long time to complete, consider simplifying the screen."
},
"ElementLabel": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The flow elements label."
},
"FlowInterviewLogId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "This field is a relationship field.",
"relationship_name": "FlowInterviewLog",
"relationship_type": "Lookup",
"refers_to": "FlowInterviewLog"
},
"LogEntryTimestamp": {
"type": "datetime",
"properties": "Filter, Sort",
"description": "Date and time when the flow element started to execute."
},
"LogEntryType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The type of screen flow user action triggered the log entry. Valid values are: Error FlowFinish-Finished Flow FlowPause-Paused Flow FlowResume-Resumed Flow FlowStart-Started Flow ScreenFinish-Clicked Finish ScreenNext-Clicked Next ScreenPrevious-Clicked Previous"
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "Autogenerated name of the flow interview log entry."
}
},
"special_access_rules": "By default, only users with the View All Data permission can access the log entries for flows that are run by other users.",
"wsdl_segment": "```xml\n<complexType name=\"FlowInterviewLogEntry\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"CreatedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"CreatedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"CreatedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"DurationSinceStartInMinutes\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"ElementApiName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"ElementDurationInMinutes\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:double\"/>\n <element name=\"ElementLabel\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"FlowInterviewLog\" nillable=\"true\" minOccurs=\"0\" type=\"ens:FlowInterviewLog\"/>\n <element name=\"FlowInterviewLogId\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"IsDeleted\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n <element name=\"LastModifiedBy\" nillable=\"true\" minOccurs=\"0\" type=\"ens:User\"/>\n <element name=\"LastModifiedById\" nillable=\"true\" minOccurs=\"0\" type=\"tns:ID\"/>\n <element name=\"LastModifiedDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LogEntryTimestamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"LogEntryType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"Name\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"UserRecordAccess\" nillable=\"true\" minOccurs=\"0\" type=\"ens:UserRecordAccess\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n<simpleType name=\"ID\">\n <restriction base=\"xsd:string\">\n <length value=\"18\"/>\n <pattern value=\"[a-zA-Z0-9]{18}\"/>\n </restriction>\n</simpleType>\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"DurationSinceStartInMinutes": {
"field_label": "Duration In Minutes Since Flow Start",
"type": "double",
"precision": "18",
"scale": "2"
},
"ElementApiName": {
"field_label": "Element API Name",
"type": "string",
"length": "80"
},
"ElementDurationInMinutes": {
"field_label": "Element Duration in Minutes",
"type": "double",
"precision": "18",
"scale": "2"
},
"ElementLabel": {
"field_label": "Element Label",
"type": "string",
"length": "255"
},
"FlowInterviewLogId": {
"field_label": "Flow Interview Log ID",
"type": "reference",
"length": "18"
},
"Id": {
"field_label": "Flow Interview Log Entry ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"LogEntryTimestamp": {
"field_label": "Log Entry Timestamp",
"type": "datetime"
},
"LogEntryType": {
"field_label": "Log Entry Type",
"type": "picklist",
"length": "255"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"precision",
"scale"
]
}