Hello,
OK. Maybe you can pint me out to the right direction. I have a runbasebatch extended class which I need to schedule on every day at some point in time. Now when I launch this class I see a dialog with the parameters where I can choose them as I wish. It has got 2 date fields. I must schedule this class so that when it's launched as a batch job every day these two parameters are changed. So they kind of dynamic for my batch job. What is the best approach to achieve that? Should I write additional runbasebatch class which will launch this class with these parameters changed dynamically?