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
diso****s nad placing it in memory.MSDN says that the FilterRequire and
FilterExclude dictionaries allow cutome filter to be set without writing
new
pipeline components.
I would like to set a date value for this dictioanry so that discounts
that
fall in a certain date period(from and to date) will be retieved. How do I
do
that.