Using side navigation bean in CRM navigation (jtfcrmchrome)

Hi,
I’m facing a problem using side navigation regions in OSO.
I’ve created an OAF page with side navigation bean (OASideNavBean, OAHeaderBean) and it worked fine.
When I added the OAF page into the OSO (Oracle Sales Online, a JSP based application) – I used “jtfcrmchrome.jsp?page/oracle/apps/…” instead of
“OA.jsp?page/oracle/apps/…” in order to keep the look and feel of the CRM, the side-navigation region is not displayed.
Is there a way to use the side-navigation bean in the “jtfcrmchrome.jsp?” environment?
Best regards,
Rona

Rona,
JTF and OAF are different tech stacks. You can't use it the way you are looking for. Check " JTT/OA Framework Interoperability" section of dev guide for more details and list of restrictions of interoperability.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to make side navigation menu using ADF

    Hi,
    I wanted to make a side navigation menu, like, there is a vertical menu and if I place the cursor on(or select) one of the menu item and it shows the children menu items sideways( having go links).
    How can I achieve that?
    I am using Jdev 10.1.3.3

    If I understand your requirement you're looking for something like this: http://deluxe-menu.com/sound-support-sample.html
    Under 10.1.3 using ADF Faces I don't believe there is a component available to achieve this. Potentially under 10.1.3 you'll need to look to a 3rd party Javascript solution. Whether this will work with ADF Faces + JSF navigation is questionable. Potentially others on the forum can comment.
    As an alternative solution under 10.1.3 you may want to look at using an af:tree component instead. It wont be as nice as the solution shown above, but will give you a multilevel menu selection.
    Regards,
    CM.

  • Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

    Hi,
    Somebody can help for the best approach to implement the following requirement.
    Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
    I completed the
    Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
    I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
    Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
    Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

    Than ks for your response.
    This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
    public TaskFlowId getDynamicTaskFlowId() {
    if (currentTaskFlowID == null ||
    currentTaskFlowID.equalsIgnoreCase(“employees”)) {
    return TaskFlowId.parse(employeetaskFlowId);
    if (currentTaskFlowID != null &&
    currentTaskFlowID.equalsIgnoreCase(“departments”)) {
    return TaskFlowId.parse(departmetaskFlowId);
    return TaskFlowId.parse(employeetaskFlowId);
    My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

  • How to move side Navigation to righthand corner(bottom ) of screen

    Hi,
    I have added a side Navigation on my page, and I want to place it on the right hand lower corner(bottom) of the screen.
    I used pagelayout.setend(sidenav); method for the same, however this just places it in the rightmost top corner of the screen.
    I guess, I cannot add rowlayout and then arrange the side navigation region?
    Any inputs on how to achieve this
    Thanks
    Puja

    As far as i think its Not possible, u cannot change its position.Still u can try put using some methods available in PageLayoutBean like
    PageLayoutBean.setContentFooter(sidenav).
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                               

  • How to render side navigation menu programmatically.

    Hi all,
    I Have standard pages (i.e Customer online pages ) when I navigate one page to another page 2nd page have side navigation menu
    This page is attached as first page in side navigation menu so by default this menu is displaying if I navigate from this page to
    Author pages using keep_menu_context it is displaying to all author pages.
    Now my requirement is I need to go 3rd page from 1st page on that time the menu is not displaying (side navigation menu).
    Thanks in advance....
    Regards,
    Sridhar.

    If I understand your requirement you're looking for something like this: http://deluxe-menu.com/sound-support-sample.html
    Under 10.1.3 using ADF Faces I don't believe there is a component available to achieve this. Potentially under 10.1.3 you'll need to look to a 3rd party Javascript solution. Whether this will work with ADF Faces + JSF navigation is questionable. Potentially others on the forum can comment.
    As an alternative solution under 10.1.3 you may want to look at using an af:tree component instead. It wont be as nice as the solution shown above, but will give you a multilevel menu selection.
    Regards,
    CM.

  • My Side Navigation menu and spry tabbed panels aren't working together. Can I fix this?

    I have made some tabbed panels, but my side navigation is not working correctly now. See the following page for an example. http://www.foxthermalinstruments.com/products/index.php   When you mouse (hover) over "Applications" on the side navigation menu you can see that some of the options are covered up by the tabs on the tabbed panel. If you try to hover down to one of the options that is covered or below the tabs on the tabbed panel the side navigation menu disappears. BTW, I am using Dreamweaver CS6.

    I have to be brutally honest.  I refuse to use Spry.  Adobe abandoned the framework late last year after practically ignoring it for 3-1/2 years.  It served it's purpose for a few years but it doesn't hold up well in newer browsers like IE10 and touch screen devices.
    Keep using it if you want but I don't have much interest in fixing something that is inferior to begin with.
    My advice is to run away from Spry.  Either switch to jQuery or get any of the excellent commercial extensions from Project Seven.  You'll be glad you did.
    http://jqueryui.com/tabs/
    http://users.tpg.com.au/j_birch/plugins/superfish/
    http://www.projectseven.com/
    Nancy O.

  • How to implement Side Navigation programmatically

    Hi,
    My requirement is I want to implement side navigation for one of my task.(Like Functional Administrator =>Personalization =>Import/Export). I have gone through the tutorial given in Jdeveloper Help for side navigation in which it refers how programmatically we can add a content container with a bulleted list to the page. But this is not as per my requirement and the steps given to achieve the required side navigation in Jdev help are Core app's menu based..
    Can we achieve this Programmatically ?
    Thanks in advance .
    Regards,
    Anant.

    Any page/url that is to be accessed from inside apps context must be defined as a valid function and have the valid function security context.
    any function you define as the third level menu item must appear on the sidenavbar.
    You can manipulate the sidenavbar via code using the method getStart() in PageLayoutBean, I have used it to display/hide certain functions based on roles in fwk 5.6.
    you can decompile this class and see how the usage is
    oracle.apps.igs.admissions.webui.AdPageControllerImpl
    Thanks
    Tapash

  • Best way of having left-side navigation menu?

    Hello Folks,
    I'm interested in developing an application using JSP and the design requirement is that it should have a left-side navigation menu. Is there an Oracle recommended way of doing this or should I resort to using DHTML? In addition, please let me know if you have any suggestions.
    Thanks!

    You have two parts in your question: left side navigation menu;
    You can define and use templates (HTML Templates) for your Pages in the Portal to structure your pages, such that Navigation or navigational tools can be placed on the page wherever you like. That is for the positioning of the navigational tools.
    To define your navigational tools (menus, for eg), you may still use DHTML and/or a combination of other methods.
    hope that helps!
    AMN

  • 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

  • Web services test using WS Navigator doesnot return field values

    Hi experts,
    We are running ECC 6 (NW 7 Ehp1) ABAP stack and NW CE 7.1 with Java stack (J2EE Engine 7.11). We are trying to test web services using WS Navigator. We can logon to WS Navigator and perform the test. The test shows a success return code, however, it doesn't bring back field values. We can see the values when we perform this test within ABAP stack. A sample of WS Navigator XML log for the service test is as below:
    <?xml version="1.0" encoding="utf-8"?>
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
      <soap-env:Header/>
      <soap-env:Body>
        <n0:ZcGetCustomerInfoResponse xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style">
          <OKna1>
            <Mandt/>
            <Kunnr/>
            <Land1/>
            <Name1/>
            <Name2/>
            <Ort01/>
            <Pstlz/>
            <Regio/>
            <Sortl/>
    u2026
           <MessageV3/>
            <MessageV4/>
            <Parameter/>
            <Row>0</Row>
            <Field/>
            <System/>
          </Return>
        </n0:ZcGetCustomerInfoResponse>
      </soap-env:Body>
    </soap-env:Envelope>
    If someone can provide insight why is this happening, I would greatly appreciate it.
    Regards
    Nirmal

    Wondering if I posted this in the wrong forum. Can someone please guide me if it is the wrong forum for this question.
    Thanks
    Nirmal

  • Facing issue in PDF print on using Guided Navigation Link on dashboard

    Hi,
    I am facing one issue on using Guided Navigation Link on dashboard.
    I have created one Guided Nav. Link on dashboard and renamed it as "RAW DATA".
    It was working fine.It is coming as RAW DATA link and when I am clicking on the link it is drilling down.
    Till now it is working fine and good.
    But in Printer friendly option of dashboard when I am selecting PDF option( To save it as PDF) it was showing text "Guided Nav Link 1" instead of "RAW DATA" in the downloaded pdf.
    Please give me some solution.
    Thanks in Advance
    Santanu Manna

    Try this:
    1) Drag Guid. Nav. Link to dashboard in a new section.
    2) Click on properties of the Guid. Nav. Link object.
    3) For the source request, click on browse and navigate to the report.
    4) In the Link Properties, check the "Use Dashboard Oject name as link object" checkbox and click "OK."
    5) Click on the Rename button of the Guid. Nav. Link object.
    6) Type in the name you wish to appear in the link and click "OK."
    When you click on Print>PDF, the name of the link will appear in the pdf instead of "Guid. Nav Link 1."

  • Portal left side navigation proble

    Dear All,
    I am facing one strange problem in portal left side navigation. I am having 18 pages in left side navigation panel those pages are appearing when i typed portal url with host name. If i typed portal url with IP address 18 pages are not visible but the first appliction which is default is loading loading.
    I dont know why pages are not loading
    Can any one help me out for this issue its URGENT.
    Regards
    Suresh

    If your portal server IP Address is say 1.2.3.4 and the port no. is 50000
    you are right now accessing portal through http://1.2.3.4:50000/irj
    Now what you need to do is
    go to run command type drivers. When it opens go to etc folder. then hosts file
    there make an entry like
    1.2.3.4 epdev
    now you can access the portal through http://epdev:50000/irj
    Hope this helps!
    Regards
    Atul Shrivastava

  • How to use Data Navigation in OBIEE11g

    Hi,
    I read an article about BIEE 10g feature: Data Navigation (click on a record in Analytics report1 and corresponding drill down data show in Analytics report2). I found that there are some setting "Type: Navigate" in "Value Interaction" should be set in Tab: "Column Format" of Column properties in BIEE 10g (pls refer to: http://gerardnico.com/wiki/dat/obiee/navigation).
    However, I didn't find these setting in OBIEE 11g. How do I use Data Navigator in OBIEE 11g? Is this features is disabled?

    *1. Firstly, what means of "Column (should be filtered)?*
    The column in Criteria you should give the *Filter*
    2. Table.Column -> Column Properties -> Interaction -> Value (Primary Interaction) -> Action Links -> Add (+ Symbol in Green color) -> Action -> Click *Navigate to BI Content* -> Select the Report from the Shared folder -> OK and Save the report.
    Thanks,
    Balaa...

  • Use of navigation attributes in APO DP

    I am trying to clarify how navigation attributes compare with full planning characteristics in APO DP (V5).
    In general, I know that navigation attributes are used for selection and navigation in APO DP.
    But suppose I have a navigation attribute called 'product type' for planning characteristic 'product'. Isn't it also possible to forecast and make adjustments at the 'product type' level.
    If the answer is yes, what is the real difference between the use of navigation attributes and planning characteristics?
    Thanks for any help with this.
    Bob Austin

    You do not see difference in Attribute and characteristics in the interactive planning screen. So you should be able to create selections and do general navigation
    just a little more detail on the difference between nav attributes and planning char
    But creating forecast profiles might be a problem- Selections with navigational attributes do not create forecast assignment table entries. As of SCM4.1, the attribute information can be stripped out of the selection via BADI, allowing an assignment entry to be created.
    Maintenance of CVCs also have to be done differently. Navigational attributes are not same as CVCs. Instead they point at the value of another characteristic. We create master data for nav attrib in the Admin workbench. Also If you plan to use navigational attributes on standard characteristics, say in 9AMATNR, then you could have issues in SNP since SNP does not support Nav attrib
    Also realignment of Navigational attributes is not a standard process but can be done.

  • Show Quick Launch (Side Navigation) in Search Results page

    Hi,
    I created a custom search results page in a site (under Pages library). In this page the Quick Launck (side navigation) is hidden. Any solution to display it?
    keren tsur

    You can try this:
    1. Edit page
    2. Create a custom text file and insert the following CSS, which will make the Quick Launch menu visible:
    <style type="text/css">
    #s4-leftpanel {
      display:inherit!important;
      width:155px!important;
    .s4-ca {
      margin-left:155px!important;
    </style>
    Save the file, naming it showQuickLaunch.txt. Store the text file in the Style Library or on the server.
    3. Insert a Content Editor Web Part on the page in which you want to hide the Quick Launch menu. Edit the Web Part, entering the link to the showQuickLaunch.txt file.
    http://sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    -prs

Maybe you are looking for

  • No Lights on ONT but cable boxes work (sort of)

    So beginning yesterday we have no lights on our ONT. It is plugged into the wall in a working outlet. If you wish the emergency battery button, it comes to life for about 30a seconds, we have cable again, but then poof, everything turns off again (ph

  • Overhead structure issue

    Hi experts, I have configured OH calculation through OPL1.Then i try to configure Overhead structure through KSAZ. In oh structure,i have to define following data: Row  Base  O/H rate Description                  Fr       To        Credit 10    B000 

  • Weblogic.management.ManagementException

    Hi All, I am new to the weblogic. I am using weblogic builder when i try to deploy module it throwing the excepation. My weblogic version 8.1 it old version. java.lang.NoClassDefFoundError: ejb/abstracts/AbstractEntityBean      at java.lang.ClassLoad

  • How to Delete 57F4 Challan?

    Dear Friends When I am deleting a challan 1200000170 from J1IF , maintaining 57F4 Year, series Group  aand Excise group, system is  giving the following error: Excise modvat accounts not defined for 57CM transaction and H1 excise group Message no. 8I

  • Is it possible to stream from my iphone to other devices?

    Hi I have a 3G iphone and would like to upgrade to the iphone 4S. I would like to know if it is possible to stream videos, music and pictures from my iphone to my samsung smart tv or is homegroup on my laptop a possible alternative meanwhile? Basical