Hello,
I created a batch job class using SysOperation Framework, however this class also can be called from a form button. The class it self is creating new records which in the end will be shows in that form grid.
My question is, while this class as a batch job supposedly to run in background (scheduled), there are time I want to run it as well (manual) from the button of the form. The process is running well, and the records created, but how to refresh the grid ? because currently I need to press Refresh after ran this class in order to make the new records appears in my grid. Any advice how to do this correctly ? as I don't want the logic looks odd while it is also will running in background which obviously no Form called him.
Please advised.
Thank you