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.

Transformation Output

Represents the details of the transformation from source object to target object.
JSON example
1{
2  "outputObjectDetails": [
3    {
4      "outputId": "Y_id1",
5      "inputIds": [
6        "X_id1",
7        "X_id2"
8      ]
9    }
10  ], 
11  "errorDetails": [
12    {
13      "inputIds": [
14        "X_id3",
15        "X_id4"
16      ],
17      "errorReason": "Mandatory field1 missing value"
18    }
19  ],
20  "Status" : ""
21}
Property Name Type Description Filter Group and Version Available Version
outputObjectDetails Object Details Output[] Provides information on the input and output IDs, error details, and the status of the transformation. Small, 55.0 55.0
status String The status of the transformation request. Small, 55.0 55.0