Apply mappings pipeline step components
Guide to the apply mappings pipeline step in the Sitecore Data Exchange Framework.
The apply mappings pipeline step is a component that handles the logic required to apply a Value Mapping Set. The template for the generic apply mappings pipeline step is located at /sitecore/templates/DataExchange/Framework/PipelineSteps/ApplyMappingPipelineStep.
Field | Description |
---|---|
Mapping Set | The value mapping set that is applied when the pipeline step runs. |
Actions | If the value mapping set is applied successfully, the specified Mappings Applied Rules run afterwards. |
Source Object Location | When a value mapping set is applied, data is read from the object at this location. |
Target Object Location | When a value mapping set is applied, data is written to the object at this location. |
You do not usually need to extend this component.