Modification of a KM navigation iView display

Hello,
I have a KM navigation iView which shows the first 5 files from a certain folder and below that has links to the rest of the files at the folder at this format:
1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-50 51-55 ... > >>
Is it possible to set the iView to display one link, an archive link, instead of this line which will open new browser which will redirect to the rest of the folder content?
Roy

Hi Roy,
it was a good idea to post this into "development"
This is not possible by standard means. The pager element which creates the links is configurable, so you can say "display 10 instead of 5" files (and with that, 1-10, 11-20 etc are displayed). But only within this logic, not that the first part is 1-5 and the second is 6-inf.
You could implement your own component, somewhat similar to the Pager element, and add it instead of the Pager into the corresponding Collection Renderer (the setting is <i>not</i> done at iView level but within the FlexUI framework).
This component then could for instance be a link to a new navigation iView with a different layout set, where all resources are rendered.
Hope it helps
Detlev

Similar Messages

  • Portal favorites Iview Displaying twice in detailed navigation iview

    Hi All,
       I am facing one issue in portal...
      In all the roles Portal Favorites Ivew is displaying twice in the detailed navigation iview. And the options in the Iview are different like details, refresh, Open a new window....
    I have only one default framework assigned to my desktop....
    I cldnot trace out which is causing this issue...
    Could someone adivse me on this...?
    Thanks & regards
    Sireesha.

    Hi Munna,
      This is the PCD-PATH of the second portal Favorites Iview.
       Portal Component:    com.sap.km.cm.navigation
    Object ID:
    fpn:DJP_FPN_JAVA/pcd:portal_content/SCOPP/RENAULT_Administration/SCOPP_DISPLAY/SCOPP_CCTS_Desktop/frameworkPages/SCOPP_CCTS.frameworkpage/com.sap.portal.innerpage/com.sap.km.PortalFavorites_0:rn4p6qvmOIw3xqr6ngdRBQ%3D%3D:1:
    Regards
    Sireesha.

  • 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

  • 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

  • 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

  • How to set the size of popups from KM Navigation Iview

    Hello guys
    Does any of you know how I can set the size of the window that pops up when you click on a resource/file in a KM navigation iview?
    I have tried to enter "width=100,height=100" (without the quotes) in the Window Features property of the KM Navigation Iview, but it does not influence the size of the popups.
    Any suggestions to what could be wrong? Or is it not possible at all to control the size of that popup?
    Kind regards,
    Martin

    Hi,
    I cheched yesterday if I could find the command, sorry I couldn't.
    I also realized that the layout generates html link tags (ie. <a />) for the resource links, no javascript open link functions (ie. window.open), wich doesn't alowed (as far as I know) to give size to the pop-up window.
    So to make the link of the resource (gived by the <b>displayname(contectlink)</b> property set) I think you would have to <i>create (develop)</i> the layout, so the link will be rendered with window_size.
    You have other option, you can take off the "<i>contentLink</i>" setting. and add the <b>download</b> command, so the user who want to open / save the document can click on this command and do it in their PC.
    I.E, Create a copy of the <b>download</b>, and add this to the Collection render displayed porpeties:
    rnd:command(command=Z_download/style=link)
    You ca also use and icon to represent the download (you can set that icon in the command)
    I.E, rnd:command(command=Z_download_icon/style=icon)
    This last options represents a problem with the km-only-read content like xml files generaded by xml forms, it can only be readed in the km-portal.
    I hope this might help you.
    Best regards,
    Jorge M.

  • How to show no. of contents in each folder in a KM navigation iView....

    Hi everyone,
    Requirement -
    we need to display a KM Navigation iview which shows the count i.e. no. of the contents in each folder.
    Scenario -
    I have tried changing this property - in the resource renderer and have created a new layout set and a layout profile.
    However this doesnt seem to work.
    Please if anyone can help me get the count of the contents in each folder in the KM Navigation iview.
    Thanks and Regards,
    Amol Ghodekar

    Hi Amol,
    see: Number of files in folder
    Hope this helps,
    Robert

  • Navigation iView source

    Hi all,
    I know the position of SDN and this kind of question shouldn't exist. But with the time pressure, we need to implement something pretty the same as Navigation iView but with some extra functionalities, for example display html files stored in the folder.
    Its very hard to find any relevant info and re-develop what has already exist is really not ideal. However, i realize the situation here, so if anyone could just point me, for example, name of the deployed par file will be really appreciate.
    Thanks in advance!

    Are you looking for the par file related to KM Navigation iview
    Go to the path System admin -> Support -> poral runtime -> Browse Deployment and
    ROOT/WEB-INF/deployment/pcdContent
    Check for the Com.sap.km.Navigation.
    Raghu

  • Navigation iview sample

    I need to write an iview that does the following:
    (1) run in an extra page
    (2) has a small navigation panel on the left with hyperlinks to SAP IAC iviews
    (3) displays SAP IAC iview in the right (large) depending on the selection of (2)
    I have seen the following SAP Help <a href="http://help.sap.com/saphelp_nw04/helpdata/en/43/00c110606a5277e10000000a1553f7/frameset.htm">Navigation iview</a>
    But I would like to have a sample rather than this bunch of hyperlinks that sounds confusing to me
    Does anyone has a sample (or link thereof) for such an iview?

    HI,
    Refer the weblogs
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2453">Blog1</a>
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2441">Blog2</a>

  • Understanding Dynamic Navigation iview.....

    In MSS, I have the following workset in my role...
    ->Team (workset)
       ---+ Team (webdynpro proxy page)
       ---+ Employee information (folder)
       ---+ Employee Working Time (folder)
       etc....
    The "Team webdynpro proxy page" has an iview ,"Services", assigned in "Dynamic Navigation" but there is nothing particular about that iView itself. However, all folders (and their contents) below the Team webdynpro proxy page appear in the Dynamic Navigation panel (like "Employee information" and "Employee Working Time"). I do not understand the connection between the dynamic navigation iview and how all folders in that workset know to display in that dynamic navigation area. There seems to be no explicit assignment. How does that work?
    edit: a bit more info....the "Services" iview is part of the Common Parts business package and based off the "related services" iview template. Still not sure how it "knows" to display the objects below that page that has it assigned as dynamic nav.

    Did you blog about this solution?  If so could you direct me to the blog?  We need to add numerous links to outside URLs in Related links.  I need to order them somewhat differently than alphabetically.
    Thank you,
    D. Maupin
    University of Kentucky

  • How to make the KM Navigation iview role based

    Hi all,
    Can someone tell me how to make the KM navigation iview role based?
    First of all, is this possible? What I am trying to achive is display certain links for a user group and certain other links for another user group.
    Please guide me.
    Ashwini.

    Hi Ashwini,
    Can someone tell me how to make the KM navigation iview role based?
    >>>>>>>>>>>>>><i>You can have a Navig. iView in your own folder..Attach this iView to a page --> page to workset --> workset to a role. SIMPLE!</i>
    <b><u>Try this:</u></b>
    Have 2 iViews, 2 pages, 2 worksets, 2 usergroups (ug1 & ug2 (<i>say</i>))..
    Also, you have to separate your news links in 2 folders (folder1 & folder2):
         <b>iView1</b> --> links from <i>folder1</i> (for user of <b>ug1</b>)
         <b>iView2</b> --> links from <i>folder2</i> (for user of <b>ug2</b>)
    Hope it helps!
    Regards,
    SK.

  • KM navigation iView shows up as 'Root Folder'

    All,
    I am working on the Integration of SAP Portal and BOBJ. We were successful with the integration, however we have a small issue that we are trying to work on.
    The folder view of SAP BusinessObjects Enterprise repository content from KM navigation iView shows up as 'Root Folder', is it possible to change the name of this folder within SAP Portal and how would we go about doing it.
    Any thoughts would be appreciated.
    Thank you.
    P.S. Ingo Hilgefort, if you could please share your thoughts it would be appreciated.

    Toor, it does not make sense for you to modify the name of the Root Folder, nor can you.
    Open your KM Iview in edit mode.
    Find the code link field. It should be called com.sap.km.cm.navigation
    If so, look for the fields:
    Path to Initially Displayed Folder
    Path to Root Folder for Navigation
    they should be like:
    /alias/documents
    the folder documents is a folder in KM under the root folder. You can make this whatever you want.
    When you execute the iview you will be able to see the content on the /documents folder
    Hope this helps you, Mike

  • 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

  • Dynamic path in km navigation iview

    Hi ,
    We have a km navigation iview where we need to display folder based on the user details in portal.
    ie if user A logs in the folder path should be xxx/yyy/A
    if user B logs in path should be xxx/yyyy/B
    Please let me know if there is anyway to handle this reuirement by creating a single iview.
    Thanks in Advance

    Dear KGMuku,
    I think you can do it directly assigning to particular folder to user or group.
    GIve permission to user A to folder A and user B to folder. you can remove the default group or user from folder permission and assign to specific users.
    Best Regards
    Arun Jaiswal

  • Customize Navigation iview source

    Hi All,
    I have created a km navigation iview with layout set "NewsExplorer" and set it's "Path to Initially Displayed Folder" property to directory X.
    Can we customize this iview source so that when a user add a news, it would be saved in directory X and Y ?
    Thanks in advance.
    Lusi

    Hi Luisi,
    Generally with navigation iview it will point to a folder in the km , what ever the content that your creating through that will be stored under that folder.
    If you want same content to appear in some other folder in km you can write a scheduler where it will move the files on a periodical basis to the targetted folder.
    Scheduler is a Portal Service where you can use it and create you own scheduler and deploy the same on portal server and confihure it.
    You can find more data under the following links,
    http://help.sap.com/saphelp_nw70/helpdata/EN/3d/b5842eb8a911d5993900508b6b8b11/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=15464896&messageID=5745917
    https://forums.sdn.sap.com/click.jspa?searchID=15464896&messageID=5683811
    https://forums.sdn.sap.com/click.jspa?searchID=15464896&messageID=6026900
    Regards,
    Rudradev Devulapalli
    Appreciate for the helpful answers

Maybe you are looking for