DataSourceBundleDefinition
Parent Type
File Suffix and Directory Location
DataSourceBundleDefinition components have the suffix .dataSourceBundleDefinition and are stored in the dataSourceBundleDefinitions folder.
Version
DataSourceBundleDefinition components are available in API version 52.0 and later.
Special Access Rules
You need Data Cloud permission to access this object.
Fields
Declarative Metadata Sample Definition
The following is an example of a DataSourceBundleDefinition component.
<?xml version="1.0" encoding="UTF-8"?>
<DataSourceBundleDefinition xmlns="http://soap.sforce.com/2006/04/metadata">
<dataPlatform>Salesforce_Sales_and_Service_Cloud</dataPlatform>
<isMultiDeploymentSupported>true</isMultiDeploymentSupported>
<bundleVersion>1</bundleVersion>
<masterLabel>b2</masterLabel>
</DataSourceBundleDefinition>
The following is an example package.xml that references the previous definition.
<types>
<members>b2</members>
<name>DataSourceBundleDefinition</name>
</types>
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.