
Hi All,
we need to get the data from all batch jobs where they have Parameters for dates, not able to get the Parameter in select statement.
Where we can find the Parameters data in AOT.
Regards,
Akbar
Your requirement isn't completely clear. Do you mean that you can query currently planned batch jobs and get their parameters?
If so, query Batch table. Its Parameters fields contains a packed object, which you'll need to unpack and then check if the class contains parameters that you're interested in. The object is an instance of either RunBaseBatch or SysOperationController.