Newer Version Available
EmbeddedServiceConfig
Represents a setup node for creating a Snap-ins
deployment.
This type extends the Metadata
metadata type and inherits its fullName field.
File Suffix and Directory Location
EmbeddedServiceConfig components are stored in the developer_name.EmbeddedServiceConfig file in the EmbeddedServiceConfig folder.
Version
EmbeddedServiceConfig is available in API version 37.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| masterLabel | string | Required. The name of the embedded service configuration node. |
| site | string | Required. The name of the Salesforce Community or Salesforce Site connected to this Snap-ins deployment. |
Declarative Metadata Sample Definition
The following is an example of an EmbeddedServiceConfig file.
1<?xml version="1.0" encoding="UTF-8"?>
2<EmbeddedServiceConfig xmlns="http://soap.sforce.com/2006/04/metadata">
3 <masterLabel>a</masterLabel>
4 <site>0DMD00000004QnK</site>
5</EmbeddedServiceConfig>