Customize tabs in Asset Workspace
Adjust the content shown in the tabs of Asset Workspace or Hardware Asset Workspace views to meet your specific business needs.
Before you begin
Role required: admin
About this task
In the Asset Management Workspace, the content displayed in tabs such as All Assets and Hardware Assets in the Asset Estate view is determined by functions in the AssetWorkspaceUtil script include. These functions specify which table to use and what title to display for each tab. For example, the Asset estate page uses the getAssetEstateTabs function to fetch tab details, while other pages like Model Management and Inventory have their own specific functions. When a tab is selected, its index is used to fetch the corresponding item from the list, determining the displayed content.
- To properly hide a tab, you must deactivate the tab in UIB and comment out the corresponding JSON structure in the Script Include file.
- The order of tab details in the functions within the Script Include file must match with the tab order in UI Builder. If not, the tabs displayed won’t match their corresponding configurations.