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.

Data Mapper Details

Input representation of the data mapper details to clear the cache for.
JSON example
1{
2  "dataMappers": [
3    {
4      "dataMapperName": "DRWithLoad",
5      "input": {
6        "Name": "Get Account Details"
7      }
8    }
9  ]
10}
Properties
Name Type Description Required or Optional Available Version
dataMapperName String Name of the data mapper to clear the cache for. The execution cache is cleared for the storage that's specified in the cacheStorageType property. Required 64.0
input String Custom JSON data to clear the cache. Optional 64.0