Newer Version Available
DataSrcDataModelFieldMap
Represents the mappings between source data lake object
(DLO) fields and target data model object (DMO) 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 360 permissions to access this object.
Fields
Declarative Metadata Sample Definition
The following is an example of a DataSrcDataModelFieldMap component.
1<?xml version="1.0" encoding="UTF-8"?>
2<DataSrcDataModelFieldMap xmlns="http://soap.sforce.com/2006/04/metadata">
3 <filterApplied>true</filterApplied>
4 <filterOperationType>equals</filterOperationType>
5 <filterValue>Active</filtervalue>
6 <masterLabel>DataSrcDataModel26</masterLabel>
7 <sourceField>Account1.LastModifiedDate__c</sourceField>
8 <targetField>ssot__Account__dlm.ssot__LastModifiedDate__c</targetField>
9 <tepmlateVersion>2</templateVersion>
10 <versionNumber>1.0</versionNumber>
11</DataSrcDataModelFieldMap>The following is an example package.xml that references the previous definition.
1<types>
2 <members>DataSrcDataModel26</members>
3 <name>DataSrcDataModelFieldMap</name>
4</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.