web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / FT Dynamics AX blog / SysOperationFramework - hid...

SysOperationFramework - hide the batch tab

dolee Profile Picture dolee 11,279
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.

Comments

*This post is locked for comments