Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DataKitObjectTemplate
Parent Type
File Suffix and Directory Location
DataKitObjectTemplate components have the suffix .DataKitObjectTemplate and are stored in the DataKitObjectTemplate folder.
Version
DataKitObjectTemplate components are available in API version 63.0 and later.
Special Access Rules
There are no additional access requirements that are specific to this type.
Fields
Declarative Metadata Sample Definition
The following is an example of a DataKitObjectTemplate component.
1<?xml version="1.0" encoding="UTF-8"?>
2<DataKitObjectTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
3 <developerName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
4 <entityPayload>
5 {
6 "dataSpaceName": "default",
7 "type": "DLO",
8 "developerName": "DLO_StaticCurrencyRates_Home"
9 }
10 </entityPayload>
11 <masterLabel>StaticCurrencyRates_Home__dll</masterLabel>
12 <parentDataPackageKitDefinitionName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
13 <sourceObject>0viSB00000JzG05YAF</sourceObject>
14 <sourceObjectType>DataSpaceMember</sourceObjectType>
15 <templateVersion>1</templateVersion>
16</DataKitObjectTemplate>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>StaticCurrencyRates_Home</members>
5 <members>StaticCurrencyRates_Home1</members>
6 <name>DataKitObjectTemplate</name>
7 </types>
8 <version>64.0</version>
9</Package>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.