Mappings applied action components
A Mappings applied action is a component that represents logic that is run after a value mapping set is applied successfully. The template for the generic mappings applied action is located at /sitecore/templates/DataExchange/Framework/DataAccess/MappingsAppliedActions/BaseTemplates/BaseMappingsAppliedAction.
This topic explain how to use mapping applied actions, and describes the available mapping applied actions.
Configuration
You do not use a base mappings applied action on its own. It is a base template for specific types of mappings applied actions.
All mappings applied actions inherit the following fields:
Field |
Description |
---|---|
Rules |
The Mappings applied action rule that must pass in order for the mappings applied action to run. If no mappings applied action rules are specified, the mappings applied action always runs. |
When to extend mappings applied actions
You can implement custom mappings applied actions in cases where you want to run special logic after a value mapping set is applied successfully.
Remove facets mappings applied action
The Remove facets mappings applied action is part of the xConnect provider for Data Exchange Framework.
The xConnect provider is part of the default Data Exchange Framework installation.
You use this action to remove the facets currently set on an entity model.
Expected mapping context target object type |
|
Template location |
Data Exchange/Providers/xConnect/Data Access/Mappings Applied Actions/Remove Facets Action |
This template has no fields on it.