Finding Peoplesoft Navigation Path by component or page name

Hi,
I wanted to know navigation path by component name /page name. I did some Google and found that we can get this in two approaches
Find Object navigation' is the new content reference available to do this. You can find this under the navigation 'Enterprise Components -> Find Object Navigation'.
It is also available in the navigation: Set Up HRMS > System Administration > Utilities > Portal Navigation Path
We are using HCM 9.0 and Tools 8.49. Unfortunately there is content reference in Enterprise component as Find Object Navigation and in Utilities (Portal Navigation Path) too.
Can anybody share his/her experience how to get to navigation path apart from running SQL Query?
Thanks

If verity is setup you can build the PORTAL_INDEX which will make the portal registry searchable. This will create a search index on your process scheduler, if it's not on the same server as the application server you'll need to copy it over. If you don't have SQL access, you may not have the ability to get this working either if everything wasn't already setup for you. I'm sure a google search on this will yield results in the blogs if you need more info but here's a link to the PeopleBooks 8.49 reference, http://docs.oracle.com/cd/E13292_01/pt849pbr0/eng/psbooks/tprt/htm/tprt06.htm#g037ee99c9453fb39_ef90c_10c791ddc07_2a8 and an example of what it provides. Other option I guess would be to post your component/page name assuming it's not custom and someone else may look up the navigation for you.
>
Search Results for 1099
1
Withhold 1099 Report Job
Withhold 1099 Report Post / 1099 Report / 1099 Copy B
Main Menu>Vendors>1099/Global Withholding>1099 Reports>Withhold 1099 Report Job
2
Withhold 1099 Report Post
Populate table used to create 1099 reports.
Main Menu>Portal Objects>Navigation Collections>Accounts Payable Center>1099>1099 Reports>Withhold 1099 Report Post     
3
Withhold 1099 Report
Print year-end 1099 report to be sent to the IRS
Main Menu>Portal Objects>Navigation Collections>Accounts Payable Center>1099>1099 Reports>Withhold 1099 Report     
4
1099 to Send Detail
>
Edited by: RCC
Link wasn't working

