mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
56 lines
2.5 KiB
JSON
56 lines
2.5 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields"
|
|
],
|
|
"title": "CustExpIntlTransfSetup - Data API",
|
|
"description": "Stores information for different data sources that are processed for customer insights. This object is available in API version 65.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"DataSourceChannelName": {
|
|
"type": "string",
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
|
"description": "The name of the associated communication channel, such as Web, Email, Chat, or Voice."
|
|
},
|
|
"DataSourceChannelType": {
|
|
"type": "picklist",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update",
|
|
"description": "Specifies the channel type as standard or custom. Possible values are: Custom Standard The default value is Standard."
|
|
},
|
|
"IsDataProcessingPaused": {
|
|
"type": "boolean",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|
"description": "Indicates whether data processing for the channel is temporarily paused (true). Use this field to control channel operations without deactivating the channel. The default value is false."
|
|
},
|
|
"IsEnabled": {
|
|
"type": "boolean",
|
|
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
|
"description": "Indicates whether the channel is active for processing data (true). The default value is false."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "Date and time when the current user last viewed or modified this record, a record related to this record, or a list view. If this value is null, the current user has never viewed or modified a record related to this object."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "Date and time when the current user last viewed or modified this record. If this value is null, the current user has never viewed or modified this record."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|
"description": "The name of the Customer Experience Intelligence Transformer Setup record."
|
|
},
|
|
"ProcessingStartDate": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Sort, Update",
|
|
"description": "The date to start processing data in the specified communication channel."
|
|
}
|
|
}
|
|
} |