Automatic menu tree for app pages

Is there a way to generate an automatic menu tree for all the pages in an application?
The index Carl's app has at http://htmldb.oracle.com/pls/otn/f?p=11933:5 seems to be manually maintained. Add a page to the app, add it to that list.
It would be really nice to have a way to have a TOC (Table of Contents) or Index page for an app that would automatically pick up any new/updated/deleted pages in an application and keep the menu tree current.
I guess this goes back to the (already discussed) request to expose views into the Apex metadata tables that we could use to build pages like these. It could take the same approach as the handful of views that are already there (htmldb_collections, htmldb_application_files, etc) i.e. the view already puts in a predicate to restrict the data returned to the currently logged in workspace/sgid.
Thanks.

"405764", yes, I agree that I need to tell Apex how the pages are related, that's kind of my point. There is no place the current version to indicate this to the App Builder (and neither are the relevant metadata tables/views exposed).
I guess the best way (at this time) is to maintain the intra-page relationships in my own little metadata table and build a hierarchical menu tree/page off of it.
But given how easy everything else is in Apex, this seems like a omission, that's all!
Similar to how Version 2.2 added the Access Control feature where it maintains some security related data in a set of tables and uses that to build a dynamic security framework, it could maintain these intra-page relationships in a set of tables and give us a out-of-the-box hierarchical menu tree.
Thanks.

