Using apex url to link to a page in another application

hi all.
i have 5 applications based on same schema in a single workspace. now i intent to have a single page with 5 button from where i will call all those 5 applications' home pages.
i used following syntax for URL Target on a button to check it but it didnt work.
          f?p=102:101:&APP_SESSION.
  i can very easily to a page in same application (offcourse) but i want to ask that can we link to a page which is in another application in same workspace
bundles of thanks in advance.

Check out this link
http://apps2fusion.com/at/64-kr/413-maintaining-authentication-between-apex-applications

Similar Messages

  • How to use tab to link to other page in other application

    Hi all,
    I noticed that tabs does not have the option URL for the Target. It only has current page.
    Is it possible to link a tab to a page in another application in the same workspace?
    Thanks.
    Allen

    Hi Allen,
    Lists are more useful and flexible in that case, you can apply a tab template on them.
    Out of the box, tabs don't allow you to navigate to url's like you want to do. What you can do, navigate to a page in your current app and have in the header a redirect to the other app.
    Make sure you transfer your session (and authentication) to the other app, otherwise you need to login again.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • Menus created using manual won't link to other Pages

    Created a site and had a menu created using manual which was linked to sub pages within the site. The menu was for specific pages not requiring access from the sites top level menu.
    The menu was working but now it is not possible to edit or replace the menu as there does not seem to be any way of adding the link to the required page. The dropdown box to the side of hyperlink stays greyed out and can't be accessed. This is only happening to links added using the menu widget under manual, ordinary text links seem to be OK.

    Welcome to the Apple Discussions. Confirm that there are no objects overlaying the navbar. How did you change the background, from the Inspector/Page/Layout pane?
    Happy New Year

  • Annoying window switch in Mail Using Safari's "Mail Link to This Page..."

    Anyone else have the annoying problem where they use Safari's "Mail Link to This Page", and it opens a New Mail Composer Window, but then opens Mail's main window right over it, forcing you to switch back to the Composer window?
    Only seems to happen when Mail has NOT been running. The main Mail window seems to be programmed to take centre stage when it's opened. Very annoying bug!!

    I have Eudora as my default Mailer in Leopard and don't get that, jfyi.

  • When I attempt to email a link using "File" then "Mail Link to this Page", I can't.  I get a message saying "...Safari can't find an email application." even though I am using mail. Why can't !?

    When I attempt to email a link in Safari using "File" then "Mail Link to this Page", I can't.  I get a message saying "...Safari can't find an email application." even though I am using mail. Why?

    I got it - no need to respond.  I went to Mail Prefs, General, Defalt Email Reader, and rechose Mail.  Problem solved!

  • Generalizing the return page number when linking to a page in another app

    Hello.
    I know how to link to a page in another app within the same workspace. However, my problem arises when the user tries to go back to the page in the first app.
    Is there a way to "generalize" the "return path". I do not want to hard-code the return page number within a "back link" element on the target page. I was wondering if there is some sort of substitution string I can use in the return http address that automatically "knows" what the returning page number is. Hope I'm making sense here.
    Thanks for any help/advice.

    Funky:
    I have tried some work but no success
    I don't know what you are asking of me. I have given detailed step-by-step instructions on how to implement what I suggested earlier on in this thread. Look at my postings on 9/13/2006. What part are you having trouble with?
    Could you be more specific?
    I'm afraid I am going to have to ask you the same question.
    if page is not submited (called through Tab)
    Apex standard tabs do submit the page and fire after-submit computations defined on the calling page before branching to the "current" page for the tab you click on.

  • Linking to a page in another page group

    Can someone tell me whether it is possible to create a link to a page in another page group? If yes, how?
    Thanks in advance,
    John

    Here is what I have done to get around this. It appears to work with a quick test. Let's say that on a page in page group B I want to navigate to pages in page group A. In page group A I create a navigation page with my links - lists of objects, page links, etc. As noted in the discussion I can only add pages from page group A to this list. Then I publish this page as a portlet. On my page in page group B I add a small (narrow) portlet region and add my page group A navigation portlet with the page links to it.
    The limitation to this approach is that I cannot mix links from different page groups in my portlet, but if I needed this effect I can always make a series of little navigation pages from different page groups and intersperse them as portlets on my page group B page.

  • Page-link linked to a page in another pagegroup

    Hi,
    Is it possible to make a page-link that is linked to a page in another pagegroup ? If yes, how ?
    Thanks for your help,
    Jean-christophe

    I would like to know this too. I found this link on OTN that discusses the same issue and mentions a bug in 902, but cannot find this bug referenced on Metalink.
    Re: Linking to a page in another page group
    It is surprising that such a bug exists, this is basic portal functionality.
    Anyone have additional information?

  • [CS3 JS SDK] Possible to Use HTTP URLs for Links?

    I am attempting to use JavaScript to implement a connector from CS3 (InDesign/InCopy in my case) to our content management system. Our CMS provides an HTTP-based API. By using the HttpConnection object (from the Bridge code, see posts on "httpwebaccess library") I can access our repository using HTTP URLs and, for example, get an InDesign document or INX file (and the UI support in CS3 scripting makes it possible for me to build all the UI components I need without having to write a true plugin).
    However, what I *can't* seem to do is create Link objects that use a URL, rather than a File, to access resources.
    My goal is to be able to store in our repository InDesign documents that use URLs to other resources in the repository for links (e.g., to graphics and InCopy articles).
    However, as far as I can tell from the scripting documentation and my own experiments, the URL property on Link is read-only in JavaScript (even though the scripting API HTML indicates it's a read/write property) and Link instances can only be constructed using File objects.
    My question: have I missed some trick in the scripting API (or elsewhere) that would allow me to create links that use URLs instead of files (and having done so would InDesign resolve those URLs?)? Our repository does support WebDAV, so that might be an option, but it would depend on mounting WebDAV services in consistent places on client machines, which is dicey at best, given the weak nature of the WebDAV clients on both Windows and OS X).
    Or are my only options to either copy linked resources to the client's local file system (or a shared network drive) or implement a plugin that implements my desired behavior for links?
    And if the answer is a plugin, will that even work?
    This is in the context of CS3. Has the Link mechanism changed at all in CS4 such that I could do what I want in CS4 where I cannot in CS3?
    Thanks,
    Eliot

    Hi,
    It is not possible to use HTTP URLS in CS3. You will have to create a plug-in to use Custom Data Links.
    I think it is possible to use HTTP URLs in CS4 as per the User Guide.
    Regards,
    Anderson

  • Is there any way to fetch second webpage url after navigating from one page to another on chrome browser?

                string sCurrentURL;
                string sExpectedURL="http://www.xyz.co/";
                BrowserWindow _bw = BrowserWindow.FromProcess(proc);              
        string sURL=UIMap.UIWindow.Uri.ToString();
                HtmlHyperlink objLogoLink = UIMap.UIWindow.UIDocument.UIHyperlink;          
    //Navigates to "http://www.xyz.co/" link after click on logo
                Mouse.Click(objLogoLink);            
                 Playback.PlaybackSettings.ShouldSearchFailFast = false;
    //At this line of code I am getting issue on chrome browser
                sCurrentURL = _bw.Uri.ToString(); 
                Assert.IsTrue(sCurrentURL.Equals(sLogoURL));
                _bw.NavigateToUrl(new Uri(sURL));
    After clicking the logo link of the page, it navigates to other url. I am successfully able to get the url for firefox and IE.  I am facing issuein chrome.
    Any suggestions?
                 

    Do you use this extension tool Selenium Components for Coded UI Cross Browser Testing?
    Yes I used this extension tool. I am using only BrowserWindow name as search property.
    Error : 
    stale element reference: element is not attached to the page document
      (Session info: chrome=41.0.2272.89)
      (Driver info: chromedriver=2.8.241075,platform=Windows NT 6.1 SP1 x86_64)
    I resolved this issue using separate BrowserWindow object for each page. But i am not able to understand why BrowserWindow _bw object created from process object ( BrowserWindow
    _bw = BrowserWindow.FromProcess(proc); ) get detach when navigate to other page....
     string sCurrentURL;
     string sExpectedURL="http://www.xyz.com/";           
     string sURL=UIMap.UIWindow.Uri.ToString();
     HtmlHyperlink objLogoLink = UIMap.UIWindow.UIDocument.UIHyperlink;          
     //Navigates to "http://www.xyz.co/" link after click on logo
     Mouse.Click(objLogoLink);
     sCurrentURL = UIMap2.UISecondPageWindow.Uri.ToString(); 
     Assert.IsTrue(sCurrentURL.Equals(sLogoURL));

  • Linking to a page in another pdf

    Using ID, is it possible to create a pdf that will have a link to a specific page in another pdf?

    Indeed it is
    Select your text and open the hyperlink panel (Window>Interactive>Hyperlinks)
    In the Hyperlink Window in the panel insert the location of the PDF on the internet (copying the url is usually the best way)
    For example:
    http://www.adobe.com/content/dam/Adobe/en/products/indesign/pdfs/creating-accessible-pdf-d ocumentw-with-adobe-indesign-cs6-v3.pdf
    If you suffix the link with
    #page=3
    It will open on that page!
    http://www.adobe.com/content/dam/Adobe/en/products/indesign/pdfs/creating-accessible-pdf-d ocumentw-with-adobe-indesign-cs6-v3.pdf#page=3
    Happy InDesigning!

  • How to add link to specific page in another PDF

    I'd like to create a link within a PDF to a specific page in a different PDF. As far as I can tell, the Create Link tool will only allow me to open another PDF on page 1. I know you can link to another page in the current PDF, but I need to link to a separate PDF. I have also found info on mechanisms for opening to different pages, but these are for opening using browsers or code.
    So, is it possible to link create a link in a PDF to a specific page in another PDF?
    Thanks for any suggestions.
    - John
    PS - I'm using Adobe 7.0 Professional.

    Try this...
    You can link to a specific page in a specific PDF from a bookmark. You navigate to the new view (page of a PDF) when creating the bookmark.
    When you want to do that with a link (as in selected text in the body of the PDF) you have to do it in two steps. Use any file open to create the link, then edit the properties of the link, select the Action tab, and change the action to Go To A Page View.
    That's how it works in Acrobat 8, but I'm betting it's the same in 7.
    Bear

  • Copying a link from one page to another in safari

    Hi
    I am trying to copy a link from one one page to another, it will let me copy but not paste, any solutions?

    In Inspector go to Link and select Link To: One of My Pages. You will be able to select the blog page.

  • How to use Go URL to Navigate from one report to another

    I have used Actionlink option to navigate from one report to another, It is nopt working on the dashboard because i used presentation variables in my first report and its throwing me an error below, I have to pass on id from one summary report to detail report, I have created Go URL, Do i need to use that URL in my summary report column formula ?
    Need some info ~ Thanks ~Srix
    An invalid object was accessed during evaluation.
    Error Details
    Error Codes: QBB4RZQS:SDKE4UTF
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Expression: report.variables['TimePeriod']

    Hi ,
    Please refer the below threads.
    How to Navigate from one report to another report based on column values
    Navigating from one report to another report
    Re: Navigate from Report 1 to Report 2 using Go URL
    Award points it is useful.
    Thanks
    satya

  • Template error while copying page from another application

    I am copying a page from one application to another within the same workspace. The page I am copying has several customized template that it uses. When I copy the page to the other application all goes well until I get to the step of assigning the Templates. Instead of seeing the list of templates used and being able to change them for the new page to match with the page i am copying, i get an error in the Templates area that says:
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Anyone else run into this? Is this because of the number of templates? I have added several new customized templates. The pages all work ok, its just when i am trying to copy a page from one application to another.
    Thanks,
    John

    I'm seeing this behavior as well, but in the Authorization Schemes & LOV sections of the copy. I can continue with the page copy, but the LOV & Scheme information is lost and needs to be manually re-entered. Would love to get a fix for this!

Maybe you are looking for