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.
DataAssessmentConfigItem
Represents a saved configuration for a
specific vendor’s package for data assessment. This object is available in API
version 40.0 and later.
Supported SOAP Calls
create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()
Supported REST HTTP Methods
GET
Fields
| Field | Details |
|---|---|
| DataAssessmentConfigField |
|
| DataAssessmentConfigValue |
|
| SobjectType |
|
Usage
The following example adds a new configuration for the configuration field on the external data source.
1{
2"SobjectType" : "01Ixx0000003S4f", //External object Id or api name
3"DataAssessmentConfigField" : "00Nxx000001DRL8", //Custom field Id or api name
4"DataAssessmentConfigValue" : "Salesforce" // value
5}