Fri, 24 May 2024 19:13:15 GMT
–
Business Process Activities
–
New
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.