Scheduler and Report Filters

Hi, We are looking at using the Service Management Job Scheduler to automatically create customer price lists. We have created a single report on which the user can set a filter for customers and items, e.g. create a price list for items from a particular vendor. Now we would like to take this one step further by scheduling this functionality. The Job Scheduler looks ok, but it does not appear to have the functionality to use report filters. This is painful as we would need to create about 50 different reports, one for each of our vendors. Has anybody managed to solve this problem? Many thanks Meint

I guess you need a function programmed, that applies the filter subsequently to the report and let it run. The scheduler would then be used to start that codeunit rather than starting the report itself. How to filter on the report depends on how flexible the filtering has to be.