ManufacturingKnowledge

Configuring Teamcenter Easy Plan > Configuring common Easy Plan options

Customize Easy Plan tabs

You can configure Easy Plan to show, hide, and reorder tabs in the interface.

Easy Plan has two types of tabs, as shown in this graphic and described in the table. This procedure describes how to customize both tab types in the tabsViewModel.json file.

(1) Counter tabs display the tab name and, in parentheses, the number of objects loaded in the tab.
(2) Simple tabs display the tab name only.

Procedure

  1. Use a text editor such as Notepad++ to open the tabsViewModel.json file.

  2. To create or edit a simple tab in Easy Plan, define it the tabs section of the tabsViewModel.json file and provide a unique name for the tab with displayName, as shown in the following example. Note For more information about creating tabs in Teamcenter and Easy Plan see Configuration and Extensibility in the Active Workspace documentation.
    Copy"tabs": { "epParts": { "displayName": "{{tabContext.tabNames[‘epParts‘]}}", "indicators": [ { "condition" : "conditions.epIsPartsIndicatorImpactedVisible" "position": "left", "iconId": "indicatorImpacted" } ] }, "epResources": { "displayName": "{{tabcontext.tabNames['epResources’]}}" }, "epWorkarea": { "displayName": "{{tabContext.tabNames[’epWorkarea’]}}" },

  3. To create or add a counter tab in Easy Plan, complete the simple tab configuration in step 2 and then in the tabHandler section, add a subPanelContext with a name and loadInputObject as shown in the following example. Tip The loadInputObject defines the property that Easy Plan loads in the tab.
    Copy`},

"epResourcesTabHandler" : { id": "epResources", "view": "EpResourcesTable", "activeWhen" : true, "subPanelContext: { "name" : "{{i18n.resourcesTitle}}", "loadInputObject": { "propertiesToLoad": ["Mfg0used_equipment"] } }`

  1. Save the tabsViewModel.json file and close Notepad++.

Source: https://docs.sw.siemens.com/en-US/doc/282219420/PL20251212545240207.EasyPlan_Deployment/ssi1039947132743 · retrieved 2026-07-11