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.

Extraction Context Attribute

Output representation of extraction context attribute mapping.
Sample Response
1{
2  "contextAttributeMapping": [
3    {
4      "attributeName": "ContractName",
5      "attributeId": "11nxx000001hOozAAE",
6      "targetObjectField": "Contract",
7      "description": "extract startDate from the document",
8      "isCustom": false
9    },
10    {
11      "attributeName": "ContractCustomField",
12      "attributeId": "11nxx000001hOozAAE",
13      "targetObjectField": "Contract",
14      "description": "extract startDate from the document",
15      "isCustom": true
16    },
17    {
18      "attributeName": "Description",
19      "attributeId": "11nxx000001hOozAAE",
20      "targetObjectField": "Contract",
21      "description": "extract startDate from the document",
22      "isCustom": false
23    }
24  ]
25}
Property Name Type Description Filter Group and Version Available Version
attribute​Id String ID of the extraction context attribute. Small, 61.0 61.0
attribute​Name String Name of the extraction context attribute. Small, 61.0 61.0
description String Description of the extraction attribute mapping. Small, 61.0 61.0
isCustom Boolean Indicates whether the attribute is a custom field (true) or not false. Small, 61.0 61.0
target​ObjectField String Target object field mapped to the attribute. Small, 61.0 61.0