Hiding Navigator and Builder Links on Account Info Page

Can any one help me to Hide the navigator and builder links in the Account Info page ?
I need a very basic account info page where the user can only change his password. I am hoping that oracle has an easy method for doing this. I would not like to build a customized page if possible.
Thanks

As for any portal page, you just have to set the right acces rules on the navigator and builder pages and the links won't appear.
Also, if you just need a link to change password you can create it in an html portlet, just look at the adress the seeded link points to. You'll also so find some password change portlet in Knowledge Exchange.

Similar Messages

  • How to hide the Navigation and Builder links in edit mode

    I am building a portal that will have outside vendors sharing documents to a site... I would like them to be able to change the file, author or experation date ... but I don't want them to see the naviagtion or builder links when you go into edit mode... any suggestions

    Hi,
    Try with iview "Open on new window" parameter options. Perhaps if you use new window without head, you can show iview without options you don't want.
    Hope this helps,
    Iván.

  • Link BPP Account Info to Activity

    Hi Experts
    I need to somehow link the account info of a Business Partner in BPP, to my a relevant CRM activity.
    So for eg. If I create an activity for a BP in CRM, I want his current account info to pull through to the CRM activity.
    The account info that Im speaking of is for eg. all the accounts that the BP has with the client.
    Please help?
    Best Regards
    Pragasen

    Hi,
    I replaced my Z10 with a new one. I used the Blackberry link to restore the data to my new device. I configured the mails and applications i normally use.
    However i started getting notification in the BB hub for Twitly and some other apps that I cannot guess as only user ID was mentioned in the prompt.
    I had stopped using Twitly about 6 months ago and there fore it should not have been in the backup i made last (the one i sued during restore).
    Please help.

  • HT4623 My sister has given me an old iPod touch 2 I think it is and after resetting the account info to mine the content was wiped and can not load any games now as it runs 3.1.3 and there all saying they need iOS 5 how can I update it to this

    My sister has given me an old iPod touch 2 I think it is and after resetting the account info to mine the content was wiped and can not load any games now as it runs 3.1.3 and there all saying they need iOS 5 how can I update it to this

    I suspect you have the original, 1G iPod touch. Those can only go as high as iOS 3.1.3,
    If y ohave a 2G those can go as high as 4.2.1
    Identifying iPod models
    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    A 2G to 4.2.1. Requires iTunes version 10.X. If a Mac it requires OSX 10.5.8 or later.
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.

  • Dynamically generated Detailed navigation and related link

    Where is the Detailed navigation and related link configured for the ESS/MSS.
    Is it done in the Homepage Framework  configuration?
    I could see different navigation and related links for different worksets within ESS/MSS getting called dynamically. Where is this configured.

    Where is the Detailed navigation and related link configured for the ESS/MSS.
    Is it done in the Homepage Framework configuration?
    I could see different navigation and related links for different worksets within ESS/MSS getting called dynamically. Where is this configured.
    Hello Sir,
    If you haven't made it at this point, this is indeed done via the Home Page Framework via the backend on the following IMG PATH:
    > Cross-Application Components
      >  Homepage Framework
    1. You make a resource available via the Role (via PCD)
    2. You customize every other part as a cascade:
    Define Area group / Headers
      -> Define Areas / Assign Area to Area Group
         -> Define Subareas / Assign subarea to Area
             -> Define Services / Assign Services to Subarea.
    Hope I have clarified.
    Regards,
    Bentow.

  • What are the options "alert" and "passes" under my account info?

    Hi guys, I was going on viewing my account info, and I happened to see some options which I have no idea what are their usage? Can someone tell me what is the option "passes" and "alert" for? Thank you

    Passes will list any season passes you have purchased and still have some left to get.
    Alerts is to notify you of new music from artists you select.
    Go to the artist page in iTunes and scroll to the bottom and click on *Alert me*.

  • HT201272 trying to download purchases and it says"you do not have priveldges to access this network. Please check your network connection." This computer is authorized and I checked my account info and it is correct. Any help?

    I am trying to download purchases made from my Iphone4 and it says "I do not have privledges to access the network. Please check your network connection and try again." I have checked my account info and it is good. I have made sure my pc is authorized and it is. Any ideas? I am on a gateway with windows 7 with all updates. Running Itunes 10.6.3.

    I also have a new iPad and am having the same problem. I have tried all the apple troubleshooting tips and changing the DNS server, as well as setting up a new Apple ID. I already had an ID and it has worked for a year with my iPod. It works on the iPad with apps but not with Facetime or iMessage. I have changed router settings, added Google DNS to my PC as a DNS....nothing. I am at my wits end

  • How to hide welcome user and logout link for only specified pages

    Hi,
    I have few pages in my application like forget password page, in which i don't want to show logout link on top corner and welcome message. For rest other pages its ok. If I edit the template body for doing it then in all pages the welcome user vanishes, where i need to hide it for some specific page only.
    Please give some idea.
    Thanks,
    Chandra Bhanu

    Go to Shared Components/Templates.
    Find the page template that you are using and click Copy.
    Go into the copy and look for &USER. and #NAVIGATION_BAR# and delete.
    Go to each page that does not need the user and navigation and assign the new template.
    This will get rid off the user details and the navigation bar.
    Gus

  • Luakit and magnet links - "Unable to load page"

    Hi,
    I've got luakit with working magnet links handling, but there's one annoying issue. Everytime I open magnet link luakit opens transmission and goes to  "Unable to load page" page. Is there any chance to disable this behaviour? It also spawns new tab to execute transmission. It would be nice to make it "more in the background".
    webview.init_funcs.magnet_hook = function (view, w)
    view:add_signal("navigation-request", function (v, uri)
    if string.match(uri, "^magnet:") then
    local cmd = string.format("%s %q", "transmission-gtk", uri)
    luakit.spawn(cmd)
    return false
    end
    end)
    end
    Thanks in advance.

    Also try changing your code to the following and it'll open magnet links and mailto links using xdg-open. * Note I haven't really tested this, as I have been modifying the webview.lua file.
    webview.init_funcs.navigation_request_decision = function (view, w)
    view:add_signal("navigation-request", function (v, uri)
    if string.match(string.lower(uri), "^magnet:") then
    luakit.spawn(string.format("%s %q", "xdg-open", uri))
    return false
    elseif string.match(string.lower(uri), "^mailto:") then
    luakit.spawn(string.format("%s %q", "xdg-open", uri))
    return false
    end
    end)
    end
    Edit: Any queries about luakit should probably be directed to its main thread in Community Contributions. The project isn't particularly active but occasionally the devs check there.
    Last edited by zoqaeski (2014-06-03 17:00:44)

  • My old computer crashed and I lost my old library of recorded CD's and new music.  I downloaded iTunes again and found my old account info.  How do I add a new CD without deleting all of my music on my iPod?

    My old Computer crashed and I lost my old library of recorded CD's and tunes.  iTunes says I must delete everything off my iPod in order to add a new CD.  It also said I already have an account which I was able to locate.  I don't know how to get into my old account.  I think that would solve everything.  I have Windows XP.  I'd appreciate any input.

    No.
    All iTunes content on your iPod Touch should be in your iTunes library on your computer, and your iTunes library on your computer should be included with your computer's backup along with all other important data - stored on an external drive or some other external media used for backup purposes only.
    When music was purchased on a CD, if the CD was lost and you returned to the store where the CD was purchased with your receipt, were you given a replacement CD?
    The same applies here.

  • I've authorized my computer but some files still protected and asking for aol account info which doesnt exist

    I just got a new computer and I'm bringing my music over.
    I authorized the new computer and imported my music. Most of my music is fine EXCEPT some items are still listed as protected and when I click on them it brings up the authorization dialog box. The problem is these files are looking for an AOL account, which I don't have. These files worked fine on my previous system.
    How to I get access to these protected files looking for a non-existant AOL account?

    http://www.apple.com/support/itunes/contact.html

  • Purchased a TV show back in 2011. Now its disappeared from iPAD. I see the purchase number and show in my iTunes account info page (under the purchase history section) but I have no option to download. Can anyone help???

    I just don't have the option to download.  All I see is the TV Show name, order number and date of purchase.

    This was EXACTLY what I needed about the purchases I made from my device. However, is there a way to re-download other ones you've made from a computer? Because I realized some of them were not just purchased from my device.
    This is a picture of what it looks like now:
    http://tinypic.com/r/107quxu/7
    As you can see, the stuff circled in red doesn't give me an option to download from Cloud Beta because it already says "downloaded".
    any way to get around that?

  • Unable to login to portal and any links in index.html page

    Hi,
    I am not able to login to portal. Only able to login to System information link.
    Whenever I try to login to other links, I have been taken to User input screen. After I enter the username and password, I am getting response as if Page is refreshed.
    Only log geting updated is default trace during this action.
    Few Error messages from default trace file during this action:
    #1.5 #00188B34FD3300590000002E000065BC0004620157F23D55#1233657817007#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#sap.com/tcwddispwda#com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl#J2EE_GUEST#0##n/a##8310f2f3f1df11dda01a00188b34fd33#SAPEngine_Application_Thread[impl:3]_11##0#0#Error#1#/System/Server/WebRequests#Plain###application [webdynpro/dispatcher] Cannot send an HTTP error response [500 Application error occurred during request processing. (details: java.lang.NullPointerException: null)].
    The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: An attempt to write after the stream had been closed.
    Exception id: [00188B34FD3300590000002C000065BC0004620157F23ADA]#
    #1.5 #00188B34FD33006500000035000065BC00046201585A3EDE#1233657823820#com.sap.engine.services.security.authentication.logonapplication#sap.com/com.sap.security.core.admin#com.sap.engine.services.security.authentication.logonapplication.doLogon#J2EE_GUEST#0##n/a##8722f8c0f1df11dd933700188b34fd33#SAPEngine_Application_Thread[impl:3]_4##0#0#Error##Java###doLogon failed
    [EXCEPTION]
    #1#com.sap.security.core.logon.imp.UMELoginException
         at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.logon(SAPJ2EEAuthenticator.java:949)
         at com.sap.security.core.logonadmin.ServletAccessToLogic.logon(ServletAccessToLogic.java:208)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.doLogon(SAPMLogonLogic.java:914)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.uidPasswordLogon(SAPMLogonLogic.java:578)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.executeRequest(SAPMLogonLogic.java:158)
         at com.sap.security.core.sapmimp.logon.SAPMLogonServlet.doPost(SAPMLogonServlet.java:60)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    Regards,
    Nallasivam.D

    Hi,
    have already read this thread:
    it´s nearly the same problem.
    Have you checked if the java guest account is enabled? Please check note 1231650.
    Best Regards,
    Jens

  • Muse + BC, adding a sign up form in a secure zone, and a individual my account secured page

    Hello,
    I having a lot of trouble in the following task I need to do in Adobe Muse and integrate in Business Catalyst.
    1) I need to create a contact form page (with username and login)
    2) I need that this contact form integrates with BC to store my subscribers infos
    3) Then, I need to create a login and username page that when my client logs in, the info that he previously filled in appears to him (as a My Account page).
    4) Of course, this My account page must a in a secure zone area, but each client should have his own personal My account page.
    Is this possible? I think it is. (Muse Theme site is an example)
    Thanks you for the help!!
    Carlos

    Hi Carlos
    Answering the questions :
    1) Publish the site to BC and then create a form on BC end , assign to a secure zone ( which you will have to create ).
    2) You can register users in your site using same form.
    3) Use login form in page where user can login , landing page for secure zone can be made as web app page. Web app needs to be created for customer accounts and in layout you can use different tags to show cases information which user has submitted etc.
    4) Web app is the way out.
    http://helpx.adobe.com/business-catalyst/partner/add-secure-area-your-site.html
    http://www.bcgurus.com/tutorials/how-to-use-business-catalyst-web-apps
    http://helpx.adobe.com/business-catalyst/partner/web-apps-module-create-custom.html
    Thanks,
    Sanjit

  • Is there a way to use Edge as Navigation and Have the rest of the page in HTML

    Hi,
    I want to create a three-column CSS layout.  I want the left column (navigation) to be in Edge and have the remainder (plus header & footer) in static HTML.  I'm new to Edge and am hoping this is possible.  I know it will take some hard work, but before I get started, I'm wondering if this is possible, or should I just code the entire page in HTML? 
    Thanks!
    Jon

    hi jon,
    yes - this is totally possible.  here's a site i'm getting ready to take live next week.
    http://174.120.146.114/~spacemac/
    left nav bar is all edge - rest of the site standard html except for the animated edge banner on the homepage
    create your div placeholders and just drop the edge code in.
    hope this helps!
    best,
    keith

Maybe you are looking for

  • Can't boot G5 even from OS install disk. Help?

    I've trolled the message boards 25 pages deep and searched all the "Can't boot my G5" threads and still haven't found anyone describing what my machine is doing so thought I'd start a new thread in the hopes someone can help me out. Ok I have a G5 du

  • Unique Index Error while running the ETL process

    Hi, I have Installed Oracle BI Applications 7.9.4 and Informatica PowerCenter 7.1.4. I have done all the configuration steps as specified in the Oracle BI Applications Installation and Configuration Guide. While running the ETL process from DAC for E

  • How do I avoid a pop-up from Firefox every time I go from an email back to my inbox?

    I go to my email in-box and click to read an email. When I'm finished, I want to go back to the email in-box. The easiest way for me is to hit the backspace key which brings me right back to the in-box. More then half the time, however, when I hit th

  • Pass parameter in URL?

    Hi Guys, there used to be a forum or KB article about how to pass a url parameter from one page to another to populate a form field on the second page.  I cant seem to find this on the new forums, can anyone point me in the right directions? Cheers M

  • Error"No item information transferred into Accounting"in PRELIMINARY_POSTIN

    Hi Experts, Am trying to PARK the gl doc by using FM of PRELIMINARY_POSTING_FB01......when I tested it in SE37 with my test data.........its worked fine........but, when I implemented the same into my Z prog. of SE38........its failing, even though a