Add parameters to the "GOTO" URL

Hi,
We would like to use the "GOTO" URL functionality with additional paramters (e.g. report name, customer name, sales value).
As far as we checked the only parameters which we can add to the URL are the varibales of the report.
Does anyone knows how can it be done?
Or have other solution option.
Alon

Create the Jump target as a Web address, then form the URL in the template with all the required parameters. Report name and filter values you will be able to get from the text elements.
Thanks.

Similar Messages

  • Modifying the goto URL - load balancer configuration

    Hi,
    I am trying to find the location of the display.template which I can modify to change the "goto" parameter URL.
    Objective:
    When I hit my loadbalancer URL "http://172.11.124.23/portal"
    It basically can forward the request to ports 8080,8081 or 8082.
    but I see the following in the browser after the redirection
    http://myportal.domain.corp:8080/amserver/UI/Login?goto=http://172.11.124.23/portal/dt
    instead of
    http://myportal.domain.corp:8080/amserver/UI/Login?goto=http://myportal.domain.com/portal/dt
    so basically I get the acess manager login page but after authentication it goes back to the loadbalancer since the goto URL is'nt right.and load balancer again sends the request back to access manager.So it kinda loops back and forth betn load balancer and access manager.
    I read on the forum which says display.template should be modified to correct the goto URL.
    I am working in linux env.I tried changing the display.template at the following location but I dont see what I want.
    /var/opt/sun/portal/portals/portal1/desktop/default/LoginProvider
    Can you point me in the right direction.!
    Thanks,
    Deepak.

    c'mmon guys...help me..its urgent !!!!

  • How to delete or add parameters in the list.

    hi,
    can someone please tell me how to delete/ add parameters (the parameter list that is displayed in the Address Node).
    actually in my application i have to similar scripts. so i if can copy the whole script and make some changes in the list of parameters, i will be able to save a lot of time.
    can somebody please help ....
    thanks in advance

    I am not sure if you already checked this thread out or not, but from your question, it looks like you are having the same problem as in this.
    http://qazone.empirix.com/thread.jspa?messageID=668&#668

  • List of the available parameters for the various URL options

    Hi all,
    Where can I find a list of all of the available parameters for URL options such as OMRET0=XXXXX (OMRET0=ActivitiesList or OMRET0=Homepage). I’ve created a copy task weblink and want the destination after the copy is saved to be the newly created Task Details page. I'd also like more information about the other parameter options.
    Thanks!

    Ok, I have found the solution:
    Juste use "DefTaskNew" parameter after .../user/
    Regards,
    Laurent

  • I am a power user with 100 open URLs and need a way to grep open tabs by a part of the URL. I can create an add-on if the open URLs are exposed.

    I imagine I could query an sqlite3 table for open windows but don't know the details for what is available. I trust firefox to always be able to open a previous session that I use open windows as sort of a task list. Duplication of information is futile.

    I actually think the default single session storage is a bit fragile. Do you use the [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager] extension or [https://addons.mozilla.org/en-us/firefox/addon/tab-mix-plus/ Tab Mix Plus] to provide greater depth?
    The "Switch to Tab" feature of the address bar provides some of the functionality you want. However, the fact that it shows "Switch to Tab" rather than the address on that tab makes it hard to see if it's the one you want.
    If you want to build your own add-on, here are a couple that might serve as a starting point or resource for understanding how to work with tabs in Firefox. I haven't tried them myself. (MPL licensed for code re-use.)
    * [https://addons.mozilla.org/en-us/firefox/addon/tabhunter/ Tabhunter] - search for a string in URLs across all windows, choose from dialog
    * [https://addons.mozilla.org/en-us/firefox/addon/showcase/ Showcase] - view tab thumbnails across all windows, with a find feature

  • How to remove bing toolbar and prevent it from searching for anything you type in the goto URL box

    This isn't really a question, but I hope it will help some people. I had the bing toolbar appear at the top of firefox, and I tried every suggestion I found to delete it, in addition to ways I already knew. Nothing worked...until I searched through tools/options and found my home page had been changed. I simply changed it back to what it was before bing took over. Now everything is back to normal.

    Yes I did. I reset Firefox and it cleared up the problem. It seems that I have to do a lot of resetting over the last 6 mos or so. In all the years that I have been using Firefox I have never had to reset Firefox. Lately I have to do it at least once a week or so.

  • How to add the parameters onto the reports while calling from forms

    Hi all,
    I am using oracle forms 10g. I want to call a report from the form.
    But i dont know how to add parameters to the url while using
    web.show_document();
    i have a sample code. But it does not add the forms values onto the url.
    DECLARE
    v_host varchar2(100);
    v_port varchar2(10);
    v_parameter_string varchar2(4000);
    v_username varchar2(50);
    v_password varchar2(50);
    v_database varchar2(50);
    BEGIN
    -- Get the full domain name of the server from the formsweb.cfg
    tool_env.getvar('SERVER_URL',v_host);
    -- Get the username/password and database from the .env file
    tool_env.getvar('APPLICATION_USERNAME',v_username);
    tool_env.getvar('APPLICATION_PASSWORD',v_password);
    tool_env.getvar('APPLICATION_DATABASE',v_database);
    -- If it is localhost then we are running on windows and need to use the windows port, otherwise we
    -- are on AIX and need to use the AIX port
    IF v_host = 'localhost' THEN
         v_port := '8889';
    ELSE
         v_port := '7778';
    END IF;
    -- Now build the parameter string for running the report      
    v_parameter_string := 'server=rep_fsprod';
    v_parameter_string := v_parameter_string||'&report=AAP_TOTAL_CONTRACT_VALUE_RPT.rdf';
    v_parameter_string := v_parameter_string||'&userid='||v_username||'/'||v_password||'@'||v_database;
    v_parameter_string := v_parameter_string||'&execution_mode=batch';
    v_parameter_string := v_parameter_string||'&comm_mode=synchronous';
    v_parameter_string := v_parameter_string||'&destype=cache';
    v_parameter_string := v_parameter_string||'&desformat=pdf';
    -- Now run the report
    web.show_document('http://'||v_host||':'||v_port||'/reports/rwservlet?'||v_parameter_string,'_blank');
    END;
    Are we able to add the text values in the form from to the URL.
    Please let me know....
    thanks in advance....
    Naveen

    hello
    read the following white paper http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    cheers
    Q

  • Passing parameters to the url which navigates to oracle applications

    Hi All,
    My requirement is i need to display a link in the email message, so that user can click it and can navigate to a form in oracle applications.
    The link will be like http://shine.apps.com/function_id=670&language=US etc
    I am able to display the form which the user wants, but they want the form to be queried with a value. so can anyone help me to how to pass parameters to the above url.
    Thanks in advance
    Srinivas Dodla

    I achived the same thorugh workflow. In the workflow define a attribute of type form and then pass the formname, applicaiton name, resp name and any other form parameters to it.
    You can mix forms personalization to achive best results.
    Thanks
    Prudhvi
    www.erpschools.com

  • Passing a portlet parameters on the Query String

    Hello,
    We have a portal page with a portlet on it and would like to be able to make this portlet dynamic by using additional parameters on the portal url query string.
    Back in version 5, I was told that this couldn't be done. Perhaps someone knows whether the G6 portal supports this?

    Yes, you can pass portal url into porlet in G6.
    1. You have to check box "HostPageURI" (don't remember exactly, but close to this one) on User Information page for Web Service.
    2.Use getHostPageURLQueryString() method (for IPortletRequest) to retrive QueryString value;
    3. Parse url value manualy to access parameters and values.
    But think twice before do this. This is because there are more effective ways to pass data and "make portlet dynamic":
    1) Portlet Settings (classic way, total page refresh);
    2) Adaptive portlets techology (inline refresh, passing data to other portlets on the same page);
    3) Portal Session object (for G6). Way to pass data to portlets placed on different page.
    Edited by Bryazgin at 01/18/2007 7:11 PM

  • Add Parameter in the browser-adress-line?

    Hello,
    is it possible to add parameters in the address-field? Like this:
    http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=101:1:USERNAME=ORACLE
    Can I start so my application to set a field USERNAME on a page or something like this?
    Regards,
    Mark

    Hello Mark,
    You should check page 4-15 in the Apex user's guide. There is a good explanation about all the options of the f?p syntax, including the options to use itemNames and itemsValue.
    If your application id is 10, and your default login page is 101, you should be able to use something like:
    http://bondbmstst01.eba.local:7777/pls/htmldb/f?p=10:101:::NO::P101_USERNAME:ORACLE
    Regards,
    Arie.

  • Adding and reading the parameters from the WebDynpro Application URL

    Hi,
    I have a WebDynpro Application with two views. Based on the values populated by the user in the first view, I am pulling the data from database and populating the data in the second view. I do have a scenario where I have to skip the first screen and show the second screen directly. But, for the values that has to be populated in first screen, I am planning to append the  parameters in the url and provide the link to the users via email.
    Is it possible to add parameters to URL and read those Parameter values when user clicks on the URL.
    Thanks & Regards
    swetha.

    HI,
    Code for accessing params in webdynpro java:
    String urlParamVal = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("URL_PARAMETER");
    if((urlParamVal != null) && (urlParamVal.trim().length() > 0))
    <Write the code>
    Reading parameters:
    Re: Reading URL Parameter
    How to pass and fetch multiple parameter in the URL of the Web Dynpro
    Regards,
    Lavanya.G

  • The Web Dynpro application was called up with the wrong URL parameters

    Hi all,
    I am using the systems below:
    ERP STACK :16
    EHP : 4
    EHP SP Stack :4
    EA-HR * : 604(SP12)
    SAP-HR * :604(SP12)
    XSS JAVA components : SAP ESS 603 SP05
    SAP MSS 600 SP16
    PCUI_GP 603 SP05
    Business Package : BP ERP05 ESS 1.41 SP04
    BP ERP05 MSS 1.41 SP04
    BP ERP05 COMMON PARTS 1.41 SP04
    I am getting below error after clicking on the appraisal document:
    App. Called Up Incorrectly
    The Web Dynpro application was called up with the wrong URL parameters.
    Note
    Enter the URL parameters and their use.
    You can find more information on the functions that you can perform in the catalog for appraisal templates in the Implementation Guide (IMG) for Objective Setting and Appraisals under Edit Forms.
    I already applied the below notes also:
    1468466 Performance Management Launchpad Configuration
    1463821 Performance Management Portal Configuration
    1416756 OBN Configuration in Performance Management
    1408243 Configuration for object-based navigation
    Plz advise me??
    Thanks,
    Anumit

    can you paste the exact error. also you can take a HTTP trace and see which resourse or UWL is being launched!

  • How to hide parameters in the URL ?

    Hi,
    Iam using Reports 6i on web. Now Iam calling report from a report (Drill done report) using SRW.SET_HYPERLINK.
    Iam passing lot of parameters to this detail report.
    When I call the main report the URL looks like:
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    But when I click on the link in this main report for details, the detail report URL looks like this.
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?emp_detail&p_emp=45&p_job=clerk&p_format=PDF
    Iam hiding userid/passwd@database in the cgicmd.dat file
    I want to hide all the other parameters also like
    the Main report URL :
    http://devreports.wwt.com/dev60cgi/runrep.sh/15369?
    How to do this ?
    Please help me if anybody has the solution.
    Thanks alot.

    Hi Ram,
    Not sure if this is possible.
    However, one workaround might be the following:
    1. Write a javascript that submits the URL using, say a POST method, and does not show the parameters in the URL. You will have to write this javascript code in the "Before Report" Report Escape. For a generic example on how to use javascript in a report, see Metalink Note 125652.1. This note shows javascript to disable the right-click of the mouse on the report output.
    2. Use the Hyperlink peroperty of the report to call this javascript function, eg,
    javascript:myfunction('http://machine:port/reports/rwservlet?report=...+server=...+empno=&empno')
    I am not a javascript expert, so I cannot give you an example of the function, but I hope someone in your team can find out.
    Navneet.

  • I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a  , which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a +, which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    There's another way.
    Right or control click the + then click Remove Item.
    Just remembered that keyboard shortcut!
    You're welcome 

  • HT1677 In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

Maybe you are looking for

  • Aperture 3 will not read LX3 .dng files

    I was a Lightroom user for the past several years, but have decided to give Aperture a try. I converted files from my Panasonic Lumix LX-3, Canon 5D Mark II, and Canon s90IS to .dng when they were imported into Lightroom. I no longer have the origina

  • Bookmarks do not appear in the Bookmarks Toolbar

    My Bookmarks toolbar is blank - there are sites in the folder.... I've just upgraded to Firefox 7. How can I get these bookmarks to show in the tool bar? (They do show when the sidebar is open, but I want them at the top as I had them.)

  • Unable to swipe/scroll using Magic Mouse in OSX 10.6.2

    Hi guys, I recently purchased (20.12.09) a MacBook Pro 17" Unibody which came preloaded with OSX 10.6.2. I tried to bluetooth sync my Magic Mouse with it tonight and, despite the fact it recognises the mouse and allows it to perform the usual left an

  • [SOLVED] Pitivi playing fails (streaming stopped, reason not-linked)

    Playing a clip inside Pitivi fails for me. However, in the preview and using gst-launch-0.10, playing works. So it seems like GStreamer has the needed plug-ins to play the file. I get those error messages in my console: ERROR 17:51:12 pipeline _busMe

  • Production order - Components

    Hello I have the following components in the production order : 0000     A005.A06182     CC 0,6X669X2074 S280GD+Z275MC POL RR109F     71      M2 0001     B002.S00004     Colour Coated Sheet                                               68,531-     M2