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

Similar Messages

  • Sp_who2 -need only active sessions from users which are not the background sessions

    Hello,
    sp_who2 -need only active sessions from users which are not the background  sessions
    Please assist.
    Best regards,
    Vishal

    Its better to use DMV's to view only active sessions from users (spid>50) as mentioned by Shanky.
    You can do that using sp_who2 but it requires a bit of programming to list only user sessions.
    SELECT
    S.SESSION_ID,
    S.STATUS,
    S.HOST_NAME,
    C.CLIENT_NET_ADDRESS,
    CASE WHEN S.LOGIN_NAME = S.ORIGINAL_LOGIN_NAME THEN S.LOGIN_NAME ELSE S.LOGIN_NAME END LOGIN_NAME,
    S.PROGRAM_NAME,
    C.CONNECT_TIME,
    S.LOGIN_TIME,
    CASE S.TRANSACTION_ISOLATION_LEVEL
    WHEN 0 THEN 'UNSPECIFIED'
    WHEN 1 THEN 'READUNCOMITTED'
    WHEN 2 THEN 'READCOMMITTED'
    WHEN 3 THEN 'REPEATABLE'
    WHEN 4 THEN 'SERIALIZABLE'
    WHEN 5 THEN 'SNAPSHOT'
    ELSE CAST(S.TRANSACTION_ISOLATION_LEVEL AS VARCHAR(32))
    END AS TRANSACTION_ISOLATION_LEVEL_NAME,
    S.LAST_SUCCESSFUL_LOGON,
    S.LAST_UNSUCCESSFUL_LOGON,
    S.UNSUCCESSFUL_LOGONS,
    S.CPU_TIME AS CPU_TIME_MS,
    S.MEMORY_USAGE AS MEMORY_USAGE_PAGES,
    S.ROW_COUNT,
    S.PREV_ERROR,
    S.LAST_REQUEST_START_TIME,
    S.LAST_REQUEST_END_TIME,
    C.NET_TRANSPORT,
    C.PROTOCOL_TYPE,
    S.LANGUAGE,
    S.DATE_FORMAT,
    ST.TEXT AS QUERY_TEXT
    FROM
    SYS.DM_EXEC_SESSIONS S
    FULL OUTER JOIN SYS.DM_EXEC_CONNECTIONS C ON C.SESSION_ID = S.SESSION_ID
    CROSS APPLY SYS.DM_EXEC_SQL_TEXT(C.MOST_RECENT_SQL_HANDLE) ST
    WHERE
    S.SESSION_ID IS NULL
    OR S.SESSION_ID > 50
    ORDER BY
    S.SESSION_ID
    -Prashanth

  • Download Documents from DMS in xMII

    Hi,
    I need to download some documents from SAP which are maintained in DMS.
    I know there are some BAPIs like BAPI_DOCUMENT*  and I know how to use them in ABAP , ITS and webapplication server.
    But I am not able to think of how to do it in xMII.
    Can some one share the details.
    Thanks,
    Amara.

    Sam,
    I modified my transaction in order to save what exactly I am getting from SAP to xMII using an image saver action block to some folder with xxxx.xls file name.
    Just because of my curiosity I double clicked on the file that is just created by our transaction. It opened <b>PERFECTLY WELL</b> in MS Excel.
    So your question about asking to post garbled data clarified one of the two questions I have. Is the data getting corrupted while transmitted from SAP to xMII or is the data getting corrupted while transmitted from xMII to browser.
    From the above modification to transaction of saving the file to a folder and opening it in MS Excel confirmed that the data is not getting corrupted while transmitting it from SAP to xMII. From now on we have only one thing to deal with i.e. that the data from xMII to Browser.
    To confirm this, I created a test transaction with only one action block with ImageLoader and in the outgoing parameters I assigned imagedata property to transaction output property FILE. and I accessed it from browser using the below URL http://xxxx/Lighthammer/Runner?OutputParameter=FILE&Transaction=TEST_DOC_TRAN&content-type=application/x-msexcel . In this case also it is showing garbled data. Just to save you time I have send you transaction and test XLS file can be of any XLS file. Just to let you know that I have configured imageloader to load file from c:\inetpub\wwwroot\ directory.
    Let me know if I need to provide more info.
    Thanks in advance.
    Srinivas.

  • I need to open documents from SARS South Africa. What version must I download?

    I need to open documents from SARS South Africa. What version must I download? Why are they not opening now?

    What type of documents?  What software is this posting concerning?

  • Hi I currently update my iPad 2 to iOS, I had a number of films that purchased from my iPad from itunes, which are no longer in my iTunes or on my computer. How do I go about retrieving theses films?

    Hi I currently update my iPad 2 to iOS, I had a number of films that purchased from my iPad from itunes, which are no longer in my iTunes or on my computer. How do I go about retrieving theses films?

    Movies are not re-downloadable anywhere but in the US at present, so unless you are indeed in the US, you'll need to restore the movies from your backup.
    Regards.

  • Allow users to Download documents from server

    Hello Everybody,
    I am working on an Flex application where I have to allow the
    users to Open/Save documents such as Word document, Excel sheet,
    PDFs, Jpeg, Media files (any digital format document) when a user
    clicks on a link present in a Flex application. To do this I am
    using the navigateToURL() method and simply passing the URL string
    as a URLRequest to the navigateToURL method. This works fine but
    whenenver the link is invoked and the user selects to Save the
    Excel sheet or any document it displays an unwanted browser window
    behind the Open/Save/Cancel dialog box saying action cancelled.
    I can not use "_self" as I require the Flex application to
    run as is. I tried using the javascript:window.open() but this did
    not work.
    1) Is there a process to stop the browser window from
    opening?
    2) How can we invoke a javascript using navigateToURL(), I
    tried to invoke javascript.alert('Ok') and also
    javascript:window.open() both did not function.
    3) Is there any other method or flex classes etc. to invoke
    external applications (allow to download documents from server)?
    Please help me.
    Thanks and Regards,
    Paromita

    Paromita,
    You could use the file download functionality. This is from
    the docs:
    You can let users download files from a server using the
    FileReference.download() method, which takes two parameters:
    request and defaultFileName. The first parameter is the URLRequest
    object that contains the URL of the file to download. The second
    parameter is optional--it lets you specify a default filename that
    appears in the download file dialog box. If you omit the second
    parameter, defaultFileName, the filename from the specified URL is
    used.
    The following code downloads a file named index.xml from the
    same directory as the SWF document:
    var request:URLRequest = new URLRequest("index.xml");
    var fileRef:FileReference = new FileReference();
    fileRef.download(request);
    To set the default name to currentnews.xml instead of
    index.xml, specify the defaultFileName parameter, as the following
    snippet shows:
    var request:URLRequest = new URLRequest("index.xml");
    var fileToDownload:FileReference = new FileReference();
    fileToDownload.download(request, "currentnews.xml");
    I think this will accomplish what you are trying to do.
    Vygo

  • I have an iMac and need to download something from a disc how do i do this?, i have an iMac and need to download something from a disc how do i do this?

    i have an iMac and need to download something from a disc how do i do this?, i have an iMac and need to download something from a disc how do i do this?

    There is an Apple USB super drive you can buy or any Mac compatible external DVD player.
    Sorry to have nagged at you but you can now see why I couldn't answer your question from the start.   I had no way of knowing there was no slot in the model you have.
    Hope you are sorted now.

  • I cannot download the app - it says I need to download on a computer which i am doing

    I cannot download the app - it says I need to download on a computer which i am doing.  What else do I need to do?

    If you can't upgrade to ML, your best bet would be to purchase an iWork DVD from someplace like Amazon.
    Jerry

  • How do I download documents from my computer to Ipad?

    How do I download documents
    from my computer to Ipad?

    Apple has the iBooks app for compatibility with pdf flies. If you do not have it on your iPad, you can download it for free. My personal preference for pdf's is the free Adobe Reader app. It has so many more useful features than iBooks, but if all that you want to do is save the pdf's and organize them into collections, iBooks will work fine. So download an app that you can store pdf files in.
    In order to transfer pdf files to the iPad, you can do that via iTunes. If you are using iBooks on the iPad, you have to add the pdf's to your iTunes library via File>Add to Library. Then you can select them to sync to the device by selecting them in the books pane of iTunes when the iPad is connected to your computers iTunes. This explains how to add content to iTunes. It works with pdf files as described in this article.
    Adding music and other content to iTunes - Apple Support
    Sync your iPhone, iPad and iPod with iTunes using USB - Apple Support
    If you use the Adobe Reader app, you can use iTunes File Sharing to transfer the files.
    iOS: About File Sharing - Apple Support
    MS Word is now available as a free app in the App Store. Read about it here.
    https://itunes.apple.com/us/app/microsoft-word/id586447913?mt=8

  • Delete records from tableA which are not in tableB

    Table A contains milions of records which is the best way to delete records from tableA which are not in tableB
    delete from tableA where empno not in (select empno from tableb)
    or
    delete from tableA where empno not exists (select empno from tableb
    where b.empno=a.empno)
    any help

    Hi
    If you can do this, do with this:
    create table tableC
    as select a.*
    from tableA a,
    (select empno from tableA
    minus
    select empno from tableB) b
    where a.empno = b.empno;
    drop table tableA;
    rename table tableC to tableA;
    Ott Karesz
    http://www.trendo-kft.hu

  • Delete Rows from T1 which are Not in T2

    Hi
    I've 2 Tables like below
    T1
    N1
    N2
    2
    11
    2
    22
    3
    33
    8
    44
    8
    88
    T2
    N1
    N2
    2
    22
    8
    88
    If I Run Delete query, I must delete Rows from T1 which are Not in T2
    For example, I must delete Rows 1,3,4 from T1
    So how to write that delete query? Please advice

    Delete from T1
    Where not Exists (select * from T2 Where t1.N1=t2.N1 and t1.N2=t2.N2)
    --or
    Delete t
    From t1 t
    left JOIN t2 m
    ON m.N1=t.N1 and m.N2=t.N2
    WHERE m.N1 is null and m.N2 is null
    --Or
    ;With mycte as
    select N1,N2 from T1
    Except
    select N1,N2 from T2
    Delete t
    From t1 t
    INNER JOIN mycte m
    ON m.N1=t.N1 and m.N2=t.N2

  • How to delete the messages from SXMB_MONI which are already cancelled .

    Hi All,
    The messages were earlier in System error(Red flag) state so i cancelled it manually.
    I want to know how to delete the messages from sxmb_moni which are already cancelled manually using ctrl+f8.
    if not possible , then i want to see them in earlier state i.e.., in System error(Red flag).
    can any tell me the procedure of doing it.
    thanks
    Sai.

    Hi AmitSri,
    Thanks for u r reply,
    What is retention period, where can i find this option.
    And i don't have authorizations to sxmb_adm --> configure delete procedure
                                                                             --> Define interfaces for archiving and retention period.
    and to RSXMB_DELETE_MESSAGES in se38 , i don't have authorizations to run
    Is there any way to delete the messages or make them to System error( Red flag) which are manually cancelled.
    Thanks
    Sai.
    Edited by: sai_SHA on Aug 17, 2011 12:29 AM

  • Urgently need to download emails from server

    Hello - my webmail server is about to wipe my emails in the next couple of days. I am running Mavericks on a Macbook and want to download all emails from the server so that they stay on my Mail app when the server finally deletes all the emails. Can anyone please advise me?
    Many thanks
    Paul

    HI - so far as I know it's a standard webmail operation. In this case it is with Virginmedia. The problem is that i have closed my account with them and a 3 month grace-period where my email account is still active is about to come to an end. After that I won't have access to my emails. So I need to download them from the server. I can currently access them but i do not know what settings to put into either the webmail or my Mac Mail app.
    (in other words I want to store all my emails permanently on my Macbook and not on any server).
    I'm very grateful for any guidance on this. I don't want to lose the emails.
    Paul

  • How do i type in tamil in microsoft office for mac? my previous tamil documents from my pc are not displaying the font correctly, nor am i able to use the inbuilt mac tamil font to write in microsoft office

    How do i type in tamil in microsoft office for mac? my previous tamil documents from my pc are not displaying the font correctly, nor am i able to use the inbuilt mac tamil font to write in microsoft office

    You should probalby post your question on Microsoft's own forums for their Mac software since it's their stuff you're asking about:
    http://answers.microsoft.com/en-us/mac

  • I need to download image from the url and the image is in byte format.

    hi
    i need to download image from the url
    http://www.tidelinesonline.com/mobile/j2me_v1?reqType=imageJoin&imageCount=1&month=1&day=1&year=2008&id=1&imageWidth=230&imageHeight=216&imageDepth=8&imageUnits=feet&imageType=JPG&msisdn=456
    first 5 digits will be its length,we need to download except 5 digits.
    can any one know how to do that.
    thanks in advance
    Mraj

    hi
    i need to download image from the url
    http://www.tidelinesonline.com/mobile/j2me_v1?reqType=imageJoin&imageCount=1&month=1&day=1&year=2008&id=1&imageWidth=230&imageHeight=216&imageDepth=8&imageUnits=feet&imageType=JPG&msisdn=456
    first 5 digits will be its length,we need to download except 5 digits.
    can any one know how to do that.
    thanks in advance
    Mraj

Maybe you are looking for

  • Selection and data binding in a large BW query...

    Hi, I've created a dashbaord using Present 2008. It uses a BW query that returns a fairly large amount of data (around 9K-10K rows in Excel). In the initial version of the dashboard I was using a map with individual pushbuttons on it representing loc

  • How do i cancel the trial of adobe download assistant?

    how do i cancel a trial of adobe assistant?

  • Forwarded attachments are corrupt or don't work....why?

    When I forward an email from my iPad (64GB 3G) with an attachment (Word, Excel or PDF), the recipient either isn't able to open the file or it is corrupted. When I forward the email from within the corresponding webmail client they don't have any pro

  • Build table

    hi , i have a problem in saving  data in a table , bcuz i want  "DBL 64 bit real "  to save  in a table after each run of the program , not array of data , Attachments: New مستند Microsoft Word.doc ‏42 KB

  • Youtube stopped playing just keeps loading

    youtube was working fine on my macbook but then suddenly it stopped playing the videos.  When you click on play the video looks like it is loading but does not play.  You get the continual spinning circle of dots on the play screen.  How do I get you