setting filter in InitCSFPipeline component
I am new to commerce server 2002. In my project I am required to fetch
discounts based on a time frame. I found that the InitCSFPipelline component
in the discount pipeline is the one responsible for retrieving all the
disocunts nad placing it in memory.MSDN says that the FilterRequire and
FilterExclude dictionaries allow custom filter to be set without writing new
pipeline components.
I would like to set a date value for this dictionqry so that discounts that
fall within a certain date period(from and to date) will be retieved. How do
I do
that.
|