Similar Messages

  • Create Navigation path in IDT4.0 and how to use these navigation paths in Webi report

    Hi All, I want to know how to create navigation path in universe? I am using IDT BO4.0 SP4 and relational connection and want to create navigation path. I would like to know how to use this navigation path in Webi report? If I create a webi report where can I see my navigation paths and how to use it. If you can give any document or link which expalins this whole process, that would be great. Thanks,

    HI REMI ,
    1. ANSWER TO YOUR 1st QUESTION i.e. HOW TO CREATE A NAVIGATIONAL PATH :
        IN IDT 4.0  , YOU WILL FIND A NAVIGATIONAL PATH IN BOTTOM WHEN YOU WILL OPEN YOUR      BUSINESS LAYER , THERE YOU CAN CLICK CUSTOM NAVIGATION PATH -> THEN CLICK AT      ADD A NAVIGATIOAL PATH BUTTON->THEN GIVE NAME NAVIGATIONAL PATH NAME->THEN ADD THE OBJECTS UNDER YOUR NAVIGATIONAL PATH IN A HIERARCHICAL SEQUENCE .     FOR EX :     COUNTRY->STATE->CITY . AND YOUR CUSTOM NAVIGATIONAL PATH IS     CREATED.
    2. ANSWER TO YOUR SECOND QUESTION WHAT IS THE USE OF NAVIGATIONAL PATH IN WEBI REPORT :
    NAVIGATIONAL PATH HELPS YOU TO PERFORM DRILL DOWN ON YOUR DIMENSION OBJECTS , FOR EX : LET 'S SAY YOU CREATED A NAVIGATIONAL PATH- REGION SALES  : Containing COUNTRY->STATE->SALES. THIS WILL HELP YOU TO DRILL DOWN IN YOUR WEBI REPORT AS SHOWN BELOW :
    COUNTRY                      SALES
    INDIA                             $1000000
    (after clicking INDIA you will get below structure in your Report)
    STATE                           SALES
    DELHI                             $600000
    ANDRA-PRADESH          $200000
    MAHARASHTRA             $200000
    (after clicking MAHARASHTRA you will get below structure in your Report)
    CITY                              SALES
    MUMBAI                         $150000
    NAGPUR                        $  50000  
    ACTUALLY , DRILL - DOWN AS THE NAME SOUND HELP TO DRILL THE DIMENSION TILL ROOT LEVEL & SEE THE MEASURES VALUES ASSOCIATED WITH THOSE VALUES LEVELS.
    1ST LEVEL WILL ALWAYS CONTAIN THE SUM OF THE MEASURE OBJECTS
    CHEERS ,
    KAPIL

  • How to find the Navigation in peoplesoft using SQL

    Hi All ,
    I would like to know what are the possiblilites ways to find the navigation in peoplesoft.
    Is it possible to find using only RUN_CONTROL_ID same like Process name , component name ? .
    Please provide the SQL to find the possible ways.
    Advance thanks for your great help ,
    Vinoth Kumar C
    Edited by: 962735 on Mar 14, 2013 4:28 PM

    Hi Vinoth,
    Try this one..
    select distinct prcstype, ltrim (sys_connect_by_path (portal_label, ' > '), ' > ') path from (select * from (select * from psprsmdefn, ps_prcsdefnpnl where portal_name = 'EMPLOYEE' and prcsname = upper('&PrcsName')) connect by prior portal_prntobjname = portal_objname start with ( portal_uri_seg2 = pnlgrpname and portal_reftype = 'C' and portal_cref_usgt = 'TARG')) where portal_reftype = 'C' connect by portal_prntobjname = prior portal_objname start with (portal_objname = 'PORTAL_ROOT_OBJECT' and portal_reftype = 'F')
    Regards,
    Gaurav

  • ELoad throwing error - Failed to find navigation path

    Hi,
    I have a script that runs fine in eTester but fails in eLoad with error - Failed to find navigation path when it tries to click on a dynamic link on a page. I think it records the text of the link based on what account I have searched on. If I iterate through my records in the data bank, the script runs just fine in eTester. However, it fails with the "Failed to find navigation path" error in eLoad. Any ideas?
    Thanks.

    Are you able to build the regular expression without the company data?
    For example if my html had this in it:
    <INPUT type="text" id=ticker name=ticker value="TER">
    and I want to extract TER to use somewhere else, I would create a custom variable with this regular expression:
    <INPUT type="text" id=ticker name=ticker value="(.+?)">
    I would have to make the regular expression smaller if the ticker was in there. For example if the html was
    <INPUT type="text" id=ticker name=ticker val= "Teradyne" value="TER">
    I would have to make the regular expression:
    <INPUT type="text" id=ticker name=ticker val=".+?" value="(.+?)">
    -GateCity_QA

  • Report and navigation tree on same page, report based on navigational path.

    Dear fellow htmldb developers,
    in my application I have one page where my client need to see a report based on the selection they made in the navigational tree on the same page. The tree has this this structure:
    Products
    ---Monitor
    ----- 19"
    ------21"
    When the client clicks Monitor, 19" a report should be generated which shows all the 19" Monitors, so the sql statement for the report should be something like:
    select * from table where pgroup = link1 (monitor) and sgroup = link(2)
    How do I achieve this? Probably by using bindvariables. Can't figure out how to set it up though. Please help.
    Sincerely,
    Peter

    Create another (chart) region.

  • Unable to find matching navigation case from view ID.  Error 404

    Hi All,
    I basically wanted to jumpstart my ADF exploration so I am following the tutorial at this link. [http://www.oracle.com/technetwork/developer-tools/jdev/ccset22-all-099343.html]
    Everything looks good but when I click the Edit Button, I am encountering an error. What I did was I change the logging mechanism into a FINER in my WLS and from the logs,
    it prints below messages.
    <NavigationHandlerImpl> <getViewId> "JSF1013: Unable to find matching navigation case from view ID '/orders-flow/editOrders' for outcome 'save' and action 'save'
    <ViewHandlerImpl> <executePageToBuildView> About to execute view /orders-flow/editOrders
    <ViewHandlerImpl> <executePageToBuildView> Before dispacthMessage to viewId /orders-flow/editOrders
    <ViewHandlerImpl> <executePageToBuildView> After dispacthMessage to viewId /orders-flow/editOrdersI checked out the taskflow and it is basically calling a task-flow-return component.
    I followed everything but I cant make this example work... Any idea why? I checked out the DB and I notice that it has commited my Edit Transaction but I am getting a 404 on my page. Please help. Thanks.

    Hi Frank,
    I think I got the save control flow case.
    Can you help me check please if I miss something? I uploaded my project at this link. [http://www.4shared.com/file/QFcofTfj/BrowseEditApp.html]
    I am quite not sure if I miss something but I have done this project twice already but got the same result.
    Thanks
    Edited by: Marky on 13.4.2011 5:59

  • Want to remove the Navigation path been displayed in Address bar

    Hi All,
    I am facing a problem with the url path displayed in the address bar of browser. Whenever i select a tab in TLN the url path changes. Normally it has to be like http://<host name>: <port no>/ portal but for me it is coming http://<hoatname>/<port no>/portal ? NavigationTarget=navurl://<somestring>. Can anyone tell me why it is happening so and how will i get rid of this. I dont want the navigation path to be displayed in the address bar.
    Thanks,
    Nishant Singh

    Navigation method does not depend on image path.
    There are two standard TLN iView in portal (I do not count one from AJAX Framework Page):
    1) Top-Level Navigation is the default one and based on portal component com.sap.portal.navigation.toplevel.default and consumes EPCM API.
    2) Light Top-Level Navigation is based on portal component com.sap.portal.navigation.lighttoplevel.LightTopLevelNavigation and uses navigation method by URL.
    I have used a image as background of the LTLN
    Whatever you do with the Light TLN in the area of customizing its style, it will always remains Light Top-Level Navigation with navigation method by URL.
    So the answer to your question is do modify com.sap.portal.navigation.toplevel.par instead of  com.sap.portal.navigation.lighttoplevel.par.
    Best regards,
    Aliaksandr Zhukau
    Edited by: Aliaksandr Zhukau on Aug 23, 2010 2:23 PM

  • How to find out which data control do the page layout components come from?

    hi,
    work in Jdev 11.1.2.3
    After have drag and drop data control into pages designer, how to find out which data control do the page layout component (such as a field in form layout) come from?
    --i cannot find data control related information in the property pallete for the page layout component.
    Regards.

    This information can be found in the page definition file.
    Select the field in the page and then click the binding tab.

  • Insert a Navigation Path

    We want a short navigator on each page which shows the path. It should be possible to 'go back' level by level.
    (something like the Oracle9iAS Portal Navigator - Path: Page Groups > Corporate Pages > Pages).
    Is there something like this 'predefined' or do we have to build that from scratch (are there any samples around).
    Thanks a lot for helping
    Markus

    Which version of portal are you using?
    If you are using V2 then you have an item called Page Path just add this item in a page it will show you the path

  • Finding the original path of Alias

    Im trying to write a script for indesign that will place an image in a rectangle. the problem is that the system I am on works with alias(s). Indesign won't place those.
    So I need help trying to get the Original path or the item/art and use that to place it into the rectangle.
    here is the part I'm having the trouble with
    tell application "Adobe InDesign CS5"
    set theImage to (choose file default location (myAdtrack) with prompt "Please select an image to place:" without invisibles) as alias
    ------this goes to the folder to find the artwork which is an alias, and wont place
    ------Need to find its original path
    ------set the path to a variable
    ------and then place it
    tell rectangle 1 of page 1 of document 1
    place theImage
    fit theImage given content to frame
    end tell
    Hopefully someone can help

    Let's suppose "My alias.jpg", located on the Desktop, is an alias of an image located in the Pictures folder.
    *set theImage to (choose file)* -- > alias "Macintosh HD:Users:pierre:Desktop:My alias.jpg"
    *tell application "Finder" to set theFile1 to original item of theImage*
    --> document file "My image.jpg" of folder "Pictures" of folder "pierre" of folder "Users" of startup disk of application "Finder"
    *set theFile2 to theFile1 as alias* -- > alias "Macintosh HD:Users:pierre:Pictures:My image.jpg"
    *set thePath to POSIX path of theFile2* -- > "/Users/pierre/Pictures/My image.jpg"
    *set theFile3 to POSIX file thePath* -- > file "Macintosh HD:Users:pierre:Pictures:My image.jpg"
    Hope it can help.
    Message was edited by: Pierre L.

  • Finding the context path or docBase in a backing bean - Howto

    How should I go about finding the context path or docBase in a backing bean?
    Is there anyway to get this from glassfish or jsf? GlassFish proudly displayed it on the Application Server > Applications > Web Applications > page. It puts it there with an EL for example:
    ${com.sun.aas.instanceRoot}/applications/j2ee-modules/jsf-witaCan and/or should I try to use it in a backing bean? i.e. can I rely on it to stay defined?
    Or should I make a property which I can set for my backing work?

    Is this what you want?
    FacesContext.getCurrentInstance().getExternalContext().getContext()

  • How to display the navigation path in the masthead.

    hi,
       Requriement is to display the navigation path in the masthead.
       how to achieve it.
    regards,
    Shanthakumar.

    Hi,
    I think you want to show the bread crumb in your masthead to show the path to the actual navigation node.
    This functionality already exists in page title bar iview you need to just enable the options in the page title bar iview in your active framework page.
    If you want to have this Functionality in your masthead, just check the codes of page title bar iview and do similar coding in your masthead.
    NavigationEventsHelperService has alot of helper methos which will give you the currently clicked navigation path nodes and more. So also check them.
    NavigationEventsHelperService service =
                    (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(
                        NavigationEventsHelperService.KEY);
                NavigationNodes navNodes =
                    (NavigationNodes) service.getNavNodesListForPath(request, INavigationConstants.NAVIGATION_CONTEXT_ATTR);
    Regards,
    Praveen Gudapati

  • Find the page name with page sid?

    Because my top_page is dislpaying the page id instead of the name of the page
    and the output of the id is something like this
    page_id = 2,11,6_23
    Had any idea on where to find the page name?
    Thank you very much for the help

    Hi thank you for the reply...i have seen the path it was only that page name ...actually i want to e more specified like i is at the "TestPage" in the 2 tab call "test 2" is it possible to get the tab name?

  • Navigation with inLineFrame component

    i used inLineFrame component in one page.
    i am able to navigate from one page to another with in the frame.
    But i want to come out after some navigation and display the full page in a new window.
    Thanks in advance
    prapansol
    Message was edited by:
    Prapan Sol

    Thank you for help, but I found that It is not checked. Also, I tried to override the standard logic that is named "perform navigation for selected action item" and in the same time create new logic without any result.

  • Navigation Bar Problem - One tab/page not working

    Hi All,
    I apologise in advance if this has been covered, my searching skills are lacking today.
    I have created a website and uploaded. All is fine, but in my Navigation bar my 2nd last page is having issues.
    Once you click on it you cannot click back to any of the previous pages (if that makes sense)
    My website is here: www.makeupbyjade.com.au
    It is the 'Contact Me' page.
    You can click on the page, but once you do, you cannot go back an view another page.
    I am very new to the whole IWeb thing and am still trying to find my feet with alot of it. Does anyone know what i have done wrong????
    Thank you in advance
    Jade
    Message was edited by: Jadelina

    All is good. I fixed it.
    Thank you anyway

Maybe you are looking for

  • Using MDT to re-join computers to a domain after a re-image

    Since 2010 we have been using WDS to build, capture and deploy our image across our organisation (A High School) which has worked well enough. While WDS can do all this the build and capture is a little clunky and relies on you to manually installing

  • Applet reloading w/ html frames

    My applet is in a navigation bar, in its own html frame. When going to another page, I load a new html frame set. The applet html frame is still the same, the other frames change. HTML knows how NOT to reload the html frame that contains the applet,

  • Can i see dropped object details in redo log files ?

    Good morning ! This redo log records all changes made in datafiles. If i drop any object , How can i check this entry in redo log file ? Please help me.

  • Oracle 11g Download Availability

    Hi All, Is there a reason why Oracle has not given the link for 11g for Windows on their main site or the EDelivery ? Is it not available as a free download ? Wanted to test it on Windows too. I managed to download the Linux version and will start te

  • After installing Firefox and some of its added software, NO SAFARI app.

    After installing and using Firefox and download some optional additions, including a password generator and flash suppressor, as well as a couple more recommended, I no long see my original desktop and cannot bring up Safari. Additionally, my Interne