
To enable “Records to include” filter in a RunBaseBatch class just set these two methods like shown belowpublic QueryRun queryRun()
{
next queryRun();
return queryRun;
}
public boolean showQueryValues()
{
next showQueryValues();
return true;
}