Info
Content

Default Menu Pagelet


PeopleTools 8.5x introduces a new Menu pagelet (the left hand navigation menu), and refers to the old Menu pagelet as Menu - Classic. When you are on the homepage, you can personalize your content and select between these menu pagelets as shown:

[![personalize-content-menu.png]/uploads/images/gallery/2019-08/scaled-1680-/personalize-content-menu.png)]/uploads/images/gallery/2019-08/personalize-content-menu.png)

By default on a PeopleTools 8.5x demo environment, the new Menu pagelet will be used (and not Menu Classic). However, if you are upgrading your application, you may find the settings aren't what you expect. For example, instead of seeing the new menu, user's may see the older menu which has the title Menu - Classic as shown:

menu-classic.png

There are two reasons why this might happen:

  1. The default menu pagelet is set to the older Menu - Classic pagelet
  2. The user's personalisation has been carried forward with the Menu - Classic option

To check the default system-wide menu pagelet in use:

PeopleTools > Portal > Structure and Content
Navigate into the folders: Portal Objects > Homepage > Tabs
Open (Edit link) the My Page content reference and switch to the Content Tab, tab.

If you see Menu - Classic with the setting Opt-Dflt then that means the classic menu will be used as the default menu:

system-wide-menu-settings1.png

The delivered default is to have all these set to Optional or if you want to be pedantic Menu set to Opt-Dflt:

system-wide-menu-settings2.png

A user can also personalise their content, including their menu pagelet. When upgrading an application, the menu pagelet setting may be carried forward by default to use Menu - Classic.

To check for users where this is the case, use the following SQL:

select * 
from PSPRUHTABPGLT
where PORTAL_OBJNAME_PGT = 'PT_84X_MENU';

If you want to script a fix for this, the value of the PORTAL_OBJNAME_PGT field should be changed from PT_84X_MENU to MENU to use the new PeopleTools 8.5x menu.

No Comments
Back to top