SysOperationFramework - hide the batch tab
Views (280)
Got a requirement to hide the batch tab in a print report dialog. Took me longer 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.
This was originally posted here.

Like
Report
*This post is locked for comments