DataSrcDataModelFieldMap
Represents the entity that is used for storing the design
time bundle level mappings for the data source fields and data model fields.
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
File Suffix and Directory Location
DataSrcDataModelFieldMap components have the suffix .dataSrcDataModelFieldMap and are stored in the dataSrcDataModelFieldMaps folder.
Version
DataSrcDataModelFieldMap components are available in API version 53.0 and later.
Special Access Rules
You need Data Cloud permission to access this object.
Fields
Field Name | Description |
---|---|
masterLabel |
|
sourceField |
|
targetField |
|
versionNumber |
|
Declarative Metadata Sample Definition
The following is an example of a DataSrcDataModelFieldMap component.
<?xml version="1.0" encoding="UTF-8"?>
<DataSrcDataModelFieldMap xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>DataSrcDataModel26</masterLabel>
<sourceField>Account1.LastModifiedDate__c</sourceField>
<targetField>ssot__Account__dlm.ssot__LastModifiedDate__c</targetField>
<versionNumber>1.0</versionNumber>
</DataSrcDataModelFieldMap>
The following is an example package.xml that references the previous definition.
<types>
<members>DataSrcDataModel26</members>
<name>DataSrcDataModelFieldMap</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.