powered by CADENAS

Manual

Manual

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

You can show or hide items in the Struktur 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 area:

  • Kataloge: PARTSELECTION_SHOW_CATALOGS

  • Klassifikationen: PARTSELECTION_SHOW_CLASSIFICATIONS

  • Favoriten: PARTSELECTION_SHOW_FAVORITES

  • Verlauf: PARTSELECTION_SHOW_HISTORY

  • Dokumentenscan: PARTSELECTION_SHOW_DOCSCAN

Value range: TRUE / FALSE

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

  • Klassifikationen: PARTSELECTION_CLASSIFICATIONS_AS_TAB

  • Favoriten: PARTSELECTION_FAVORITES_AS_TAB

  • Verlauf: PARTSELECTION_HISTORY_AS_TAB

  • Dokumentenscan: PARTSELECTION_DOCSCAN_AS_TAB

Value range: TRUE / FALSE

Example

  • Just to hide the item Favorites in the Struktur area:

    [PARTdataManager]
    PARTSELECTION_SHOW_FAVORITES=FALSE
  • Hide item Favorites in the Struktur 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_*".