SBM JavaScript Library Guide → Reference → Field Methods → HideSection
Marks the specified section or tab as hidden, if it is not already marked as such.
| Name | Type | Description | 
|---|---|---|
| sectionName | String | The name of the section or tab. | 
| Result | Value | 
|---|---|
| (none) | 
This example marks the Notes section as hidden:
HideSection("Notes");
    This currently works only with sections and tabs.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.