Navigator
The navigator is a hierarchical structure of entries which normally performs a
navigation request to a specific page, task, report etc. Navigator entries are separated per
component and located in a file named navigator-functional.xml in <component>\source\<component>\client folder.
For information about the editing the navigator see,
Navigator Editor. For reference, please see
Navigator Reference
Contents
1.
Locate the file you want to edit. Location:
<component>\source\<component>\client\navigator-functional.xml
2.
Open
with a text editor
3.
Search
for the entry to change using editors “Find” function.
Hint: use the entry name or URL
4.
Save
the file
When a navigator file is changed, the complete navigator
must be rebuilt. When running the standard build scripts the navigator will be
built, but for a quicker roundtrip a special build script, named
_generate_dictionary.cmd, is available just to
rebuild navigator. Its location is in
ee-runtime\source.
- Locate the root folder in which all component files are stored. This
folder is normally named components, source etc.
- Start Navigator Editor. You can read a functional description of the
tool in navigator
editor tool guide.
- Enter the root folder for all components found in step 1 in the FND_HOME
textbox.
- Select components to edit, can be a single component name eg APPSRV, a
comma separated list eg APPSRV,ENTERP or * for all components in the
FND_HOME folder.
- Select components to reference, can be a single component name eg APPSRV,
a comma separated list eg APPSRV,ENTERP or * for all components in the
FND_HOME folder. Referenced components are read-only views of the component
navigators.
- In the tree, locate the folder in which you want to create your entry.
Right click and select "New Child"
- Enter a key, preferably using a rather short using CAPITAL letters.
Example ORDER_MGT. Enter also the component in which the navigator entry
should be located (=which navigator-functional.xml file to save it in)
- Give the node a name and a wanted ordinal number. Make use of the tree
information to see the ordinal numbers.
- Enter the wanted URL and select a type from the type dropdown.
- Save the file using the Save button
When a navigator file is changed, the complete navigator
must be rebuilt. When running the standard build scripts the navigator will be
built, but for a quicker roundtrip a special build script is available just to
rebuild navigator etc.
- Make sure a folder structure like
<component>\source\<component\>\client is created.
- Create a file named navigator-functional.xml in
- Enter the following contents in navigator-functional.xml
<?xml version="1.0" encoding="utf-8"?>
<FndNavigator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Legacy="false">
<FndNavigatorEntries>
</FndNavigatorEntries>
</FndNavigator>
- Save the file and continue in
How to create a new navigator
entry.