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.

Form Reader Map

Output representation of the mappings of the extracted text.
JSON example
1{
2  "formReaderTargetObjectMappings": [
3    {
4      "formReaderObjectFieldMapping": [
5        {
6          "confidence": 53.500003814697266,
7          "pageNumber": 1,
8          "targetFieldName": "CloseDate",
9          "value": "700180537595"
10        }
11      ],
12      "targetObjectName": "Opportunity"
13    },
14    {
15      "formReaderObjectFieldMapping": [
16        {
17          "confidence": 99,
18          "pageNumber": 1,
19          "targetFieldName": "Origin",
20          "value": "845-858-7612"
21        },
22        {
23          "confidence": 99,
24          "pageNumber": 1,
25          "targetFieldName": "SuppliedEmail",
26          "value": "845-858-7612"
27        },
28        {
29          "confidence": 70,
30          "pageNumber": 1,
31          "targetFieldName": "Reason",
32          "value": "XXX5230CSN:"
33        },
34        {
35          "confidence": 86,
36          "pageNumber": 1,
37          "targetFieldName": "IsClosed",
38          "value": "NY CDPHP MEDICAID HMO"
39        },
40        {
41          "confidence": 82.5,
42          "pageNumber": 2,
43          "targetFieldName": "SuppliedEmail",
44          "value": "914-443-8500 (Home) 914-443-8500 (Mobile)"
45        }
46      ],
47      "targetObjectName": "Case"
48    }
49  ],
50  "status": {
51    "code": "SUCCESS",
52    "message": "API call has been executed Successfully."
53  }
54}
Property Name Type Description Filter Group and Version Available Version
formReaderTarget​ObjectMappings Form Reader Target Object Mappings[] List of mappings between the values of the keys extracted from the document to the Salesforce object fields for the given template. Small, 55.0 55.0
status Status Indicates whether the request succeeded or failed, and also provides a message if there’s failure. Small, 55.0 55.0