I want to find out where the menu resides in the JTF page

Hi,
I have to customize CRM module.When I open up the standard page which is in JSP, I find a menu at the left. I want to change few links in that menu.but I am not able to locate where the menu resides. Any help will be appreciated.
In CRM module -> Claims-> click on any claim number-> page appears with menu at left side.
I want to change the menu.
Thanks in advance
bchopra

Hi,
wrong forum. This is an Oracle JDeveloper forum, not CRM or any other Applications related forum. Start searching for these forums from here: http://forums.oracle.com/forums/index.jspa?categoryID=84
Frank

Similar Messages

  • I was robbed and I have the IMEI and I want to communicate with the company to find out where the iPhone

    I was robbed and I have the IMEI and I want to communicate with the company to find out where the iPhone

    Having IMEI number cannot help you trace the iPhone.
    If you have activated Find My iPhone and your iPhone is ON and have Internet access, you can locate it. Otherwise, report to the police, your carrier and change all passwords that were used i iPhone.
    Lost or Stolen
    http://support.apple.com/kb/HT2526

  • My MBA is full, and cannot find out where the unidentified photos are.

    "About this Mac" says I have 89GB of photos saved. When I check my iPhoto, it only has 36GB of photos. My SSD is full, so I need to find out where the rest of 53GB of photos are. Can someone help?

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space.
    To locate large files, you can use Spotlight as described here. That method may not find large folders that contain a lot of small files.
    You can also use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install ODS in the Applications folder as usual.
    Triple-click the line of text below to select it, then copy the selected text to the Clipboard (command-C):sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means.
    When you're done with ODS, quit it and also quit Terminal.

  • HT4623 I appear to have lost the £15 redeemed voucher credit from my iphone.How do i find out where the money has gone to,Thanks

    I was bought a voucher for Xmas.I redeemed it and the balance showed as £15.A few weeks later the balance is at 0.03p and i have not bought anything.How do i find out where the money has gone to.
    Thanks

    Login to iTunes on your computer: Store>View My Apple ID>Purchase History.

  • How do I find out where the missing filter is used?

    After upgrade, Premiere CS4 is complaining missing filter upon opening a CS3 project.  How do I find out where the filter is used?
    Thanks!

    When I have opened older Projects in later versions, I have gotten a very useful dialog screen, telling me of missing Transitions (exact name and TimeCode), and of missing Effects. Do you not get such?
    When you Open the CS3 Project, is any Clip flagged?
    Considering how well PrPro has picked up on missing 3rd party stuff, I would be surprised, that it did not give you all of the necessary info.
    Good luck,
    Hunt

  • I activated an iTunes gift card, my iPod showed the amount available ($15) and after downloading 2 songs all I had left was $.04.  Any ideas on what happened to my funds or how I can find out where the rest of the money went?

    I activated an iTunes gift card, my iPod showed the amount available ($15) then after downloading 2 songs my balance was $.04.  Any ideas on what happened to the rest of my funds or how I can find out where the rest of my money went?

    - Have youwent to yur iTunes account looked at your puchase history for purchases thant y might have forgotton?
    - Maybe you had an unpaid balance before redeeming the card.
    - Contact iTunes
    Apple - Support - iTunes - Contact Us

  • Still can't find out where the wrong is.....

    Here is the code I use to convert a String of infix expression
    into a postfix array.
    But I still can't find out where the problem is,can someone help me out, thanks...
    public void i2p(String i,char p[])
           int position ,outpos = 0;
           char topsymb = '+', symb, del;
           Stack opstk = new Stack(20);
           System.out.println("the original infix expression is: " + i);
           for(position=0 ; position< i.length() ; position++)
                symb = i.charAt(position);
                if(isoperand(symb))
                   p[outpos++] = symb;
                else
                     if(!opstk.empty()){
                          topsymb = opstk.pop();
                     prcdNum(topsymb, symb);
                     while(opstk.empty() == false && prcd(topsymb, symb) == true )
                     del = opstk.pop();
                     p[outpos++] = topsymb;
                     if(opstk.empty() == false && prcd(topsymb, symb) == false){
                        opstk.push(topsymb);
                        p[outpos++] = symb;
                     if(opstk.empty() == true && symb != ')'){
                        opstk.push(symb);
               while(!opstk.empty())
                 p[outpos++] = opstk.pop();
      }

    For example when I input a+b*c , it output abc* ,,,,,,,

  • How to find out where the tablespace physical file *.dbf ?

    How to find out where is my tablespace physical file *.dbf ?
    Can I increase tablespace_name: TEMP and how to increase it.
    First, I need to know where is the TMP *.pdf file, am I right?
    Thanks in advance

    This forum is for issues with the SQL Developer tool. You'd get more response in the General Database forum.
    Have fun,
    K.

  • I have a macbook pro 2009 and I want to find out what the refresh rate is, I need it to be 70 hz

    I need to find out what the refresh rate is. I went into system preferences and clicked on display, and saw refresh rate, but it said n/a. I need mine to be at least 70 hz, I can't find the answer anywhere.

    Where did you search?  Read the information from Kappy in - https://discussions.apple.com/thread/3298134?start=0&tstart=0 

  • How do I find out where the link for a button points to?

    I installed a Flash template that has a "Read More" button which is used in several locations of the site.  The button corresponds to a single symbol called "button_more" and another symbol within that symbol called "area_more".  It's a "Movie Clip" type of symbol, not a "Button" type symbol. 
    What I'm trying to figure out is where would I find the link to the page where that button points to - it points to different pages of the site depending on where it's located.  For example, in the About Us section it links to a page that has more details describing About Us.  In the Services section it links to a page that has more details describing Services.  So the same symbol is going to different links.
    I checked the Properties of the symbol and it doesn't have any option for a link. (I guess it's not really going to a link, but to a different frame in the timeline)  But where would I find exactly where each button points to in case I want to edit one of them in the future, or create a new button with a new link?

    No, the background color is not the same as any of the actionscript colors.  It's a blank page, I can see that there's no code because it starts at line 1.
    I figured it out though - when I go to the timeline manually, I am supposed to highlight the actual button.  Then I see the code.  Thanks for pointing me in the right direction...

  • How to find out where the business views are being used in the Crystal

    I am using Crystal Reports 2008 and BOE 3.1. We are using business views to populate the drop down for the dynamic parameters. I would like to know if there is a way to find out which reports are using a specific business views. This will help me modify the exisisting Business Views.
    I would not like to edit all the reports to see them. Is that info stored in CMC or any BOE database.
    Thank You.
    Neeta
    Edited by: Neeta Prasad on Apr 21, 2010 11:05 PM

    Hello Vijay,
    On MSSQL truncation of transaction log does not shrink the size of the transaction log. It simply removes the content within the transaction log and writes it to the backup.
    Meaning the free percentage within the transaction log will increase.
    If you want to Resize the transaction log size, you need to do something else.
    The shrinking procedure is given here:
    http://support.microsoft.com/kb/907511
    Regards,
    Siddhesh

  • How can I find out where the Library files currently used by iTunes are located?

    I have had a bit of a nightmare sorting out my iTunes files so I have various versions of Library files all over the place. How can I tell where the Library file that iTunes is currently using is located? In Preferences I can see the Library "Name", but I don't think that is much help. Preferences also shows where my i-Tunes media folder is but not where the Library files are.
    Any help greatly appreciated.
    J

    Ah, I was assuming you would search in Finder and display some details. All alternative approach is to Option start iTunes and click the Choose option. It should show a file selection box targeted at the folder of the currently active library.
    tt2

  • How to find out where the exe file was installed?

    Hi there,
    I have the following problem: In my VI, I'm reading a .txt file through the vi "Open Config Data" in which I specify the path of the txt. file and it returns me a refnum that is used to read the file. When I made the installer to this application, I included this txt, thus, the txt is kept together in the directory where the application is installed. The problem is that the path that is specified to the vi "Open Config Data" is not valid anymore, since the instalation directory is different. I'd like to know if there's a way to know where the application was installed. Maybe through a registry? If you have a suggestion, I'd be glad to hear it.
    Kind Regards,
    Bruno Ponne

    In addition to the information that JB provided, you can also do something like what is shown in the attached VI that I use. It takes the approach of stripping the current VI's path till it gets to something that doesn't end in .exe, .llb or .vi. This will give the OS path regardless of where the VI is located. I find this useful because I sometimes build applications utilizing a library of plugins and, depending upon where the plugin library is located, the path to it may not be the same things as the path to the executable.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps
    Attachments:
    Extract my OS path.vi ‏42 KB

  • Application Insights Online does not show data. How to find out where the problem is?

    Hi, 
    I have application insight set up, sometimes I see data online, but sometimes I don't. I am wondering how to: 
    1. Make sure the monitor is running for my application?
    2. see there is data has been sent to cloud server? I tried to run DebugView but it does not show up anything. Is there a log flag that can be turned on so I can log everything to a log file while it is being sent to server?
    Thanks.

    Hello ChadKaKit,
    You can try Fiddler2 to see whether something gets out of the box to dc.services.visualstudio.com.
    Make sure to either run application under the same account as a Fiddler or set a .NET proxy settings in web.config (app.Config for executables) to redirect to Fiddler.
    Also, you can take a look at the AI traces with PerfView:
    Perfview.exe /onlyProviders=*Microsoft-ApplicationInsights-Extensibility-Web,*Microsoft-ApplicationInsights-Core,*Microsoft-ApplicationInsights-Extensibility-RuntimeTelemetry,*Microsoft-ApplicationInsights-Extensibility-Rtia-SharedCore collect

  • How to find out if the "Services" page is shown on the phone?

    Hello! I have a application that pushes a page(which is actually a picture) to the user's Cisco phone, at certain time, I'll need to remove that page from the screen. To push a "Key:Services" works, but only when the page is currently displayed. If the page is pushed back, or if the page has already been removed (by user select a "Clear" soft button), then pushing "Key:Services" from server will cause strange and inconsistent behavior. Bascially I'll need to know if the "Services" page is shown on the phone screen, probably by visiting the phone's web server somewhere(just don't know where).
    I managed to get around a problem like this a while back but not that lucky this time... Any ideas? Thank you very much for your help!

    alright, this is the url I had in mind: http:/IP_PHONE_ADDRESS/CGI/ModelInfo
    See http://forums.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=IP%20Phone%20Services%20for%20Developers&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1ddb6101 for a discussion.

Maybe you are looking for

  • Creating XML files from one data file in a java program

    <statement>      <name>John Dow </name>      <address>123 Main</address>      <phone>972-213-3434</phone> </statement> <statement>      <name>Jane Dow </name>      <address>345 Main</address>      <phone>972-213-3534</phone> </statement> <statement>

  • IPad 2 to iMac sync hanging up on step 3, corrupted app

    I have tried several times to sync my iPad 2 to my iMac OS X, 10.7.5, but in all instances, it hangs up at step 3.  I have totally shut down and restarted both devices.  Based upon similar questions in the community, I suspect (but obviously am not c

  • Remove White Space in JSP in Websphere 5.1

    I am look for a way to remove all the white spaces generated in all the jsp pages. Since I am not using Jsp 2.1, <%@ page trimDirectiveWhitespaces="true" %> doesn't work. Please help.

  • Can't Export to Word

    I have the Acrobat X Pro that came with CS5.5 Design Premium (Mac) and am unable to export to Word because there is no such option listed under File->Save As. Oddly the free demo version I have on my Windows 7 laptop has the option. I've tried reinst

  • Daqmx pxi

    I'm new to LabView and am having an issue related to using a PXIe-1062Q with a PXIe-8360 and a PXI-6251 M-Series DAQ card.  I had previously written a vi using DAQmx function calls for use with a USB-6216 card.  I can "see" the PXI hardware in MAX an