Newer Version Available
ExternalDataTranObject
File Suffix and Directory Location
ExternalDataTranObject components have the suffix .externalDataTranObject and are stored in the externalDataTranObjects folder.
Version
ExternalDataTranObject components are available in API version 55.0 and later.
Special Access Rules
ExternalDataTranObject is available only if Data Cloud is provisioned.
Fields
| Field Name | Description |
|---|---|
| availabilityStatus |
|
| creationType |
|
| extDataTranObjectTemplate |
|
| externalDataTranFields |
|
| masterLabel |
|
| mktDataTranObject |
|
| objectCategory |
|
ExternalDataTranField
Stores the fields related to ExternalDataTranObject schema.
| Field Name | Description |
|---|---|
| creationType |
|
| datatype |
|
| dateFormat |
|
| extDataTranFieldTemplate |
|
| externalName |
|
| isCurrencyIsoCode |
|
| isDataRequired |
|
| length |
|
| masterLabel | Optional. Field label. |
| mktDataTranField |
|
| precision |
|
| primaryIndexOrder |
|
| scale |
|
| sequence |
|
MktDataTranField
Stores fields related to MktDataTranObject.
| Field Name | Description |
|---|---|
| creationType |
|
| datatype |
|
| dateFormat |
|
| externalName |
|
| isDataRequired |
|
| length |
|
| masterLabel | Optional. Field label. |
| precision |
|
| primaryIndexOrder |
|
| scale |
|
| sequence |
|
Declarative Metadata Sample Definition
The following is an example of a ExternalDataTranObject component.
1<?xml version="1.0" encoding="UTF-8"?>
2<ExternalDataTranObject xmlns="http://soap.sforce.com/2006/04/metadata">
3 <CreationType>Custom</CreationType>
4 <DataConnectorId>1WMxx00000000mPGAQ</DataConnectorId>
5 <DeveloperName>Third_Identity_Create</DeveloperName>
6 <Language>en_US</Language>
7 <MasterLabel>Identity Create</MasterLabel>
8 <ObjectCategoryId>0hqxx000000009hAAA</ObjectCategoryId>
9 <Status>Available</Status>
10</ExternalDataTranObject>The following is an example package.xml that references the previous definition.
1<Package xmlns="http://soap.sforce.com/2006/04/metadata">
2 <types>
3 <members>*</members>
4 <name>ExternalDataTranObject</name>
5 </types>
6 <version>55.0</version>
7</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.