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.
DataSrcDataModelFieldMap
Parent Type
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
| Field Name | Description |
|---|---|
| filterApplied |
|
| filterOperationType |
|
| filterValue |
|
| masterLabel |
|
| sourceField |
|
| targetField |
|
| templateVersion |
|
| versionNumber |
|
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.