SysOperationFramework - hide the batch tab

Got a requirement to hide the batch tab in a print report dialog. Took me some time to figure it out. Anyway, in the end all I had to do was to call the showBatchTab method.
// Hide the batch tab
controller.showBatchTab(false);

This posting is provided "AS IS" with no warranties, and confers no rights.

Comments