Bookmarking Portal pages

Hi,
How can we bookmark portal papges?? I have a requirement where we have to provide a URL and when clicked that should open a Portal page.
How to do this?
Thanks

Hi Santosh,
If you need to tell the users how to bookmark a Portal page, here is what they need to do:
Click on the Options menu button on the top right of the page and click on Add to Browser Favorites
Read more about it here:
http://help.sap.com/saphelp_nw04/helpdata/en/84/a30a48887d4cb690b4f1754f651ba1/frameset.htm
If you want to create a hyperlink to a page you have two options:
1-Use NavigationTarget:
Example:
http://myportal.wdf.sap.com:8100/irj/index.htm?
<b>NavigationTarget</b>=ROLES%3A//portal_content/MyRole/MyRole/MyTest/MyIView
2-Use EPCM.doNavigate():
Example:
<A HREF="myLink" onclick="return <b>EPCM.doNavigate</b>('target')">
This is HTML Link</A>
where target is the PCD path of the Portal object as in:
<A HREF="myLink" onclick="return EPCM.doNavigate    ('ROLES://portal_content/folder1/role1/workset1/iView111')">This is an HTML Link</A>
Read more about it here:
http://help.sap.com/saphelp_nw04/helpdata/en/18/3fb84033a8b533e10000000a155106/frameset.htm
<b>Note:</b> The user will need to be logged into the Portal for these to work.

