How to deep link to  several pages of an external application ?

HI,
I created an external application named MyApp with UserName and Password fields using the External Application component.
and an additional field as Parameter1 with value SearchPage
I am able create a url referencing the applicatoin such as
/adfextapplogin?extappid=MyApp
I can connect to the application directly, once I provide the username and password.
I need to create deep linking to few more pages in the same application.
I modified the external application definition, by removing the Parameter field.
Created a URL such as
/adfextapplogin?extappid=MyApp&Parameter1=SearchPage
I was expecting that the URL would behave the same way as I created in my first step, But the application did not go to the search page
instead it went to the landing page only.
Is there a way to define one external application definition, and use that definition to create multiple urls pointing to different destination pages ?
I appreciate your help.
Thanks
Sam

Thanks for the info. I reviewed the link, I could not find the information I am looking for. Is it possible that, there is a typo .
Can you please check and provide the correct url, if the url is correct, can you point me to the correct section in the doc, I could not locate information related
to using external appliation connections for additional access

Similar Messages

  • How to Auto LInk to a page

    I'm new to using flash in websites, and i need to know how to
    automatically link to a page at the end of my flash movie. I need
    to know what code to use and exactly where to put it. Below is a
    copy of my object code. Any help would be great. Thanks!
    <object classid="clsid
    27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
    id="intro" width="750" height="580">
    <param name="movie" value="intro.swf">
    <param name="bgcolor" value="#000000">
    <param name="quality" value="high">
    <param name="allowscriptaccess" value="samedomain">
    <embed type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    width="750" height="580"
    name="intro" src="intro.swf"
    bgcolor="#000000" quality="high"
    swLiveConnect="true" allowScriptAccess="samedomain"
    ></embed>
    </object>

    Hi,
    You need to put the code inside your flash movie rather than
    in the html that you have shown.
    Open your movie and make a new keyframe on the last frame of
    your movie. Then open your actions panel and place the following
    code in....
    getURL("
    http://www.yourwebsite.com");
    Cheers
    Alan

  • How to create links to other pages i create??

    I have finished my "homepage" and it has 5 buttons on it.("home",
    "Contact us", etc.).
    I have no idea how to create links to other pages i create.
    For example, if the user clicks on "Contact us", i wnat contact information
    to appear. So, do i create another html document that will contain contact
    information and then call that page whenever the user clicks "Contact us". Or
    do i just create another applet that contains contact information and display
    the applet in the appropriate area, whenever the user clicks "contact us".
    Hope that wasnt confusing. Bascially, I am sitting here looking at my buttons, not knowing
    what code to put under the actionPerfomed part of each button.
    thanx
    trin

    ... judging from your question... the best way i think is to create another page...
    .... so when ur user clicks on Contact Us..... he/she will be taken to another page...
    there are other techniques besides this.... but it is always better to stick with the easiest one
    ... so you need to create separate pages for all of your links....
    ... if you have any questions... let me know
    .... have fun

  • What is a deep link? How to get a deep link of a page and get it displayed in another page or iview?

    I  am asked to get the deep link of a particular iview in a page in ESS role and use it in another page so that the users can easily navigate to the deep linked contents..

    Hello Ajeeth,
    maybe you should ask the person who gave you the assignment, what they mean by "deep link".
    Regards,
    Steffi.

  • 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

  • How would one link a landing page within a Campaign?

    I am trying to figure a way in which a user can be directed from my audience app on to a landing page all within a campaign.
    The landing page button does not have any connectors, like the other buttons - I can't connect it / add it to the current workflow.  Why are there no buttons displayed, how can I add the landing page to this work flow.  Please note the attached image.
    Thank you!

    Technically you can't "send" an audience to a landing page, it's on the canvas for reporting purposes only. If you link to that landing page w/in the email - it will draw a line for you connecting the lading page to the email once you click save.

  • Apex 4 - Flash Chart - How to open link in same page

    Hi,
    I need help in apex flash chart development. I want to open link in same page. Currently it open in new window with existing page intact
    I have created a flash chart.
    Below are setting
    Chart Type 2D line
    Series Type : Line
    Series siurce : sql query
    elect '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link,
    capture_date,
    round(sum(TOTAL_MB)) "Total_MB" ,
    round(sum(USED_MB)) "Used_MB" ,
    round(sum(FREE_MB)) "Free_MB"
    from SST.TABLESPACE_USAGE_HIST
    where DBNAME = :P15_ORACLESID
    group by capture_date
    order by capture_date
    Problem: when I run this page, chart is displayed. Now if I click on the series value of chart, it opens page ( '?p=&APP_ID.:2:&APP_SESSION.::::P2_ORACLESID,P2_CAP_DATE:&P15_ORACLESID.,'||capture_date link) It opens page 2 in new window. I want it to open in same window. Am I missing something ? Is this possible ? Is there anything I can change to achive this functionality
    Please help

    Hi All,
    I have an issue with Anychart link, can you please help me.
    1. I have created HTML region in a page with
    <div id="sampleClick">
    <div id="sample1">
    <script type="text/javascript" language="javascript">
    function ChartSample()
    var ChartSample = new AnyChart('/i/flashchart_v5/swf/AnyChart.swf');
    ChartSample.width = "500";
    ChartSample.height = "400";
    var ChartData = new htmldb_Get(null,$x('pFlowId').value,
    'APPLICATION_PROCESS=FINANCE_020',0);
    gReturn = ChartData.get();
    // prompt("xml",gReturn);
    ChartSample.setData(gReturn);
    ChartSample.write("sample1");
    ChartSample();
    </script>
    2. Then created Application process with "On Demand Run this application process when requested by a page process." in PL/SQL Anonymous block
    select 'f?p=&APP_ID.:136:&APP_SESSION.::::P33_ID:' || YEAR link,DECODE(period,1,'JAN',2,'FEB',3,'MAR',4,'APR',5,'MAY',6,'JUN',7,'JUL',8,'AUG',9,'SEP',10,'OCT',11,'NOV',12,'DEC')||'-'||year "MONTH",round(SUM(ytd_revenue)/1000000,2) YTD_REV from t_tc_qpcq2052
    where cntry='IND' and category='20'
    GROUP BY year, period
    ORDER BY YEAR, period
    I am able to see the chart, but I am not able to open or pass the value from one page to another page when I click the bar chart.
    Can you please help me on this.
    Thanks in Advance.

  • Joel: Deploying several pages of a multilingual application

    Hi,
    do anybody have experience how to deploy only some pages of an application with their translation files, without be forced to deploy the whole application.
    I do know the site to deploy a whole multilingual application:
    [http://iadvise.blogspot.com/2006/12/apex-deploy-your-multilingual.html]
    What I tried:
    - deploy the application from the development system to a different APP_ID on the target system
    - copy the concerned pages from the deployed application to the target application
    - importing the translated textfile for the concerned pages from the development system to the target system
    --> this doesn't work!
    Background is, we are several developers on a master application. This master application consists of page bundles. Each page bundle represents a closed function within the master application.
    I'm searching for a possibility to deploy a special function (represented by several pages) without to be forced to deploy the whole application everytime.
    Thanks for any hint.
    Joel, Arie told me you are the real expert of that issue.
    Norbert
    Edited by: Norbert2 on Jul 15, 2009 11:23 PM

    Hello Norbert,
    >> Is there a chance to alter the id on one system to make it the same?
    The workspace ID is a column in more than one APEX metadata table (and not always under the same name), so externally and manually changing it is not really an option.
    >> …what do I have to do with the existing application before I delete the workspace from the target system …
    Deleting a workspace with live applications is a bit radical. I understand that the target workspace don’t share the destination workspace ID. Do they share the same name? If not, you can create a new workspace, by importing the original (source) one. It’s possible for more than one workspace to be associated with the same database schema, so all the other applications will share one workspace, and the multi-lingual application will have its own workspace. Of course, this will not work if source and target workspaces share the same name.
    In this case, deleting the destination workspace, and creating a new one, by importing the source workspace is an option, although a scary one. First, you should make sure you have viable and working backups on the database level. Only then, you should export all the current applications, and continue with deleting the current workspace, and importing a new one. With the new workspace in place, you can import all the applications back.
    You can use the APEXExport.class (Java) utility, which allows you to export all the applications in a specific workspace. You can find it under the ‘utilities’ directory, in the APEX distribution files. Searching this forum will yield several threads on this utility, including a specific blog entry made by Jes (John Scott).
    Another option you have is to use Oracle SQL Developer to export all the applications, although similar to the internal APEX export wizard, you’ll have to do this one application at a time.
    >> Do I have to translate all again after import the applications to the new generated workspace …
    No. As you basically have the same workspace as the original one, you can seed the main language application, and then to upload your original XLIFF, which contains all the translations you made.
    Deleting a live workspace and creating a new one can be a tedious task, and very risky one. Don’t look for shortcuts, and make sure you have good backups to fall back on.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • How can I change the default program for the external applications editor?

    I have read the on line directions for this and it reads "select a file type in the left pane."   I do not see where this is in the left pane.  All I see in the left pane is "Browser start pages" and a "How do I " Pane.  Nothing with file types.

    Hello,
    Welcome to Adobe Forums.
    In order to change the default program for the external applications editor. Please follow the steps as mentioned below.
    Click on Edit menu then choose preferences.
    Once the preferences dialog box open.
    click on file editors.
    On the Left pane you will find all the file types which you want to edit .
    On the right hand side you will find the editors for that specific file type.
    If you want to add any other application you need to click on + symbol at the top of right pane.
    Select the path of that application which you want to apply.
    clcik on open.
    If you want to make it primay you can click make primary option available at the right hand top. For more detials please check the screenshot below.
    Regards,
    Rajeev

  • How to grant privilege to Change Stored Password in External Application ?

    Hi,
    I have added an external application in portal but if I did not grant manage privilege for the page that I have added "External Applications Portlet" then the users are unable to change stored password. How can I grant users to do this action only?

    You cannot log in by supplying a password's hashed value. You should supply the real password. The SQL Authenticator (or the ReadOnlySQLAuthenticator) in the Weblogic Server then will calculate the hash value of the password you supplied and will compare it with the hash value stored in your database table. Of course, in order to do that you should configure the SQL Authenticator to retrieve the hashed password values from the DB table with the appropriate prefix (e.g. {SHA}, {SSHA} or {MD5} depending on the hashing algorithm you used for the passwords in the DB table) in order for the WLS to know which hashing algorithm to apply.
    Dimitar

  • How do you pass an ActiveX Variant from an external application to LabVIEW?

    Background: I created a LabVIEW ActiveX server. I can access it with my external application (Matlab). I have a control variable in my LabVIEW executable. I want to use Active X to set the value of my control variable from my external application.
    Documentation: The only reference in the documentation for this task is in the Using ActiveX with LabVIEW in the LabVIEW 2009 help. It simply says "Use the variant control and indicator to pass data to or from ActiveX controls." I also went through all the ActiveX examples in the example finder and did not find any vis that passed variables using ActiveX.
    Questions:
    What should my control variable look like in LabVIEW? Should it be a refnum, a variant, or a data type? Does it have to be wired to a vi connector?
    Do I need to do any magic on this variable, such as change its properties?
    How do I pass the value from my external application to the variable in my LabVIEW executable?
    Thank you.

    Hello Lyn,
     The control variable should be a refnum and it would have to be wired to Automation Open with the correct reference.
    Here are some great examples of using ActiveX Server in LabVIEW
    LabVIEW Executable Used as ActiveX Server in LabVIEW
    http://decibel.ni.com/content/docs/DOC-9647
     Calling ActiveX Code from LabVIEW
     http://decibel.ni.com/content/docs/DOC-9073
    Andy Chang
    National Instruments
    LabVIEW Control Design and Simulation

  • SSO problem when redirecting from a JSP page to an external application

    Hi,
    I try to make a redirect from a JSP page (that is under a SSO protected application on iAS) to another page from another application, on an external iAS server, also protected by (a different) SSO. After the redirection is done, the login window appears, I enter the login name and the password and after that I obtain the followin error:
    "Oracle SSO Failure - Unable to process request
    Either the requested URL was not specified in terms of a fully-qualified host name or OHS single sign-on is incorrectly configured.
    Please notify your administrator."
    In the logs og the server I found the following:
    [OSSO] W05: Requested URL is not specified in terms of fully-qualified host name or invalid SSO partner configuration. Host from request
    mycompany.com:7777, registered host 144.147.147.200:7778.
    (the ip address being the address of the mycompany.com host).
    Any clue about this? Thanks a lot in advance!
    Regards,
    Marinel

    Hi Carlo,
    Thanks for your answer.
    The JSP original page is not added as a partner application to the second SSO server.
    The idea was that the user should insert first the login name/passwd for the first server, after being logged in, then redirected to the second application (on a different server), insert the login name/password for the second application and then load the 2nd application page. It seems that is not working after inserting the password for the 2nd application.
    Coming to a more general question that could help me to avoid this complicated approach: is it possible to have two different applications deployed on two different iAS servers and the two applications to use the same SSO (let's say the one from the first iAS server)? I have to mention that the process scenario is the following: the user load a page from the first application (protected by SSO), then, after successfull login and some processing in the first app, he will be automatically redirected by the first app to the second application, on the second server. I want to have also the second application, on the 2nd server, protected by SSO (ideally would be the same SSO as the first one!). Ideally the scenario would be: if it is redirected from the first app and the user is already authenticated, the automatic redirection should be done transparently for the user (without enetring the password again). If the user goes directly from the browser to a page of the second app, the SSO login window should be displayed and the user should provide his password.
    Is such a scenario possible on two apps deployed on two different servers?!
    Thanks a lot again!
    Regards,
    Marinel

  • How do I link to another page in the same iBook?

    I am trying to link from within the text of my book to another page in the same iBook. How do I do that in iBooks Author?
    For example...
    The text on page 1 might read.... "If you'd like to jump to the page on herbivores, click here". And that text would be linked to page 49, which is about herbivored.
    Any ideas? Greatly appreciated!!

    It looks like I figured this out by playing around with it.
    The reason that I couldn't bookmark the text earlier is that I had created a text box and entered text in there. When you create a text box, that text is not recognized by the bookmark widget. However when you type directly into the page template itself, it recognizes the text just fine. I'm able to set bookmarks and then link to those bookmarks using the hyperlink featuer. Looks like it's solved, I was just trying to use the wrong tool for text entering.
    Thanks for your help Don, you've been great!

  • How do I link all site pages to a new site page?

    Hello,
          I'm using Dreamweaver cs4 on a windows pc. I have 12 pages in my site with a vertical spry navigation bar. Each time I create a new page I then add that to the spry navigation bar. All the other pages don't show that new page in the nav bar. So, the spry nav. needs to be update site wide. Is there a way to update the spry navigation bar site wide in just a few clicks? Is there an easy way to link all the other page back to that new page? I have a template made but all my site pages are now detached from that template. Everytime I saved the template as a html file to create a new page the navigation bar had the word template in it so I just deleted it out of the code. As you can probably tell I'm pretty new to dreamweaver so any help will be greatly appreciated to say the least. I've checked pretty much everywhere I can think of for the answer
    Thank you for taking the time to help, dluthier

    Is there a way to update the spry navigation bar site wide in just a few clicks? Is there an easy way to link all the other page back to that new page?
    Yes, there are ways to have all the pages update when you make changes to a navbar.  However, the way you describe the situation, you currently have to do it all manually.
    Easiest way to update a navigation bar:
    1.  The use of serverside includes  -  here's a basic tutorial explaining what a SSI is and how it's done.
    http://bignosebird.com/ssi.shtml
    2.  The other is the use of templates - which you've tried.
    I have a template made but all my site pages are now detached from that template. Everytime I saved the template as a html file to create a new page the navigation bar had the word template in it so I just deleted it out of the code
    That's where you went wrong, you don't save the template with a new name and save it as a html file.  You need use:  Create New>from Template.  This way you create a new page from the master template and save it into the root of your site - and this is called a 'child page'.
    Using DW Templates:
    http://www.adobe.com/devnet/dreamweaver/templates.html
    The differences between using SSIs and DWTs (template file):
    With a SSI file, you make changes to the file and all pages with the include will will update automatically and you only need to upload the one SSI whenever you make a page.
    If using a template, whenever you make a change, again all child pages are updated, but you have to upload *all* the changed pages.
    Hope this helps.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/

  • How is Define Links on Confirmation Page-link list key linked to iviews?

    Hi All,
    Although there is no ESS in MSS as such in our new portal (hompage framework), we have configured it as much as we could, so that it was similar to the previous ESS in MSS.  We have used a copy of the ESS address iview for the ESS in MSS emergency contact.
    The trouble is that the links on the confirmation page are trying to resolve to ESS rather than resloving to an option in MSS.  E.G. the Go to Address Overview link is trying to resolve to the address overview screen in ESS rather than MSS.
    I have  checked the parameters on the view and there does't appear to be anywhere that you can assign the lnk list key.  Similarly I have checked the resources and the services parameters and have nowhere to put this key.
    So my question is, how exactly is the link list key attached to an iview? In our case the iviews are in 2 different PCD's so how can I create a zlink list key and assign it to the copied address iview?
    Many thanks,
    Liz.

    The confirmation links are defined in V_T7XSSSERLNK - as far as I can see they are linked to services not iviews
    defined in HpF
    Also "ESS in MSS" is available as "Self-Service for My Employee" in MSS Related Activities for certain SAP releases
    Best wishes
    Stuart

Maybe you are looking for

  • IPod Updater

    Hi, I am experiencing a problem with the iPod Updater: 2006-01-10. When I connect my iPod to my computer, and open the iPod Updater, a message comes up saying 'iPod manager internal error.' What should I do. Yesterday when I tried, it said 'iPod serv

  • Customizing hcsp file.

    Hi, We are creating site-studio content using contentwizard.hcsp file. We are launching https://<server-name>/cs/resources/wcm/custom/sitestudio/contentwizard/webcenter/contentwizard.hcsp?dSecurityGroup=Public&cpRegDef=REL3_UPDATE_REG_DEF&cpIframe=tr

  • Ironport Message Tracking Logs

    Hi, Am unable to post this in the Ironport Security section due to the restricted access on my Cisco support login ID. I need to export the message tracking logs for a particular user for the last one year (or the period for which logs are available)

  • I want to buy a locked iphone in Budapest - What if tomorrow I decide to move to another EU country ?

    I just can't afford a unlocked iPhone very right now, however a life with no iPhone is hard Actually I'm in Budapest and there is some chance for me to move out in less then 1 month (this can't happen also). I just wondering... My iPhone will be lock

  • How to import 2 separate audio tracks and keep them separate?

    I need advice about importing two separate simultaneous audio tracks and keeping them separate. I am importing footage from my Sony PDX-10 DV Cam. In the field I had wireless microphones on two people, a man and woman. I interviewed them separately.