Hi ,
I am running a custom class in JOB . In class we are calling one Action menu item after completing the process. This is ok when user doing this process from Client .
But we have to do this process on more then 500 records. For every record its calling the menu item .
Any option to close that menu item before my second records is selected for process.
I already tried the below code
args.name(formstr(EcoResProductListPage));
formRun = ClassFactory.formRunClass(args);
formRun.init();
formRun.close();
*This post is locked for comments