Accessing an Apex app via a url from an email

We have an issue tracking application which sends emails out to the applicable users throughout the request life cycle as action is taken. We would like to include in each email a link to the application with the applicable request, and upon login the user would be taken directly to the applicable request instead of page 1 of the application.
My question is how can set I this up so that the user goes from the email, authenticates via login, and then is taken directly to the request. We also have session state enabled, would we need to disable this?

Ed - Just try it, it should work. Can you show an example of such a URL here?
We also have session state enabled, would we need to disable this?
Session State Protection? No, but the checksum type used in generating the link would have to be a "public or private bookmark" type. The checksum type can be specified in the call to apex_util.prepare_url.
My advice is to get the generic deep-linking behavior working first, then work on getting the SSP checksummed URL pieces working.
Scott

Similar Messages

  • Accessing a JSP file via context URL

    Hi experts ,
    i have a requirement to access a jsp file via context url i.e. /irj/... abc.jsp , can  any one please suggest how to access this , i have a jsp dynpage component in the pagelet folder i have a jsp page, that im not able to access via the context url , and the images that are there in the image folder are accessible via context path i.e /irj/.. abc.gif etc.
    can any one please suggest a solution .
    Regards
    Govardan Raj

              Hi,
              1) what is your "weblogic.httpd.documentRoot=????"
              2) if it is "public_html" put your jsp there.
              Joe
              "Prasad" <[email protected]> wrote:
              >
              >hi all,
              >
              >i am working on weblogic5.1 under solaris platform.
              >
              >my folder hierarchy is as follows weblogic_home/classes/weblogic/sun1/sun2.
              >
              >i have an import statement as follows import sun1.sun2.* in my JSP file.
              >
              >when i access this jsp file from my browser i have an error.
              >
              >the error is import package sun1 not found.
              >
              >i have set my classpath correctly(i feel so)...
              >
              >can anybody help me with this problem.
              >
              >if there is some fault in my classpath please tell me where exactly i should set my classpath for jsp files.
              >
              >thanx in advance.
              >Prasad.
              

  • Possible to Open Maps.app via Browser URL?

    I'm wondering whether it's possible to open the new Maps app via a localised URL that can be bookmarked?
    i.e. mac://home/applications/maps.app
    Does anyone know of such a method?

    Hey Parbinder Johal,
    Great question. On a Mac, you can bookmark this link to automatically open the Maps application:
    http://maps.apple.com/?q
    You can also learn about rules for creating a valid map link at the following resource. For example, this link ( http://maps.apple.com/?q=cupertino ) will open a query of Cupertino, California.
    Apple URL Scheme Reference: Map Links
    https://developer.apple.com/library/safari/featuredarticles/IphoneURLScheme_Refe rence/MapLinks/MapLinks.html
    Thanks,
    Matt M.

  • Calling a Taskflow present in one App using a url from another Application

    Hi,
    I a have a requirement to call a taskflow present in another Application using a url from present JDEV Application.
    Is that possible in JDEV 11g? Can anyone give me an example.
    Thanks,
    User
    Edited by: user617801 on Feb 24, 2009 11:24 AM

    Hi,
    Check out this example . It is for TP4, but it should be the same on WLS.
    Pedja

  • How do you restrict access to certain apps via the use of Time Restrictions?

    Is there anyway to limit the use of certain apps to a time period of the day? I know the time restrictions on this site ONLY pertain to texting and calls, but not email or any other app, such as Twitter or Facebook, etc.

    Well, there are a few different ways to go about it. You could add a preferences page with the admin functionality, and then an admin would just have to click the little pencil in the portlet titlebar. No admin/edit access, no little pencil.
    I have often set the visibility of an ASPX control directly from activity rights, in OnPageLoad, if it isn't postback time. The activity rights should be inherited by the user, through the user's group. Best practise is to create empty groups called Roles, add activity rights to the Roles, and then have the actual groups (that contain users) inherit from one or more Roles.
    You already knew that part, I added it for the others. My personal definition of a portlet is 'polymorphous instance of a web service'.
    So:
    Role: Store Manager (has Edit Shopping Cart activity right)
    ^
    Group: Store Managers (has Store Manager parent group)
    User: Vladimir (inherits Edit Shopping Cart activity right)

  • Pass parameter to apex page via the URL

    Hi, I need to pass a parameter into a page that will be used in a query inside a report region,
    e.g report region query is
    select link_id, page_id, menu_parent_id, link_text, link_url
    from portal_pages
    where page_id = :page_id
    So the page will display different links depending on what value is passed to the page in the variable.
    I know with normal URL syntax it would be something like
    http://www.domain.com/page.html&page_id=1 (where page_id is a hidden variable in apex)
    but how do I do this with an apex page like :-
    http://host:port/pls/apex/f?p=123:9 <what goes here ? and what goes in the page for it to work>
    Any help appreciated - noob to Apex
    Thanks
    Phil.

    If your item to be used in the url is P1_Page_Id, the
    url should be something like:<br>
    http://host:port/pls/apex/f?p=123:9:page_id:&P1_Page_I
    d.
    Thanks for comments, understand the syntax of the apex URLs now, got the item sorted in the page now, all working.

  • Identifyting the Apex app and page no from a particular sql from db console

    Hi,
    I am an Oracle Dba and I would like to know the way to find out the apex application and the page number that is using the sql statement identified by the Oracle dbconsole.For example, from grid or Database console, I can see an expensive select statement under top session with the client ID and the session id( orade:1234567891123).But I am not able to find out the apex application and the page that this current user is accessing.Can anyone assist me on this?

    Normaly, in the EM console you can view the Top SQL and editing it you will see the application id and the corresponding page.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Accessing an APEX page with a URL ...

    Greetings:
    Our users are going to receive emails with an embedded link in the body. When they click on the link, it should open up a public APEX page. I have created the links the way I think they should be. Here is an example:
    http://domainname/pls/apex/f?p=200:NMCI_NIPR_ACCT:::NO:F200_CICO_ID,F200_LINK_KEY:5,V618GH823RMAW5FO9SECG3ANHSYJRW
    The page has an alias of NMCI_NIPR_ACCT. My parameters reference application items, and they are defined properly. However, when I copy this url into the browser, I get the following message:
    Unexpected error, unable to find item name at application or page level.
    Error ERR-1002 Unable to find item ID for item "V618GH823RMAW5FO9SECG3ANHSYJRW" in application "200".
    Can someone tell me what is wrong with my URL syntax?
    Thanks,
    Stan

    Hi Stan,
    I think you may have your parameters in the wrong spots?
    The APEX URL takes 9 Parameters.
    The page items must be in the 7th position (comma separated), and the values in the 8th position.
    You are missing one ':', so therefore you are trying to feed the item names into the 6th position, and the values into the 7th position, where the Page Item names should be.
    This is the reason for the "Unable to find item ID" error.
    Try this:
    http://domainname/pls/apex/f?p=200:NMCI_NIPR_ACCT::::NO:F200_CICO_ID,F200_LINK_KEY:5,V618GH823RMAW5FO9SECG3ANHSYJRWAlternatively I found a good resource which may help:
    http://www.oracleapplicationexpress.com/tutorials/55
    Amanda.

  • Is there anyway to directly go to a module in an app via a URL ?

    Some of my users want to load just one module of the public application I have. Rather than going to www.somehost/app.html and then clicking the menu option to load modulz_x, they just want to do something like
    www.somehost/app.html/module_x
    Is this even possible ?

    Fantastic. Thats exactly what I needed and simple too. Many thanks

  • Hard reset to access 3rd party apps via gprs

    Hi,
    My BB9300 curve runs with OS5, and I'm
    using airtel India carrier. I don't have BIS plan,
    I'm using normal gprs plan to run third party
    apps like opera and whatsapp.
    These apps works well with gprs, but the
    problem is, it suddenly stops working saying
    that no internet connection is available. Then to
    fix this I've 2 do a battery pull(hard reset) every
    time.
    I've also upgraded to OS6, but the above problem still remains. In my observation this problem is maximum whenever I'm travelling and where the network connection will disconnect and reconnect frequently.
    Kindly provide any fixes available for this.
    Thanks,
    Bhavan

    Hello,
    Quite frankly, I don't think that there are any fixes. You see, BBs are designed to work best in conjunction with a BIS-level data plan; they simply aren't designed to work as well without BIS. Hence, since you are using it without BIS, I suspect that what you are experiencing is what you will have to continue doing for as long as you run your BB without BIS.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Deleting mail from the Mail app won't delete from my email account

    Hello, I'm new to macs but I have set up my hotmail accounts on the mail application built into the OS, but when I press delete with an email selected, it gets deleted from the app but not from my hotmail email account. This must be somewhere in the settings, I just cant find it! Any ideas?

    Sorry I should have said, I am using an IMAP connection between Outlook.com (the server for my [email protected] account) and Mail.
    Broadly speaking the setup is working well and i can happily send and receive emails using 'pushed' emails (IDLE command). It just doesn't delete any of the emails on the server if i delete them on the Mac.
    (as a side, the setup also generates 2 emails in the sent folder. But this is another issue on another discussion)

  • I an getting a message,"There is a problem sending the command to the program" when contacting a URL from my email

    when I tap on a blue URL line in my email it starts my browser (FireFox 4) which I just upgraded to. I never had any problem before wit this. Though it says that there is a problem I still get Fire Fox to start up and it goes to the URL listed with no trouble. Whats wrong? Is it that my email does not recognize the new 4? I use Window Live 2011

    See:
    *http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox

  • Hyperion Performance Scorecard - Accessing via parameterized URL

    Hi everyone,
    I would like to access Hyperion Performance Scorecard via a URL using predefined parameters. We want to create matrix in Interactive Reporting which will act a menu. The menu will consist of products in the rows of the matrix and regions in the columns. If the use clicks on a specific cell in the matrix that pertains to a specific product and region I want to then use a URL to access Hyperion Performance Scorecard with the region and product as parameters which in turn will take me to a specific strategy map or scorecard in Hyperion Performance Scorecard.
    Does anyone know how to do this or point me to documentation that will provide insight on this?
    Thanks
    Johan

    Have you checked the documentation ? http://download.oracle.com/docs/cd/E12825_01/nav/portal_1.htm
    HTH
    Srini

  • How to access from the internet an APEX app running in Oracle's VM.

    I'm fairly new to the world of VMs and networking. I have a DB instance with a APEX 4.1 application installed on my host operating system (VISTA) and another inside the VM. Is it possible to get users on the net to access the APEX application inside the VM rather than the one default one? I have no problems with users accessing the vista version.
    regards
    PaulP

    If you can "ping" from outside the VM OS IP , then you can also access the VM Apex.

  • 10.6.7, hardware failure but the hard drive is intact.  I can access the hard drive via Linux.  Need to get mail from Mail.app and from Entourage 2004.

    I need to know a couple of things, but y'all may not have all the answers I need.
    First, I need to know how to retrieve the mail files from Mail.app and from Entourage 2004.  I don't know if this is a valid asusmption, but in my experience with Windows, I know that Outlook keeps everything in a single monolithic .PST file.  Is this the case with either Mail.app or with Entourage?
    Second, I need to know how to access said mail files in a Linux mail app.  The mail from Mail.app is more important than that from Entourage, so it has to take priority.  Will I need some sort of converter program, or is there enough similarity between Mail.app and one of the Linux mail applications that I can simply import it?  (BTW, I'm running Ubuntu Linux 11.04 on my Linux netbook. I wish there was some way I could get Snow Leopard on here.)
    Any advice on any of this problem will be extremely helpful. Thanks.

    PastorLarry wrote:
     I'm running Ubuntu Linux 11.04 on my Linux netbook. I wish there was some way I could get Snow Leopard on here.
    Direct install MacBuntu (based upon Ubuntu 11.04)
    http://www.oslike.se/
    I have it running on one of my single core netbooks.
    WIth your other problem, just borrow a Mac temporariy, drag a enclosure to a Apple Store and use one of theirs, they don't mind as they have Deep Freeze installed on all their machines so changes don't stick upon rebooting.

Maybe you are looking for