Navigation iview properties update

Hello,
I've modified the properties of the view but I see no change in the page. Should I "compile" or "refresh" the page, if yes how ?

Hi,
To hide the favorites you will have to set the property in the "Page Title Bar" iview. Goto Content Administration --> Portal Content --> Portal Users --> Standard Portal Users --> and Edit the Default Framework Page. Select "Page Title Bar" iview and click on properties. Select Property category >> Appearance. Here set the required property to "No".
Cheers!!

Similar Messages

  • Employee Search in Dynamic Navigation does not update other iViews (FPM)

    Hi all,
    after selecting a person from Employee Search (MSS) we have to display corresponding data in a customer specific iView with help of selected person number.
    So I created a Floorplan Manager Application as described in https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29&
    If I use the SAP content page or create my own pages with corresponding Employee Search and customer specific iView, updating of data on the customer specific iView works. But if I add the Employee Search to Dynamic Navigation, the data is not updated in the customer specific iView.
    I didn´t find a solution in this forum. Does anybody know, if it is possible to add the Employee Search as Dynamic Navigation (with help of Floorplan Manager functionality) and update data in other iViews and how this works? Or is it possible to handle this in a different way, e.g. PortalEventing?
    Thanks,
    Thomas

    Hi,
    I also tried to use only iViews of 'General Information'  and added the employee search (team viewer) of the sap
    content page 'General Information' to the dynamic navigation, but the other SAP standard iViews of 'General Information' page are not updated, too.
    Does anybody know, if it is possible to add the employee search to dynamic navigation and to update the other iViews of 'General Information'? If yes, what properties have to be set? Are some settings for Floorplan Manager
    needed?
    Could anybody please give me a hint?
    Thanks,
    Thomas

  • Need to Download documents from Km which are shown thru Navigation iview

    HI,
    I have created a KM navigation Iview and gave the path of documents which are stored in KM.
    Now the documents are in KM and can be shown by this iview.
    When i click on any document, it is getting opened automatically.
    But i dont want this way, when the user clicks on document a pop-up should be given to download the document.
    can i know how is it possible?
    Also just beside the document, when i click on breadcrumb i can see many options like save, copy, rename....etc.
    where i dont what to shown this all options beside documents.
    Can you please tell me how to remove this breadcrumb for some particular documents.
    Regards,
    Raju
    Edited by: V R K Raju P on Jul 20, 2009 7:30 PM
    Edited by: V R K Raju P on Jul 20, 2009 7:31 PM

    Hello, you can achieve this creating a custom layout set. To do so, go to
    System Administration > System Configuration > Knowledge Management > Content Management > User Interface > Settings > Layout Set
    Choose a layout set - Consumer Explorer for example - check it and select Advanced Copy
    Under Scope of Duplication leave only Collection Renderer Settings checked
    Under Naming Conventions fill the blanks as your needs (I usually add company name as prefix)
    Click on Execute, your layout set is now created.
    Search for it and click to display its properties, there you'll find the four main items that compose a LayoutSet:
    - Layout Controller
    - Collection Renderer
    - Resource Renderer
    - Commands for Details Menu
    You wanna work on the Collection Renderer, notice it's a custom one created during the copy. Select it to edit to chage settings.
    Put the following entry under Displayed Properties:
    rnd:icon,rnd:displayname(contentLink),rnd:command(command=download/style=icon),contentlength,modified
    Save.
    On your KM Navigation iView set the Layout Set property with this one you've just created.
    This should do the basics you're asking:
    - a link to download the documents
    - no context menu with undesired commands
    In this scenario I've eliminated complety the context menu, if you want to have the menu with just
    some options you must work on UI Commands and UI Commands Group, which I suggest doing after
    you have basics knowledge on layout sets only..
    You can find on SDN lots of documents and threads about KM User Interface, have a special look into Layout Set, Collection Renderers and UI Commands/Groups
    kind regards,
    Rafael

  • How to pass the "path" dynamically to KM navigation iView ?

    HI Experts.
    This is my issue:
    I have a WD Java iView, with a data table.
    In the same page, I have a KM navigation iview too.
    Conceptually, each row in this table, have some documents in a CM Repository asociated.
    This repository has subfolders for each master data in the table.
    (example: imagine a table with material master data, and a repository with a subfolder for each material,
    and inside of it, several unstructure documents about this material.
    Then, I need to call a KM Navigation iview when click a table row, passing parameters, in special the "path".
    I am using this code in my action (triggered from webdynpro iview)
         WDPortalNavigation.navigateAbsolute("ROLES://portal_content/com.stk.demos.folders.zz_demos/com.stk.demo.ch.TEST_CH/com.stk.demo.ch.Listar_Docs",
         WDPortalNavigationMode.SHOW_EXTERNAL, (String)null, (String)null,
         WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, "test",
         (String)null, (String)null );
    Partially it works, the window open and show the navigation iview, but...
    in the root directory (or directory indicated in iView harcoded properties);
    But I need pass the path !
    How can I call that iView, dinamically using a parameter, the path (property ID: path)
    to the KM navigation iView, in order to open initially in a indicated path?)
    I have read this link
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    but, I still can't understand how to use this parameters.
    Thanks in Advance.
    Leandro.

    Hi Leandro,
    You can create your own proxy IView and then redirect it to KM Navigation IView.
    This way you can dynamically change the path.
    Check this to know about proxy IView:
    KM Document Iview Source Code
    /thread/190600 [original link is broken]
    Regards,
    Praveen Gudapati

  • How to hide expired KM documents from authors in some navigation iviews?

    Hi there,
    I have one (almost philosophical) question: when Time Based Publishing is enabled, only users with read/write permission can see expired documents (I mean, documents that have passed its validfrom date). So far, so good.
    This happens for all iviews (KM Navigation iviews) in the entire portal. But... what if it could be needed only in a few ones?
    Think about this scenario: you have an iView where ALL users can see documents or news (for example, in a Home tab where users access when enter portal). A user with no write permissions will see only valid documents, which is OK.
    However, a user with write permissions will see not only the valid docs (or news) but also the expired ones!
    Don't you think is a little bit confussing for the autor? Besides the fact that this iview perhaps is showing a LOT expired documents...
    Of course, these author users should be able to see expired documents in other iviews, for example, in other portal tabs...
    Is this a real scenario? If yes, how it can be achieved with KM (We're on 7.4 SP6)
    Thanks in advance,
    Best regards,
    Marcelo

    Hi Lorcan, thanks for the tip.... but... I don't think that would be possible (AFAIK), because all users that access to portal are authenticated users (we're using Windows Integrated Authentication).
    However, I've found this SAP 1836779 - Resource is not getting deindexed after lifetime has expired, I'm dealing it with OSS.
    I'll let you know any update.
    Thanks again,
    Best regards,
    Marcelo

  • Images are not loaded in KM Navigational iViews

    Hi All
    I have uploaded documents & folders in Content Management.
    Created KM navigational iViews, assigned to pages, worksets & role.
    Role has been granted to other users, and when they click on the role, images of documents types are not loaded. When I run the properties(Image) path its gives a portal exception.
    But when I login I see all the images loading perfectly.
    Please advise on this. Its an emergancy.
    Thanks to all.

    sk wrote:
    Hi,
    I'm facing problem while deploying apex listener in glassfish 3.0.1. So far I have done
    - Installed 10g XE
    - Installed APEX 4.0
    - Unlocked APEX_PUBLIC_USER account and reset the password
    - Installed Glassfish 3.0
    - Created admin and manager users
    - Deployed apex.war
    - Created "i" folder in C:\glassfishv3\glassfish\domains\domain1\docroot and copied images from APEX directory
    - Completed listener configuration http://127.0.0.1:9090/apex/listenerConfigure
    When I try to open the Apex page http://127.0.0.1:9090/apex images and css are not loaded. Already I have spent a day, went thro documentations and I couldn't figure out what I'm doing wrong. Can someone help on this please?
    SKHi,
    I have the same problem. But , under user "root" everything works fine, under user "oracle" images are not loaded. User oracle are owner folder where glassfish installed.
    And one more problem. Apex Listener doesn't understand role Admin and user adminlistener. Every time I have recieved message : access denied.
    Please, help me ((
    Sorry for my bad english,
    Egor Karmanov
    Edited by: 843328 on 10.03.2011 2:41

  • UWL iView Properties...

    Hi all,
    I'm Using EP7.0 and SP16.I copied the UWL iView from this location (content provided by Sap --> End User Content --> Standard Portal User --> iViews --> com.sap.netweaver.bc.uwl.iviews --> Universal Worklist).
    Changed the iView Properties:
    Display UWL Overview Page = Yes
    Initial state of Navigation Panel = close
    That iView works fine.. It displays the Overview look and feel and also hide the Detailed navigation part..
    My Problem is
    when i click the link (Tasks, Notification, Alerts and Tracking) in the Oveview page, it opens the corresponding Tab look and feel and open the Detailed Navigation part.. i want to close the Detailed Navigation part of the Tab iView also..
    what can i do? how to achieve this? please help me..
    Regards
    Thillai J

    Hi All,
    Solution:
    Goto this location
    Portal content > Portal User> Standard Portal User > Universal Worklist> Task
    Open the Task iView and close the Initial State of Navigation Panel. Its automatically close the Naviagtion Panel when we click the links in the UWL overview iView.
    Regards
    Thillai J

  • KM Navigation iview not showing contents

    Hi,
       I am using the KM Navigation iview to show contents in the desktop innerpage below detailed Navigation.When the propert 'height type = Automatic' its not showing any content its showing a single white line.But when i change the 'hieght type= Fixed ' then i could able to see the content with the scroll bar.I know i can change the height,but i cant do it each and everytime when i add the content to the location in KM.
    I need the property to be Automatic.
    Can anybody provide some help on this issue?
    Naga

    Hi Prathamesh,
      I am using KM Navigation iview i could not find the Fech mode property.The fetch mode property will be available for URL iview.
    Hi Atul,
        I changed it to Automatic max height :5000.Still no use.
    When i change the Layout set then i could able to see the content with the property 'Height Type :Automatic'.Currently i am using 'portal favorites explorer' layout set.
    Naga

  • Show description in KM navigation iview

    hi, all
    when i new a KM navigation iview, i can see the name, size,  last modify time.
    can i make some configuration to show description in the list?
    thx in advance.

    Hi,
    find out what Layout set you are using and read this:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/30/504a1e7f0e354bbf9adedf1a29f3ec/frameset.htm]
    Then read this:
    [Displaying Properties|http://help.sap.com/saphelp_nw04s/helpdata/en/79/a1d23e6b2c3d67e10000000a114084/frameset.htm]
    Best regards,
    Avishai Zamir

  • HTML and XML files open in same window(KM Navigation iView)

    Hi All,
    I have created a KM navigation which is pointing the folder inside the documents repository. This folder contains HTML and XML files. It is rendering fine. But, when I click on the file links in KM Navigation iView, it is opening in new window.Here I need to open in same window. How can I acheive this?. Please help me.
    Thanks & Regards,
    Venkatesh R

    Hi ,
    check the below thread and try options mentioned in it
    https://www.sdn.sap.com/irj/sdn/thread?threadID=72594
    Koti Reddy

  • How to use quick link property in the km navigation iview

    Hi all
    I have requirement.
    T structured lables
    one on top and rest 12 at the bottem in 3 columns, 4 rows.
    when i click the lable it should connect to a  respective folder in the KM
    this entire page have to be connected to a folder link...ie when i click this folder link this page with T structured lables have to come and when i click each lable respective folders should open...
    so for that i have created  one KM Document iview(this is like heading in the page) and 12 KM Navigation iviews(pointing to  respective folders)
    after that which layout will be suitable for this in page layout???
    if i add all iviews into a  one single page
    how to connect lables to folder???
    one of my friend have suggested to use '"quicklink'" property along with html page...???
    how to use it ???
    so pls do help me???
    my dead line is by today evening i.e 2.12.08
    pl do reply me as soon as posible
    thanks and regards
    Gayathri vuthukota

    hi Nikhil
    cau u explain me in detail please.
    I have done with HTML page and attached to Km document iview.and i have my 12 Km navigation i views.
    Then create static Links on HTML page to navigate to other iviews. It can be created by using the Insert link in Km tool of the html editor available in Km. For opening a url iview from a link you can write this for executing the 'donavigate method' to open the iview you needed.???
    what is EPCF client eventing???
    thanksn regards
    Gayathri

  • Search iView instead of KM Navigation iView

    Hi,
    the guide "How To... Tune the Performance of Knowledge Management" recommends to use Search iViews instead of KM Navigation iViews for performance reasons.
    Can someone please explain how to configure these iViews? The Search iViews we use provide an input field which we don't need in this case. How can a search string be submitted, so that a Search iView directly displays the content of a folder as search result? Is there any documentation available?
    Thanks in advance
    Best regards
    Thomas
    Message was edited by:
            Thomas Bauer

    Hi Thomas,
    have a look at the <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/45bcc1c0-0d01-0010-1094-fe7993416ea6">How to Configure the Last Ten Documents Scenario</a>.
    There you find a sample how to start the search iView with a direct result list, by adding "QueryString=*" to the query parameter for the iview.
    Hope this helps,
    Robert

  • How to hide the folder name in a KM Navigation Iview

    Hi,
    Scenario,
    I am using a KM Navigation Iview with LinkListExplorer Layout set. The Folder Name appears at the top of the collection.
    Please can someone tell me how I can hide the folder name for the iview. i.e I do not want the folder name to appear in the iview.
    Appreciate your help.
    Thanks,
    Vaishali

    Folder name is located in the breadcrumb
    remove your breadcrumb in your collectionrenderer of the layout set you are using.
    Check the layout set you are using in your KM navigational iview.
    Raghu

  • Portal runtime Error in KM Navigation iView

    Hi,
    I have created a KM Navigation iview and assigned it to a role.
    When I preview it via portal content, everything is fine.
    When I login as an end user with that role (to which this iview is assigned) this list of documents in that folder is shown. But when I click on any of the doc to view that, it gives me
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 04:09_22/07/11_0133_7786050
    Refer to the log file for details about this exception.
    I have already assigned the Full control permission for this role to that document folder.
    Is there any more setting that needs to be done??
    Thanks,
    Atul

    Hey Atul,
    Check the URL Generator Service for the host and alternative host. See to it that these URLs have the same domain name as that of the Portal. Also, if there has been a KM database copy lately, see to it that the document is not pointing to the server in the other environments to which you as an admin could have access to but not as an end user. So, for that, again check the URL Generator Service. I am just throwing in possibilities, it had happened with me once.
    Use HTTPwatch to verify what URL is the iView trying to point to OR I guess your logs might have already told you that.
    Hope it helps,
    Prathamesh

  • Auto refresh/reload of content in km navigation iview?

    We are using loads of km navigation iviews to show content from km folders or taxonomy folders. Some of these are placed  on the portals front page (company news for example). Since many of our employees log into our portal in the morning and then keeps it in the background during the day without refreshing the page, they miss out on new items in these iviews. This could also apply to display screens in our factories.
    Does anyone have a solution as to how make these iviews refresh at certain intervals?
    Henning

    Hi Henning,
    have you fixed this issue?
    Could you please share with me the details?
    Thank you.
    Gio

Maybe you are looking for

  • Iphone 4 is connecting to my computer fine, but won't show up as a device in iTunes?

    Hey everyone~ So I just recently got a new iPhone 4 which I was totally stoked about; until I tried to connect it to iTunes. I have a Windows 8  laptop, and whenever I plug the phone into the USB that's connected to the laptop, it shows as a connecte

  • Change VBAK in user exit

    Hi I append a new field in VBAK. In user exit userexit_save_document i need to chnage it. Please let me know any method (Update command is not working in creation mode). Thanks and Regards Aditya

  • Dropping unknown session - Firewall

    Dear Team, I am facing trouble to find out the problem. I am getting the alrms below May 22 17:21:02.447: %FW-6-DROP_PKT: Dropping Unknown-l4 session 162.116.205.245:0 169.254.254.254:0 on zone-pair E_FW_ZON_PAIR_SLF_TO_WAN class class-default due to

  • Career planning scenario in the PD module

    Hi Experts, I am doing the Career planning scenario in the PD module. While we create a career plan, growth of the employee in org unit, can the no. of years of experience in the organization be included? If ,for ex., the career plan path is built wi

  • Is there any method r table 2 find corresponding printprograms 4 smartforms

    hi .. iam unable 2 find print programs for respective smartforms. through STXFADM and STXFADMT tables im getting only smartforms. and the following smartform print programs r not exits in my pc.. is there any other method r table 2 find corresponding