Please provide your ideas for future Business Process Activities product enhancements. The most voted for ideas will become priority items to be implemented into a future product release.
-
Hide/Show All Tabs
Suggested by Mitch Milam – New – 0 Comments
This function would allow you to show or hide all tabs on a form.
It could be accomplished by adding functionality to the existing function:
HideTabs('*')
ShowTabs('*')
Or by creating a totally new function set:
HideAllTabs()
ShowAllTabs()
If you have a complex system for showing only specific tabs, given a condition or dataset, hiding all of the tabs is less work on the configurator than hiding specific tabs, then showing specific tabs. This would make one less maintenance point.