Similar Messages

  • How can i find the requested portal page in custom login.jsp

    We are using a customized login, logout and change password page built in JSP.
    The wwsso_ls_configuration_info$ has been updated to point to the customized
    JSP pages. Everything works fine so far but we would like to show different
    content inside the customized login page depending on which portal page that
    was requested.
    eg suppose the user requested a page that belong to page group X we want to
    show login page with html content relevant to page group X. If page group Y is
    requested, then it show relevant information for Y.
    The ssousername, password field and other parameter needed for login page will
    be left to the standard names defined by oracle login requirements.
    For this purpose, we need to find which portal page was requested by user in
    the customized login.jsp( as users tend to bookmark the portal page eg.
    http://domain/portal/page?_pageid=33,30983,33_30985&_dad=portal&_schema=PORTAL)
    Once i know the requested portal page, i can parse the _pageid to get the page group.

    Were you ever able to get this issue resolved? I would be interested in the solution if one was ever found. Thanks.

  • Disable Navigation framework of BW iview in portal page of KM Search result

    We have BW Bookmarks in KM as Portal pages and recently we implemented search_from_here option for searching bookmarks of the KM folders. Trex index has been created. Search results of Trex displays the links of the searched BW Bookmarks.
    When clicking on these links BW iview is embedded in the Portal page and is displayed along with header framework.
    Is there a way we can customize link in the search result to launch in headerless portal window.
    Tried to maintain Content link parameters option '3' to display in new headerless window of the bookmark and also maintained NavMode=3 option in the content link of the Bookmark properties under access links but didnt work.
    Thanks.

    Resolved by appending NavMode=3 to Content link URL should launch in Headerless Portal window.

  • Calling portal page

    Is there an API call to call a certain portal page?
    The only way i've found a way of doing this is using the following URL:
    click here
    Where _pageid is different for all pages. This is not very clever in case i decide to change the form at a later stage, or even when i implement the application to a different server the pages might be given different IDs.. So, how can i do this? I'd like to call the different pages (portal pages) using name instead of ID..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Check out the answer to "How can I define a bookmarkable URL for a Portal Page?" from the FAQ, or search for "direct access url" in the online help. It shows you how to call a page by its name.
    null

  • Publishing content from reports server to a portal page

    I have a system with Forms/Reports 6i in a client/server implementation. I have 6i reports server from this on the server tier. I have added 9iAS (minimal install) to get Portal and HTTP server. I have completed the configuration and I can have the portal page submit jobs to the reports server and they are displayed properly.
    But I also wish to run reports from the application. This app submits jobs to the reports server via RWCLI60. I was hoping I could use 'File' as the destype and drop off content into a directory the web server knows about and then have a portal page that will generate links to the files. These could be pdf or html output.
    Can anyone tell me if this is possible and provide a short list of steps to configure it? Thanks.

    there is an example of this on dev2dev, see sample code, "redirect" example
    (dev2dev.bea.com)
    "Lancy Mendonca" <[email protected]> wrote:
    >
    All
    In a webflow how is it possible to redirect to a portal page from a input
    processor.
    The situation I have is as follows. I have a homepage that has a login
    portlet.
    The user enters the username and password and after performing the validation
    and authentication I need to redirect to another portal page that is
    available
    only to logged users.
    Any help will be creatly appreciated

  • Issue in redirecting to portal page from SSO login page

    HI facing issue while redirecting to portal application from SSO login page.please find below basic details
    the application comprises of TAM / Apache / Weblogic, and all the request goes in the same order.
    When the application is deployed as portlet, the jsp page some how hard codes the apache host name, that in turn blocks any form submit or Ajax action.
    so on successful login the redirection is not happening to required portal page as it includes apache host name in the url consrtucted.
    Please suggest me what are the configurations that I need to verify .
    Thanks in Advance
    Jetti.

    If you upgrade to v7.1 you will have all those features and more - PLUS a lot of defective pieces have been fixed in 7.1

  • How to change one iView to another in portal page by clicking the third one

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?QuickLink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one.
    I have thought of placing two VC iView to a same portal page area and defining one of the to be visible and another hidden (by clicking speedometers these properties would change), but I haven't found the way how that could be done in portal. Is there a way to define some OnClick-method to change visibility parameters or url-address of another iView?
    One solution might be¨on the other hand to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • Portal Page Builder Error in Portal Callable Object

    We have created a callable object in GP of type Portal Page or IView
    When we try execute the action from UWL, the following error it shows,
    The portal page builder required to execute this callable object is not available.
    The same concept we tried in 2004s, its working fine.
    Any idea about this error in ce. Highly urgent..

    Not yet answered

  • Portal Applications in Portal Page

    In the newest version of Portal (Oracle9ias Portal Release 2) I'm having the following problem:
    I have a Portal form that I created in Portal. I want to add that Portal form as a portlet in a Portal Page. I can add the Portal Form successfully into the page if I add the form as a 'Item Displayed Directly In Page Area'. However, if I chose the display as a 'Link That Displays Item In New Browser Window ' or 'Link That Displays Item In Full Browser Window', no link appears. In past versions if I selected this option a link would appear in the page that took me to the Portal Form. In this new version, the portlet is added but the link is invisible??? Is this a bug or is there something I'm missing???

    Hi,
    This is a bug. It has already been filed.
    Thanks,
    Sharmila

  • On my mac it doesn't let me bookmark some sites when i drag the icon over or click on bookmark this page. Is there a fix for this?

    When i drag a URL over to my bookmarks or click on bookmark this page (on a Mac BTW) it doesn't let me do it. Not even with the star. Like when i try to bookmark some cell phone forums and gamefaq boards it says "website did not supply identity information" and it doesn't even let me bookmark that page unless i go to a different part of the site. Is there any type of fix for this???

    Hi punisherbv,
    Are you using the beta? it's not fully secure, so try using Firefox 3 instead. If you are already using Firefox 3, it seems like what Firefox is saying is correct- the site is not supplying identity information. So what you could do is go to that exact site, then click on the little golden lock at the very corner of the page. Then, enter the 'permissions' tab and allow everything. Exit, and then try bookmarking the page!

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • How can I collapse all my sub-folders when bookmarking a page?

    In Safari when I go to bookmark a page all my sub-folders and their own sub-folders are shown,
    Is there a way to collapse them all into just the main folders and then being able to choose the correct sub-folder from them to bookmark the page.
    I have about 50 main folders but a few hundred sub-folders so when I go to bookmark a page it's very time consuming and annoying.
    In Firefox just the main folders are shown, so I just choose the main folder and expand that and choose the appropriate sub-folder, Job done in seconds!
    Many thanks in advance [ I hope! :-) ]

    Mackem55 wrote:
    Is there a way to collapse them all into just the main folders and then being able to choose the correct sub-folder from them to bookmark the page.
    None that I know about.

  • How can I bookmark a page without using the stupid star?

    I have used Firefox since the days of Netscape. Now what used to be easy now becomes more like M$ products. I want to get rid of that stupid star that makes things more confusing by placing bookmarks in a generic 'Unsorted Bookmarks' folder that requires further attention to sort my bookmarks when before I did it all at the time that I created the bookmark with 'bookmark this page'. I understand that clicking on the blue star again will bring up the bookmark properties, this is just an inconvenience, adding time wasted. I would like my bookmarks to be like they were in the previous version of Firefox.

    Shortcuts are everything nowadays!
    CTRL + D Bookmarks the page

  • How can i change the default Portal page

    When i access Portal (3.0.9) with my browser it leads me to the well known 'Welcome to Oracle Portal' page (which was installed during Portal configuration). From there i can continue to the login screen, log in and start working.
    Now, i would like to change the welcome screen to another Portal Page, one with my company's info on it. Can anyone tell me how to to it?
    Thanx
    Ben

    Just change the default page of the public user.
    Regards,
    Arnoud Koot
    Oracle Web Consultant
    http://thedoc.nl

  • How to show or hide portlets dynamically on a Portal Page

    Dear All
    1. I have a Portal Page with One Portlet in the top having like 5 Buttons. Each button click should display a separate portlet in the bottom on this same page.
    2. I have Top Portlet. For bottom I have 5 Portlets P1, P2, P3, P4 and P5. On my .portal file, I dragged and dropped top portlet and all these 5 Portlets one below each other.
    3. Now, I am trying to use BackingFile approach at PageLevel/Portlet level, to get the details of button clicked in top portlet (like name etc), and then show only one portlet at a time in the bottom section (using portlet backingcontext show/hide APIs). I do need to compare the bottom portlets defintion_label etc. which is fine for now.
    Is this the right approach...?
    Or do I have to use Portlet Custom Event approach. So top portlet will trigger event everytime button is clicked with some payload. And bottom 5 portlets listen to that event and show/hide accordingly. But in this approach, I have to attach backingfile to all the bottom portlets to listen to them.
    All the portlets are Pageflow based Portlets. Any ideas or any other simpler approaches, are highly appreciated.
    Thanks
    Ravi Jegga

    Hi Kevin
    1. Thanks a lot for the pointers. I will go with Events. So for bottom Portlets, I will use the same BackingFile. But still it is going to be custom Event. Because only one portlet will be shown. So its like my payload will be portlet def label. In Backing File, I will compare this payload with actual dynamic value and if same, show or hide that portlet. Please let me know if this is correct approach.
    2. Now each one of the Bottom Portlets is a complex pageflow portlet with many buttons of their own. So everytime a button is clicked or action is invoked, the Backing File gets called. And I had to somehow know that the same portlet has to be shown or the show/hide logic should not be called. Is there any way, where backing file gets called or just listen for Events triggered only from main top portlet.
    Thanks for the other message, where looks like you already gave lots of pointers. I will go through them.
    I will design and test this out and will keep you posted with my results.
    Thanks a lot again
    Ravi Jegga

Maybe you are looking for

  • Entitlement SignInWithCredentials call not coming from App

    We are putting together our DPS Enterprise solution. We have created a development viewer application including the Entitlement details. The app is installed on a few iPads and we have content that is viewable. So far, so good. We are using a custom

  • GR reversal when lot is processed

    Dear All , We have a case when after GR the lot has been processed (UD given )rejected and the material is in blocked stock . For some reasons the GR for the raw materials have now to be reversed . Please tell me the options for the same . Ram~

  • Filter function for measures

    Hi All, Is there any way to use Filter function for measures also because we have compare dates along with measures as below FILTER("1. Fact - Order"."Order Amt" USING (("Invoice (with fact 3)"."Promise Date (with fact 1 & 3)" < @{date1}{date '2013-0

  • SCCM 2007 Console

    Team, I am trying to install SCCM 2007 SP2 console in Windows 8 system its giving the fallowing error. Please help me in resolving this Site database Connection Failed. Regards, Raghavendra

  • Trying to transfer PS CS 4 to a new computer.  I'm a little lost

    The files appeared to transfer from old dinosaur machine to the sleek new Mac Book Pro, but am getting an error code 150:30.  What do I do? I do not have the product key anymore...many moves.