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.
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 360 is provisioned.
Fields
| Field Name | Description |
|---|---|
| availabilityStatus |
|
| creationType |
Valid values available in API version 67.0 and later are:
|
| extDataTranObjectTemplate |
|
| externalDataTranFields |
|
| masterLabel |
|
| mktDataTranObject |
|
| objectCategory |
|
ExternalDataTranField
Stores the fields related to ExternalDataTranObject schema.
| Field Name | Description |
|---|---|
| creationType |
Valid values available in API version 67.0 and later are:
|
| datatype |
|
| dateFormat |
|
| extDataTranFieldTemplate |
|
| externalName |
|
| isCurrencyIsoCode |
|
| isDataRequired |
|
| length |
|
| masterLabel | Optional. Field label. |
| mktDataTranField |
|
| precision |
|
| primaryIndexOrder |
|
| scale |
|
| sequence |
|
MktDataTranField
Stores fields related to MktDataTranObject.
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 <fullName>PlatformTraces</fullName>
4 <availabilityStatus>Available</availabilityStatus>
5 <creationType>Custom</creationType>
6 <masterLabel>PlatformTraces</masterLabel>
7 <objectCategory>Salesforce_SFDCReferenceModel_0_93.Engagement</objectCategory>
8</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.