Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created May 30, 2016 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islaytitans/1831bd2dc4b451ca72755da3fe9457d7 to your computer and use it in GitHub Desktop.
Save islaytitans/1831bd2dc4b451ca72755da3fe9457d7 to your computer and use it in GitHub Desktop.
Config to patch in custom pipelines for the Goals ExperienceProfileContactViews
<sitecore>
<pipelines>
<group groupName="ExperienceProfileContactViews">
<pipelines>
<goals>
<processor patch:after="*[@type='Sitecore.Cintel.Reporting.Contact.Goal.Processors.ConstructGoalsDataTable, Sitecore.Cintel']"
type="JonathanRobbins.DisplayGoalContext.Reporting.Contact.Goals.Processors.AddGoalDescriptionColumn, JonathanRobbins.DisplayGoalContext" />
<processor patch:after="*[@type='Sitecore.Cintel.Reporting.Contact.Goal.Processors.PopulateGoalsWithXdbData, Sitecore.Cintel']"
type="JonathanRobbins.DisplayGoalContext.Reporting.Contact.Goals.Processors.FillGoalDescription, JonathanRobbins.DisplayGoalContext" />
</goals>
</pipelines>
</group>
</pipelines>
</sitecore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment