Hi All,
I would like to add a batch job function to a form dialog which is not a standard form dialog.
I have changed the class signature like 'Class A extends RunBaseBatch' from 'Class A extends RunBase'. as all jobs that must be able to run in a batch must inherit from this class.
What methods should I add to be able to execute batch job? also recurrence is not needed as it will use instant batch execusion.
Thank you.