1.6.5.16.4.14. Keys "PARTSELECTION_SHOW_..." / "PARTSELECTION_..._AS_TAB" - Show/hide "Structure" items or move on tab

You can show or hide items in the Struktur [Structure] area or move it on its own tab:

Example: Either enable"Favorites" in the "Structure" area or as tab.

Example: Either enable"Favorites" in the "Structure" area or as tab.

Enable/disable different items in the Struktur [Structure] area:

  • Kataloge [Catalogs]: PARTSELECTION_SHOW_CATALOGS

  • Klassifikationen [Classifications]: PARTSELECTION_SHOW_CLASSIFICATIONS

  • Favoriten [Favorites]: PARTSELECTION_SHOW_FAVORITES

  • Verlauf [History]: PARTSELECTION_SHOW_HISTORY

  • Dokumentenscan [Document scan]: PARTSELECTION_SHOW_DOCSCAN

Value range: TRUE / FALSE

As an alternative you can disable different items in the Struktur [Structure] area and enable as tabs:

  • Klassifikationen [Classifications]: PARTSELECTION_CLASSIFICATIONS_AS_TAB

  • Favoriten [Favorites]: PARTSELECTION_FAVORITES_AS_TAB

  • Verlauf [History]: PARTSELECTION_HISTORY_AS_TAB

  • Dokumentenscan [Document scan]: PARTSELECTION_DOCSCAN_AS_TAB

Value range: TRUE / FALSE

Example

  • Just to hide the item Favorites in the Struktur [Structure] area:

    [PARTdataManager]
    PARTSELECTION_SHOW_FAVORITES=FALSE

  • Hide item Favorites in the Struktur [Structure] area but show it on its own tab

    [PARTdataManager]
    PARTSELECTION_SHOW_FAVORITES=FALSE

    AND

    [PARTdataManager]
    PARTSELECTION_FAVORITES_AS_TAB=TRUE

[Hinweis]Hinweis

If you enable a *_AS_TAB key then you have to disable the corresponding key "PARTSELECTION_SHOW_*".