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
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
A list of fields on the external object that a specific data package supports.
DataAssessmentConfigValue
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The configuration value selected for a field in DataAssessmentConfigField.
SobjectType
Type
picklist
Properties
Create, Filter, Group, Nillable
Description
The object’s API name.

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}