DataObjectSearchIndexConf
Parent Type
File Suffix and Directory Location
DataObjectSearchIndexConf components have the suffix .dataObjectSearchIndexConf and are stored in the dataObjectSearchIndexConfs folder.
Version
DataObjectSearchIndexConf components are available in API version 63.0 and later.
Special Access Rules
To access this metadata type, you must have the Customize Application user permission. The Salesforce org must have a Data Cloud license.
Fields
Field Name | Description |
---|---|
application |
|
channel |
|
masterLabel |
|
nameFieldReference |
|
objectReference |
|
retriever |
|
searchIndex |
|
Declarative Metadata Sample Definition
The following is an example of a DataObjectSearchIndexConf component.
<?xml version="1.0" encoding="UTF-8"?>
<DataObjectSearchIndexConf xmlns="http://soap.sforce.com/2006/04/metadata">
<application>SearchAnswers</application>
<channel>SharedIndex</channel>
<masterLabel>SearchAnswers</masterLabel>
<nameFieldReference>Name__c</nameFieldReference>
<objectReference>Account__dlm</objectReference>
<searchIndex>searchAnswersIndex</searchIndex>
</DataObjectSearchIndexConf>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>DataObjectSearchIndexConf</name>
</types>
<version>63.0</version>
</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.