mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 14:54:50 +08:00
49 lines
4.3 KiB
JSON
49 lines
4.3 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"supported_soap_calls",
|
|
"supported_rest_api_http_methods",
|
|
"fields",
|
|
"special_access_rules",
|
|
"wsdl_segment"
|
|
],
|
|
"title": "EmbeddedServiceFlow - Tooling API",
|
|
"description": "Represents a Flow Definition used by an Embedded Service deployment. This object is available in API version 45.0 and later.",
|
|
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
|
|
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"EmbeddedServiceConfigId": {
|
|
"type": "reference",
|
|
"properties": "Create, Filter, Group, Sort",
|
|
"description": "The unique ID of EmbeddedServiceConfig (the Embedded Service deployment)."
|
|
},
|
|
"Feature": {
|
|
"type": "picklist",
|
|
"properties": "Filter, Group, Nillable, Restricted picklist, Sort",
|
|
"description": "The Embedded Service feature that uses this flow. This is a read-only field. Possible values are: FieldService Flows LiveAgent"
|
|
},
|
|
"Flow": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
|
"description": "The flow definition name. Use one of the listed standard flows or an ID of a FlowDefinition that you created. Possible standard flow values are: runtime_sales_see__SEE setup_service_experience__Create_Case setup_service_experience__Verify_Cust"
|
|
},
|
|
"FlowType": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
|
"description": "The flow type used in a Flow (FL), Appointment Booking (FS), or Chat (LA) feature of Embedded Service. Possible values are: FL_Flow FS_CancelAppointment FS_ModifyAppointment FS_NewAppointment LA_Survey"
|
|
},
|
|
"IsAuthenticationRequired": {
|
|
"type": "boolean",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|
"description": "Specifies whether authentication is required for this flow (true) or not (false). Authentication is required if the FlowType is an Appointment Booking type. Default is false."
|
|
}
|
|
},
|
|
"special_access_rules": "To access this type, you need the Customize Application user permission.",
|
|
"wsdl_segment": "```xml\n<xsd:complexType name=\"EmbeddedServiceFlow\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"EmbeddedServiceConfig\" minOccurs=\"0\" type=\"ens:EmbeddedServiceConfig\" nillable=\"true\"/>\n <xsd:element name=\"EmbeddedServiceConfigId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"Feature\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"Flow\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"FlowType\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"IsAuthenticationRequired\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n<xsd:simpleType name=\"EmbeddedServiceFlowType\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"FL_Flow\"/>\n <xsd:enumeration value=\"FS_NewAppointment\"/>\n <xsd:enumeration value=\"FS_ModifyAppointment\"/>\n <xsd:enumeration value=\"FS_CancelAppointment\"/>\n <xsd:enumeration value=\"LA_Survey\"/>\n </xsd:restriction>\n</xsd:simpleType>\n```"
|
|
} |