Similar Messages

  • Extract Menu Tree for All Active Menus

    All,
    I am trying to create an extract of the menu tree hierarchy for a group of "active" menus (i.e., active in that the menu is assigned to a responsibility which is assigned to a user). I have used the following query which returns the menu tree for a given MENU_ID (&MENU_ID):
    SELECT      LPAD(' ', 6*(LEVEL-1)) || menu_entry.entry_sequence sequence
         , LPAD(' ', 6*(LEVEL-1)) || menu.user_menu_name SubMenu_Descrition
         , LPAD(' ', 6*(LEVEL-1)) || func.user_function_name Function_Description
         , menu.menu_id
         , func.function_id
         , menu_entry.grant_flag Grant_Flag
         , DECODE(menu_entry.sub_menu_id, null, 'FUNCTION', DECODE(menu_entry.function_id, null, 'SUBMENU', 'BOTH')) Type
    FROM      apps.fnd_menu_entries menu_entry
         , apps.fnd_menus_tl menu
         , apps.fnd_form_functions_tl func
    WHERE      menu_entry.sub_menu_id = menu.menu_id(+)
         AND menu_entry.function_id = func.function_id(+)
         AND grant_flag = 'Y'
         START WITH menu_entry.menu_id =      (
                             SELECT      menu_id
                             FROM      apps.fnd_menus_tl menu2
                             WHERE      menu2.menu_id = '*&menu_id'*)
         CONNECT BY menu_entry.menu_id = PRIOR menu_entry.sub_menu_id
    ORDER SIBLINGS BY menu_entry.entry_sequence;
    I would like to be able to run the above query, and subsequently spool to file, for all of the MENU_IDs returned as a result of the following sub-query (i.e., replace the &menu_id value with the menu_ids returned from the following query):
    SELECT      FM.MENU_ID
    FROM      apps.FND_MENUS FM,
         apps.fnd_user_resp_groups furg,
         apps.fnd_responsibility fr
    WHERE     fm.menu_id = fr.menu_id
         AND furg.responsibility_id = fr.responsibility_id;
    Any help would be appreciated!
    Thanks,

    Hi;
    Please see below threads which may helpful for your issue:
    Migrating menues from oracle 11i to R12
    How to use FNDLOAD for functions, menus and responsibilities
    Menu Deleted
    Also see:
    Menu Deleted
    Regard
    Helios

  • How to display complete menu tree for a particular SAP user in UI5

    Hi Experts,
    I am trying to display menu tree for a particular SAP user on click of button placed in shell content.
    I am referring this link
    Displaying the Complete Menu Tree - User Interface Add-On for SAP NetWeaver - SAP Library
    But I am not getting the exact process.
    Can anyone please provide some help.
    Thanks in advance.

    >
    cranjith kumar wrote:
    > I am displayed a user name and password columns in
    > screen painter.if i will not fill any one of the two fields
    > means then a message will be display.
    > My requirement is if i wont fill the "username field"
    > means then the cursor should not move to the
    > "password"  field (i.e we should not able to enter passwords)
    > and a message should be displayed to indicating that
    > user name is invalid.
    > Kindly send me the coding for this one immediately.....
    How about you immediately try to figure it out for yuorself?  Read the SAP help on screen development and search these forums.  Here's a hint, look at things like FIELD and CHAIN in your PAI...

  • Deactivate automatic content migration for Web Page Composer (WPC) 2

    Hi,
    on our production system we are using at the moment Web Page Composer for SAP NetWeaver 7.0. Soon we would like to upgrade the system to release 7.3
    We have now already set up the content for the new Web Page Composer on a pre-production system. After the production system is upgraded to the new release, it is planned that we will transport the content for the new Web Page Composer from the pre-production to the production system.
    As far as I know, the content of the old Web Page Composer gets automatically migrated during the upgrade of the production system. Due to the reason we will the use content of the pre-production system, the automatic migration step is not necessary anymore during the upgrade.
    Is there any configuration option that allows us to disable the automatic migration of old Web Page Composer content?
    Best regards
    Mario

    Regarding the feedback of the SAP support, it is not possible to deactivate the automatic content migration for the Web Page Composer.

  • How to automate download update for Apps ?

    HI,
    Is there a way to automate downloads updates for iPhone or iPad (Apps) from itunes?
    I did not find a way to do it with AppleScript?
    There is a post said "No solution" for that option (from 2010). I wanted to know if the situation as changed since ?
    Many Tahnks
    HDR

    Go into the App Store, go to the "Featured" link on the bottom left, and scroll all the way down.  At the bottom, you'll see your account information.  Click on that, enter your password if needed, and click "View Apple ID".
    Near the bottom of that display, you'll see "Turn off Genius for Apps".
    These instructions work for iOS 6.  Your post says you have an earlier iOS.  They may not work there.
    Suggest you get iOS 6.0.1 if you don't already have it.

  • Stop automatic full-screen for app

    Is there a way to make the app always start in nomal (non-fullscreen) mode?

    The only way out of this (that I've found) is to unistall the app (I use AppCleaner), and try to find a public release of the app so that it can be installed from outside of the app store. When I did this, the program automatically downloaded the latest version, the app didn't open in full-screen mode and I was able to access the dialog box and the menu bar without any conflicts.

  • DOM tree for HTML

    Hello,
    How can I create DOM tree for HTML pages with java.
    Can anybody tell me about good examples or relevant material for this.
    Thanks
    Tabbasum

    JTidy. Rhino.

  • WCS11G - Start Menu Items for Admin interface?

    I'm looking into WCS 11G since I need to migrate a 7.5.5 site.
    As it looks now, code or structure won't be modified to better support features such as supporting the contributor interface better so a lot of our users will expect to use the admin interface.
    I am however having an issue enabling simple start menu items for content. I.e. a simple Start Menu Item for a Page, simply will not show up. It shows up just fine in the contributor interface however.
    I've been going through all the documentation, but I cannot see any references to there being any limits on what kind of assets can be presented in the admin interface.
    Is this a bug I'm experiencing? Or simply an approach taken to force users over to the contributor interface?
    Thanks
    /Lars

    By default the Admin UI will not show certain asset types, this is intentional and controlled by the property advancedUI.enableAssetForms in futuretense_xcel.ini. If you set this to true and restart then the Page assets and others will show up. Here's an extract from the Property Files Reference Guide:
    advancedUI.enableAssetForms
    Used to enable and disable the WebCenter Sites
    Admin interface for content contributors. Access
    to the following assets is affected:
    • All flex assets and their parent assets
    • All basic assets
    • Engage assets, such as recommendations,
    segments and promotions
    • Query, Collection, and Page assets
    By default, this property is set to false, which
    disables the WebCenter Sites Admin interface for
    content contributors. The assets listed above
    cannot be created, edited, searched for, or deleted,
    except from the WebCenter Sites Contributor
    interface, where they are supported by default.
    Note: In the Contributor interface, asset types and
    assets intended for developers are either available
    only for inspection or they are inaccessible. They
    must be accessed from the WebCenter Sites
    Admin interface. For a comparison of features in
    the Contributor and Admin interfaces, see the
    WebCenter Sites User’s Guide.
    Default value: false
    Phil

  • To create home page which consists of menu for other pages in a tree format

    hi, i'm using Jdev 11g, i want to create one home page which having a tree format menu for other pages ,plz tell me

    Hi,
    the tree structure must be defined in a tree model that you then associate as the value to the tree component. I think the best doc to start with is from Trinidada: http://myfaces.apache.org/trinidad/devguide/tree.html
    Note that ADF Faces components base on Trinidad, so the docs can be used here as well. Also, while you are on this page, have a look at the XML Menu Model, which is a nice way of creating hierarchical structures in XML so the structure is not hard coded in a Java class
    Frank

  • Hello i need help for adobe creative cloud...when i launch application adobe  cc 2014  for photoshop or illustrator.....the apps launch and i can see the workspace and menu bar  for a while and  suddenly this application close automatic

    hello i need help for adobe creative cloud...when i launch application adobe  cc 2014  for photoshop or illustrator.....the apps launch and i can see the workspace and menu bar  for a while and  suddenly this application close automatic

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • Why is Safari automatically going to the App Store when there is an advert for the app

    When I'm on a web page that has an advert for a game it automatically takes me to the App Store when I've not touched it, anyone know how to stop it as it's annoying.

    hi i just had same prob and what i did to sort it[well for me] was have another web page open at same time and i was able to access the apps page ..good luck

  • My safari menu bar is missing --the menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away.  Any ideas how to retrieve it?

    My safari menu bar is missing.  The menu bar for desktop, HD, and apps appears, but when I click on Safari, it disappears, so I can no longer see my buttons for History, etc.  I think my husband (pc user) clicked it away when borrowing my computer.  Any ideas how to retrieve it?  Thanks. 

    I too was having the same problem However, I could access both the menu bar and the dock by hovering my mouse over them so it wasn't a huge problem but I prefered having it there anyway. I was not in full screen mode and I could still go into full screen mode if I wanted to.  I found the easiest solution was to just quit safai and restart it, but it might not work for you considering you couldn't access you menu bar either way.
    I found this article that allows you to hide/show the menu bar and the dock through TextEdit (didn't work for me) http://www.mactricksandtips.com/2009/07/hide-the-menubar-or-dock-in-specific-app s.html It is pretty old so it might not work for lion and a bit risky if you don't know what you're doing so I wouldn't really recommend doing it this way.
    And KSheppard, I know it's not really any of my buisness, but the way to get answers to a question isn't by insulting others and being quick-tempered. Even if you feel like you were insulted first, don't try snapping at people who aren't obligated to help you. Honestly, it just makes everything easier if everybody is cooperative and polite.

  • With 3.6.12, Help menu item "For Internet Explorer Users" results in a "Page Not Found" error. Is this a known bug? Is it being addressed?

    Clicking the 3.6.12 Help menu item "For Internet Explorers" item results in a "Page Not Found" error.
    The URL of the resultant page is https://support.mozilla.com/en-US/kb/Windows%20start%20page?as=u
    Is this a known bug, if so, is it being addressed? If so, someone needs to work faster.
    If it is not a known bug, someone needs to get right on it - you want people to switch to Firefox and then there is this bug -- not a good way to impress Internet Explorer users.

    Hi Claudio Roca,
    I have encountered the same problem. Do you found the solution for this issue? I will much appreciated if you willing to share your solution and email to [email protected] Thank you so much.
    Regards,
    Hau Chee

  • HT4059 I downloaded a book on my iPad but I can not find it. I thought there would be an icon on my app pages for the book but there is not. Where do I go to get the book?

    I purchased an I book for the first time and now I can not find it. I thought it would bean icon on my apps page. Where did it go"?

    How/where did you buy it ? If it's an ibook from Apple then you can only download and read them in the iBooks app on an iPad - if you have the iBooks app on your iPad, and that book doesn't show on the bookshelf in the app, then you should be able to redownload it via the Purchased tab in the ibookstore in the app.

  • When reading my book on iBooks, I encounter duplicate pages for many pages then it skips the pages that should be there so I am missing large parts to chapters, is this a "bug" in the book or app? How can this be fixed?

    When reading my book on iBooks, I encounter duplicate pages for many pages then it skips the pages that should be there so I am missing large parts to chapters, is this a "bug" in the book or app? How can this be fixed?

    Does the same thing happen on any other books that you have in the app ? If not then it's probably just that one book, in which can you could try deleting the book and re-downloading it - if it re-downloads in the same state then try the 'report a problem' from your purchase history :http://support.apple.com/kb/HT1933

Maybe you are looking for