PeopleSoft - Navigation Collections

 Navigation Collections means collection of content references (menu items) and content reference folders in one centralized location.

Navigating: Main Menu> People Tools > Portal > Portal Utilities > Navigation Collections.

Add collection as shown below.

nc-1

Here, Provide your Navigation Collection Name and Description.

nc-2

Next, Click on “Add Link” Button in “Override Default Options” Section to add menu item links to the Navigation Collection.

Next, Provide your Menu Item as shown below.

nc-4

In this Example am going to add “Structure and Content” menu item to this navigation Collection.

nc-3

And add one more link “Navigation Collections” to this Navigation Collection by clicking on “Add Link” button.

nc-5

Next,for this Navigation collection itself am going to add one more folder “Pagelet Wizard” by clicking on “add a folder” button in “Navigation Collections” main page.

In the below page you have to provide your folder details like folder type, source portal and menu folder.

nc-6

In this example added menu folder as “Pagelet Wizard” then click on “OK” button.

nc-7

Next, save the component.

No comments:

Post a Comment

PeopleCode to retrieve Google map between two addresses

  PeopleCode Example: /* Define constants for the API request */ Local string &origin = "123 Main St, Anytown, USA";   /* ...