Created
February 27, 2016 15:22
Defining a custom ExperienceProfileContactDataSourceQueries pipeline processor to query data from xDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<pipelines> | |
<group groupName="ExperienceProfileContactDataSourceQueries"> | |
<pipelines> | |
<sampleorders-query> | |
<processor type="ISlayTitans.CMS.Pipelines.ContactFacets.Reporting.SampleOrders.GetSampleOrders, ISlayTitans.CMS" /> | |
</sampleorders-query> | |
</pipelines> | |
</group> | |
</pipelines> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment