Remove iview from page

Hi,
One of our users has managed to remove the iview from the Portal Theme page in the Personalize popup window. How could he get the iview back?
I believe I know how I could prevent this from happening in the future, but the solution is too late in this particular case.
We are on NW04 SP11.
Thanks in advance,
Gabor

Hi Gabor,
here is how you can achieve ...
1. ...that the users who have removed the "Portal Theme"-iView from the Personalize Page get it back
AND
2. ...they can not remove it again during personalization:
Go to: Content Administration > Portal Content > Portal Content > Portal Users > Standard Portal Users > Standard User Role > Portal Personalization > Portal Theme and click on "Edit".
For the "Portal Theme"-iView Select the Box for "Fixed"!
Hope this solves your problem,
Robert

Similar Messages

  • PCDAPI Remove iView from Page

    I have the following code to remove an iView from the Page (inside the user's Personalizaton Context).
    The program does not error but at the same time, the iView also is NOT removed. Any ideas?
    try
    InitialContext iCtx = new InitialContext(env);
    IiView myIView = null;
    Object currentObject = iCtx.lookup("portal_content/com.es.portal.sales_portal_project_fld/com.es.portal.roles_fld/com.es.portal.portal_home_rol/portal_home_fld/com.es.portal.portal_home_pag/news_feed");
    if (currentObject instanceof IiView) {
      myIView =(IiView)currentObject;
      out.println("yes");
    }else{
       out.println("Not mine");
    IPage myPage =(IPage)iCtx.lookup("portal_content/com.es.portal.sales_portal_project_fld/com.es.portal.roles_fld/com.es.portal.portal_home_rol/portal_home_fld/com.es.portal.portal_home_pag");
    myPage.removeiView("myIView");
    out.println("passed");
    catch(Exception e)
         out.println("error:"+e.toString());

    Here it is. Basically, when I uncomment the line env.put(IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, myUser);, it does NOT remove the iView.
         String uid = componentRequest.getUser().getLogonUid();
                        IUserFactory userfactory = UMFactory.getUserFactory();
                        IUser iuser = UMFactory.getUserFactory().getUserByLogonID(uid);
                        IUser myUser = iuser;
                        String uniqueid, userid;
                        java.util.Hashtable env = new java.util.Hashtable();
                        env.put(
                             Context.INITIAL_CONTEXT_FACTORY,
                             IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
                        env.put(Context.SECURITY_PRINCIPAL, myUser);
                        env.put(
                             Constants.REQUESTED_ASPECT,
                             PcmConstants.ASPECT_SEMANTICS);
                        // Personalization variable
                        env.put(IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, myUser);
                        try {
                             InitialContext iCtx = new InitialContext(env);
                             IiView myIView = null;
                             Object currentObject =
                                  iCtx.lookup("portal_content/com.es.portal.sales_portal_project_fld/com.es.portal.roles_fld/com.es.portal.portal_home_rol/portal_home_fld/com.es.portal.portal_home_pag/com.es.portal.upload_prd_img_ivu");
                             if (currentObject instanceof IiView) {
                                  myIView = (IiView) currentObject;
                             } else {
                             com.sap.portal.pcm.page.IPage myPage = (IPage) iCtx.lookup("portal_content/com.es.portal.sales_portal_project_fld/com.es.portal.roles_fld/com.es.portal.portal_home_rol/portal_home_fld/com.es.portal.portal_home_pag");
                             myPage.removeiView("com.es.portal.upload_prd_img_ivu");
                             myPage.save();
                             IPcdUtils pcdUtils = PcdAccess.getPcdUtils();
                             pcdUtils.publishChanges();
                        } catch (Exception e) {
                             out.println("error:" + e.toString());
                   %>

  • Remove All from Page Item

    Hi!
    I 've a report that does't make sense to use a date with All in the Page Item.
    Can anybody tell me how can I remove <All> from the page item.
    Thanks a lot,
    Leila

    Hi Gianluca
    You are right because I did not understand. Now I do and thanks for explaining otherwise I would have continued down that path for years. :-)
    Ok, what you need to do is to create a new data type within your workbook, then more than likely in conjunction with one or more analytic functions, Discoverer will create the sub-totals and totals that you want.
    Here is an example that may show the principle:
    You can use calculations to create new data types within your worksheet. These new types only exist within the worksheet. You can apply sorts, totals and even base other calculations on these data types.
    Example Data Type:
    Let’s say we want to generate a new data type called Category, and this category has three values
         High
         Middle
         Low
    We want to analyze our sales and work out our top ranking customers, such that customers with:
         Sales > 9,000,000 are High
         Sales > 4,000,000 but < 9,000,000 are Middle
         Sales < 4,000,000 are Low
    Basic Requirement - Syntax:
    IF Sales > 9,000,000
    THEN HIGH
    ELSE IF Sales > 4,000,000
    THEN MIDDLE
    ELSE LOW
    Using a CASE statement, this translates into:
    CASE WHEN Sales > 9,000,000 THEN ‘High’
    WHEN Sales > 4,000,000 THEN ‘Middle’
    ELSE ‘Low’
    END
    Here's an example using DECODE:
    You have been asked to create a report that combines the sizes Small and Mini into a new category called Tiny so that we report
         Large
         Medium
         Tiny – combined Small and Mini
    Basic Syntax:
    IF Product Size = SMALL
    THEN Type = TINY
    ELSE IF Product Size = MINI
    THEN Type = TINY
    ELSE Type = Product Size
    Using a DECODE statement this translates into:
    DECODE (Size, ‘SMALL’, ‘TINY’, ‘MINI’, ‘TINY’, Size)
    Best wishes
    Michael

  • Recieved 404 error after removing "home" from page hierarchy

    I am using JDeveloper 11.1.1.6.0 and I beleive it is WebCenter SP5.
    I am encountering a 404 page when I run an application after I try removing the entry for "home" from the page hierarchy. I also receive the error even if I undo the change in the pages.xml and restore home. I get this in brand new projects as well by following these steps:
    -Create a new WebCenter Portal Framework application
    -Open up pages.xml
    -Delete the "home" entry
    -Save
    -Ctrl+z to undo the deletion of the entry
    -Save
    -Run
    -Recieve 404 after index.html attempts to have the redirect to its default "./faces/wcnav_defaultSelection"
    I am assuming some other files are being modified but I cannot figure out what is going on. I also cannot find any information on how the application determines where to go with the "wcnav_defaultSelection" redirect. Is anyone able to assist with this?

    Hi,
    May I suggest that you enable TRACE logging for oracle.webcenter.portalframework.sitestructure and see what the logs say?
    Also, adding the home page back to page hierarchy (via drag-drop) does not throw the error. It's only when you perform an Undo that the error occurs.
    On further analysis, on "Undo" the home page definition does not get back some of the attributes - the page_parent parameter and the permissions section.
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:07 AM
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:15 AM

  • How to remove data from page after submitting the page?

    Hi,
    I am using API to create person record.After submitting the create page the data are still
    showing on that page.
    How to remove data after submitting the page?
    Please suggest.
    Regards,
    Sagarika

    Abdul,
    Your solution is perfect if the UIX beans on the page do not have BC4J binding with a VO attribute, otherwise, Sumit's soution is appropriate.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                               

  • Unable to add or remove iView to role in user interface

    Hi,
    from last fews days, i am having problem with creation and deletion of ivIews on portal.
    I created one iView and added it to the role which already had some iViews before... But the new iView i had added is not shown to user.. it shows me in content administrator that iView is been added..
      After which i had restarted my server...after restart it shown the iView to user...now i tried to add one more new iView..but still it shown me the same problem..
    I am also unable to remove iView from portal.. i deleted the iView from content administrator..it shows the iView removed from role.... but on user interface this iView link is still seen in detail navigation..
    although on clicking it does not show any content for the removed iView..but link is still present...
    Hve any one faced this issue before...!!!
    regards,
    Jigar Oza.

    Hi,
    did u added the iviews as delta link or copy.
    This sometimes happens if you add as direct copy intstead of delata link.
    Delete the view and save. After that add as delta link and save.
    This may solve your problem.
    Raghu

  • How to Deactivate or remove "Remove from Page"option for iview/page tray

    Hi,
    I would like to deactivate the "remove from page" option in the iview tray for ESS screens(WD iviews). I have made Show tray to NO and it hided the whole tray also tried Show remove to NO but no effect. But instead i would like this option (Remove from page) alone to be deactivated or removed.
    regards
    Bharat.

    Remove from page is the correct setting you need to change. If it doesn't seem to be working, this is normally because a content administrator has done something wrong with the delta links. For example, if an iView is included in a page as a copy (not as a delta link) changing the iView won't change the behaviour in the page. Instead you need to change the iView in the page. This is worst practice.
    You need to do some delta link tracing

  • ESS: Remove from Page

    Hello)
    I'm a new in ESS, so I'm sorry for my fool question....
    ESS Page in the upper right corner has menu
    Open in new Window
    Refresh
    Personalize
    Remove from Page
    When user choose Remove from Page  and then click "Yes"  iView disappears.
    And how do I get back it ?
    Can I remove this item from menu ?
    Thanks )
    Julia
    Edited by: Yulia Kuzmina on Oct 19, 2011 5:52 PM

    Use ctrl right click ie personalisation and make it visible again
    click at the same place to get this personalisation
       Please refer to following link for end user guide
    http://help.sap.com/saphelp_nw04/helpdata/en/12/
    750d40854ee569e10000000a155106/frameset.htm
    The button 'Remove from Page' personalizes the page for that user by
    removing the iview. They can re-add the iView by personalizing the page.
    Edited by: Siddharth Rajora on Oct 19, 2011 7:18 PM

  • How to remove Ivews from compensation profile page..

    Hi EveryBody,
    I want to remove certain Iviews  like Photo,salary data from the compensation profile page .
    The issue is when the user click on the Employee name which is displayed as a link in compensation planning page, another page (compensation profile ) page opens with all the iviews in it which describes the  details of the employee selected along with photo,salary data etcc. I want to remove that photo iview from the page.
    I can find one solution i.e directly making the iviews  invisible in the standard compnesation profile page but this is not a good practise.
    I have copied the compensation profile page to my custom folder and there i can make the iviews invisible but i am not able to get how this page is getting called by clicking the employee name .
    I did some R&D and could make out that the Employee column  which displays the employee name is defined in OADP and that column has a service key which call a resource.In the resource only the Directory path and the object name is mentioned.
    The directory path contains the Application parameters and the object name contains the application name of the compensation profile dc.
    I am not able to get how this page is getting called by clicking the employee name .
    So can any one help me in this.
    Regards
    RRAY

    I know this is an old thread but for other people searching for a solution to this it can be achieved through component customization of component configuration HCM_ECM_PROFILE_OIF.
    Just run appliation customize_component for example from SICF and enter this component in configuration id and FPM_OIF_COMPONENT in component name and create your customizing.
    Br Jan

  • I have hidden unwanted books from the purchased area of the iBooks store, but they're are still appearing on the front page of iOS as cloud downloads, is there a way to remove these from iBooks without using the hide iCloud books button?

    I have hidden unwanted books from the purchased area of the iBooks store, but they're are still appearing on the front page of iOS as cloud downloads, is there a way to remove these from iBooks without using the hide iCloud books button?
    Let me explain a little more. I had downloaded a lot of free books in the past as a trial when iBooks was first released and since then I have decided I no longer want them, because of this I hid them from the purchased section of the iBooks store. The 5 books left are ones I decided to keep as seen in the following picture.
    This is how it appears in iBooks on my mac. There are 4 books downloaded and 1 book that I have decided not to download at this time. I would still like to keep this book available in the cloud incase I want to download it again in the future. You’ll notice that hide iCloud books is not selected, if I wanted to hide the book that I have chosen to keep in the cloud, but have not downloaded yet I could.
    This is exactly how I think this feature should work. If you have hidden a book from your purchases it should not show up in the mac Ibooks app. (I am aware you can never actually delete a purchase, just hide them and that hidden purchases can be restored to your account from within the account management section of the iBooks store).
    The iOS app is working differently for me. Here is a picture of the purchased tab on the iBooks store in iOS Ibooks. Again notice that pictures of Lilly is still yet to be downloaded. This is how I expected it to look.
    If we visit the front page of iOS iBooks the view is very different from what I expected. Here we can see the 4 books I wanted to keep on my device and have downloaded. We can also see the 1 book I wanted to keep, but did not want to store locally on the device and left in iCloud (Pictures of Lilly). However we can also see all the books I had hidden from the purchased section of my iTunes account and which I believe should no-longer be visible, Dracula, frankenstein etc…
    I am aware of the hide iCloud books button within the iOS app, but I did not need to use this to hide the books I had removed from the my purchased section of the iBooks store on the mac, why are they still appearing in iOS?
    I’m still not sure if this is a software glitch or not. This article suggests to me that books can be hidden, but I had already completed these steps.
    https://support.apple.com/en-us/HT201322
    A browse of google also suggests people may have been able to hide past purchases from the front page of iBooks on iOS in the past.
    In case there was an issue with syncing I tried logging in and out of my iTunes account via settings in iOS. Force closing the app, disabling automatic downloads and removing my device from iTunes in the cloud. Syncing with iTunes on the mac did not correct the issue either.
    Interestingly I have the same issue on my iPhone 6 running iOS 8.3 as I do on my iPad mini suggesting that this might be an issue either with my account or with iOS iBooks software in general.
    If there is a way to remove the already hidden iBooks in your account from the front page of iBooks on iOS without using the hide iCloud downloads button? Please help community!

    My apologies for the lack of photos, here is my post again with photos.
    I have hidden unwanted books from the purchased area of the iBooks store, but they're are still appearing on the front page of iOS as cloud downloads, is there a way to remove these from iBooks without using the hide iCloud books button?
    Let me explain a little more. I had downloaded a lot of free books in the past as a trial when iBooks was first released and since then I have decided I no longer want them, because of this I hid them from the purchased section of the iBooks store. The 5 books left are ones I decided to keep as seen in the following picture.
    This is how it appears in iBooks on my mac. There are 4 books downloaded and 1 book that I have decided not to download at this time. I would still like to keep this book available in the cloud incase I want to download it again in the future. You’ll notice that hide iCloud books is not selected, if I wanted to hide the book that I have chosen to keep in the cloud, but have not downloaded yet I could.
    This is exactly how I think this feature should work. If you have hidden a book from your purchases it should not show up in the mac Ibooks app. (I am aware you can never actually delete a purchase, just hide them and that hidden purchases can be restored to your account from within the account management section of the iBooks store).
    The iOS app is working differently for me. Here is a picture of the purchased tab on the iBooks store in iOS Ibooks. Again notice that pictures of Lilly is still yet to be downloaded. This is how I expected it to look.
    If we visit the front page of iOS iBooks the view is very different from what I expected. Here we can see the 4 books I wanted to keep on my device and have downloaded. We can also see the 1 book I wanted to keep, but did not want to store locally on the device and left in iCloud (Pictures of Lilly). However we can also see all the books I had hidden from the purchased section of my iTunes account and which I believe should no-longer be visible, Dracula, frankenstein etc…
    I am aware of the hide iCloud books button within the iOS app, but I did not need to use this to hide the books I had removed from the my purchased section of the iBooks store on the mac, why are they still appearing in iOS?
    I’m still not sure if this is a software glitch or not. This article suggests to me that books can be hidden, but I had already completed these steps.
    https://support.apple.com/en-us/HT201322
    A browse of google also suggests people may have been able to hide past purchases from the front page of iBooks on iOS in the past.
    In case there was an issue with syncing I tried logging in and out of my iTunes account via settings in iOS. Force closing the app, disabling automatic downloads and removing my device from iTunes in the cloud. Syncing with iTunes on the mac did not correct the issue either.
    Interestingly I have the same issue on my iPhone 6 running iOS 8.3 as I do on my iPad mini suggesting that this might be an issue either with my account or with iOS iBooks software in general.
    If there is a way to remove the already hidden iBooks in your account from the front page of iBooks on iOS without using the hide iCloud downloads button? Please help community!
    iPhone 6, iOS 8.3, Also an issue on my iPad mini iOS 8

  • How do I remove my iWeb pages from the Home folder so I can publish to a new host?

    I have moved my MobileMe site to a new service (GoDaddy).  The basic transfer went very smoothly.  With one tiny hitch:  the new URL text.
    IWeb places web  pages in folders, each folder being a  "site." The name of the root folder automatically becomes a "pointer" to the web site -- and part of the URL text.
    My current root folder  is named DavidChartrand -- me.  So..... when I published everything over to GoDaddy the text "DavidChartrand" was attached to my URL. 
    Instead of seeing www.davidchartrand.com in the URL bar, visitors  see:   www.davidchartrand.com.com/DavidChartrand
    GoDaddy staff says this is simply a quirk in iWeb's design.  Fine, but it's annoying.  Is there anyway I can keep using iWeb but somehow remove the root folder.....that is, remove my site pages from the root folder and and then re-publish? GoDaddy tech support swears it  has many former MobileMe/iWeb users who have done this successfully but offered had no idea how.
    David

    The way iWeb publishes its websites, in its own folder, the normal URL is http://www.domain_name.com/Site_name/Page_name.html.  This is a normal URL for any web host.
    If you want to get rid of the site name you will need to publish your website to a folder on your hard drive and upload only the contents of the website folder to your server with a 3rd party FTP client like YummyLite, Transmit or Cyberduck.  That will get rid of the site name in the URL. 
    Of course remove the existing website foldr from the server beforehand.
    I believe the folder you publish to on GoDaddy is named public_html.  You might try renaming your website to "public_html" and publish to GoDaddy.  In theory iWeb will see the website's folder already on the server and publish the website file into it. 
    It works that way with HostExcellence.com which names the home folder the same as the domain name associated with it. This tutorial explains more about it: iW16 - Using HostExcellence.com with iWeb
    OT

  • Opening another iview from an iview in the same page ....

    Hello ....
    I need to open another iview from an existing one in the same page without overwriting the other existing iviews on the page. I am using EPCM.doNavigate() as given below
    EPCM.doNavigate('ROLES://portal_content/com.hersheys.Hershey_Content/com.hersheys.Human_Resources/com.hersheys.hr.sap_mss_iviews/EmployeeExit?SCENARIO_PARAMS=PERNR='+person,0);
    The iview does open in the same page, however i lose the other iviews on the top and bottom of the page ....
    Any pointers??
    Thanks,
    Devina

    Hi Devina,
    Try using IUrlGeneratorService to generate the URL to the required iView, instead of EPCM.doNavigate().
    doNavigate sometimes refreshes the whole page while loading the required iView.
    cheers
    Kiran

  • HT203687 How can I remove apps from my iPhone 5 home page?

    How can I remove apps from my iPhone 5 home page?

    Tap and hold an app until they all start to wiggle, then tap the black "x" on the apps you want to delete from your phone, or drag them to the edge of the screen if you want to move them to another screen rather than deleting them.  Finish by tapping the home button.

  • How to include iview from one page to another using FPM

    Dear experts
    using ECC6 NetWeaver 7
    I have followed this WIKI guide step by step.
    How to include iview from one page to another using FPM?
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=118423928
    On step 4 I couldnu2019t create an Iview based on view u201Cpersonal datau201D u2013 it was not possible.
    The view wasnu2019t there (in comprehend to the  WIKI)
    What could be the reason?
    I have full authorization on the portal.
    Thank in advance for your help.

    Please check this.
    Re: Organizational History iView
    /thread/370447 [original link is broken]
    Regards,
    Sandip

  • How do I remove content from my web page without deleting it?

    Hi,
    I previously created a webpage using iWeb on the domain name that came with dot.mac (now Mobile Me). I want to remove it from the online page without deleting it (I may want to use the content later). I've used other software at work (Morello) and there you would "archive" it. Can anyone please advise how I do it on my Mac?
    Thanks v much,
    Tony

    Tony:
    You can cause an entire page to not show in the site by using the Inspector/Page/Page pane to remove its link in the navbar. That would preserve that page until you decide to reintroduce it into the site.
    As for part of a page, the only way I could think of doing that is duplicating the page and remove the duplicate from the navbar. Then edit the original page to remove the content you want gone.
    OT

Maybe you are looking for