How to customize Details dialog?

Hi everyone,
I’ve created an iView and I would like to add it into folder details dialog. It is possible? How it could be done?
Thanks in advanced,
Alcides Flach

Hi Alcides,
   You must know which layout set you are using. For this you can enable in: System Administration-System Configuration-KM-CM-Settings-User Interface-Advanced options-Debuggings Settings-edit and add your userid. After that you must refresh your browser.
When you run your KM Navigation iview, you are going to see a Renderer information link.
If you enter in this link you can see in Customizing Information (Used LayoutSet fromiView/ URL Parameter) the name of layout that it is being used.
Once you know the layout set, you go to: System Administration -System Configuration-KM-CM-Settings-User Interface-Layout Set- filter by your layout set. If you are using standard one you should duplicate it.
Then, edit it and you are going to see:
Commands for the details menu field-> here there is a link. If you click in this one, you are going to the group commands, where you can add the new command.
Patricio.

Similar Messages

  • Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"

    Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"
    I have recently upgraded our portal to 7.3 sps10 and we are using the Ajax framework
    I have a requirement to Remove the Logoff Dialog box "Are you sure you want to logoff?"
    I am able to Import masthead.war into NWDS and get the project ready for development with the appropriate jar and libraries.
    I am able to deploy the project also. I need help finding How to turn this dialog box off and just log the user off. I was able to accomplish this in Classic frame work page HeaderiView.jsp.
    I have looked at afpmasthead.org.sj and masthead.jsp. I am not a js/jsp developer.
    I can see the logoff dialog box being created but I am having trouble finding the logoff code.
    Please advise me on the code changes required to remove the  Logoff dialog box "Are you sure you want to logoff?" from the Ajax framework.
    Any help on this matter would be greatly appreciated.
    Thank you
    Sarah

    Thank you Troy for your Helpful Threads.
    Problem Solution:
    Followed the thread on How to download and change AFP Masthead on SAP Portal 7.3
    Located the file which contains the logoff code from thread http://scn.sap.com/thread/3265584
    The File with the Logoff coding in it is a Javascript file afpmasthead.js
    Identified logoff code without dialog box using this thread https://scn.sap.com/thread/3307601
    NovaDialogBox.performLogout();    (perform logoff)
    I was able to remove the Logoff dialog box Do you really want to logoff? And replace it with logging the user off.
    afpmasthead.js  All the code is on 1 line,  To fix this go to -->Source -->Format
    Comment out the following lines of code and replace with logoff code
    logoffLinkElement.onmouseup= function(aS) {
    logoffLinkElement.onmouseup= function(aS) {
    NovaDialogBox.performLogout();
    Sarah

  • How to Customize the Web item " Text Elements"in WAD

    Hi All,
    Can any one let me know how to customize the web item TEXT ELEMENTS. When we place the web item Text element in the web template, it displays the query details and the info provider details.
    I question is I do not want to list all the list that is displayed in the text elements. I want to see only part of the list....can any one whether this is possible or not..if possible how...?
    Thanks in Advance,
    Hash

    yes you need to specify the variable name
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value="BORDER"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
            <b> <param name="ELEMENT_TYPE_1" value="VARIABLE"/>
             <param name="ELEMENT_NAME_1" value="0H_CCTR"/></b>         ITEM:            TEXTELEMENTS_1
    </object>
    Regards
    Raja

  • How to Customize the workspace resolution?

    What ever I use studio for testing, or deploy on Weblogic, it provide the workspace application is used their default size, how to customize the size of screen, the default size just fit for 1280px resolution?

    Hi Ashok:
    You can change the display name and URL from the web.xml file. For details, see the Configure advanced deployment settings section on page 29 at http://help.adobe.com/en_US/livecycle/10.0/customizeworkspaceui.pdf.
    I hope it helps.
    ~ Vishal

  • How to customize the ESS 50.4 transactions

    Hi Friends,
    We are implementing ESS 50.4 Business Package.
    Could any one throw some information on how to customize the transactions like pz18 and pz01. like there are sap gui html and templates.
    i want to know how to do customization. If anyone have this information kindly send me those details, if possible you have any documents.. please do send it. my id is [email protected]
    Thanks & Regards,
    RP

    You will have 2 parts:
    (1) Customize the ESS ITS service. To do so, follow typical ITS IAC programming. I could go into detail here, but the Help.SAP.com information for ITS (found under Basis components->front-end services) is very good and gives tutorials for the various programming models. Bascially, you will have the ITS service and also the ABAP transaction to possibly customize depending on your exact need. Create your custom service, publish it to ITS and viola....ready to go. From here, you can test it by calling the ITS service directly instead of going through the portal....calling via the portal is step #2....
    (2) Next, you will need to copy the existing standard iView or create your own and point it to your new "Z" version ITS service instead of the standard one.
    That will do it. It gets much more interesting with the newer WebDynrpo ESS services, but let's save that discussion for another day. haha

  • How to create conditional dialog box

    Hi Everyone
    I am creating a database application in APEX 4.0. In that application a page requires a dialog box, which has to appear when a user clicks on Submit button.
    It has to consider validations and appear after validations and submit button is clicked. Here the Submit button submits the entire page after validations by updating the database table.
    Please help me out how to create a dialog box which has to appear by the click of Submit button.
    Thanks in advance
    Regards
    Sandeep

    Hi Kiran
    Thanks for responding,
    Sorry for providing the complete details.
    Provided link is much more helpful, but its not meeting my needs. My requirement is to just show a popup box after the user clicks on submit button.
    Saying 'Thank you for answering' if he is done with all questions or if he has more questions to answer pop up with different message 'You have more questions to answer'.
    In both the cases page as to get submitted when clicked on Submit button.
    Thanks in advance
    Regards
    Sandeep

  • Override renderKit to customize the dialog framework behavior

    Hi all,
    We're using JDeveloper 11.1.1.5.
    Our requirement is to hide the browser's tool bar of the window opened by the dialog framework.
    The below post says that the dialog framework only cares for height and width and ignores all other parameters.
    How to Make dialog as full screen
    And the below Java Doc says that the list of window property names that are supported by DialogRenderKitService.launchDialog() depend on the RenderKit.
    http://www.jarvana.com/jarvana/view/org/apache/myfaces/trinidad/trinidad-api/1.2.7/trinidad-api-1.2.7-javadoc.jar!/org/apache/myfaces/trinidad/render/DialogRenderKitService.html#launchDialog%28javax.faces.context.FacesContext,%20javax.faces.component.UIViewRoot,%20javax.faces.component.UIComponent,%20java.util.Map,%20boolean,%20java.util.Map%29
    Therefore it is likely that we can accomplish our requirement if we implement our own renderKit and set it as default.
    Is it possible to override default renderKit (oracle.adf.rich) to customize the dialog framework behavior?
    Regards,
    Kenji

    Thanks for your response.
    However I think that overriding renderer is not the way to go but overriding render kit is.
    It seems to me that dialog launching in the dialog framework is executed by launchDialog() method of DialogRenderKitService which is obtained as follows.
    RenderKit rk = FacesContext.getCurrentInstance().getRenderKit();
    DialogRenderKitService service = Service.getService(rk, DialogRenderKitService.class);Thus the solution should be, I think, something like this:
    1. Override launchDialog() of DialogRenderKitService of the dialog framework so as to launch a dialog without the browser's toolbar.
    2. Extend the default render kit (oracle.adf.rich) so as to return the extended DialogRenderKitService when Service.getService(rk, DialogRenderKitService.class) is called.
    3. Set the extended render kit as default in faces-config.xml.
    However, this is not easy (or I should not do this) as both the default DialogRenderKitService and render kit are in internal packages.
    There may be another solution that is applicable.
    Any idea?
    Regards,
    Kenji

  • How to Customize icon on favorite pages?

    Would like to know how to customize icons on safari pages?

    hi
    It is saying that seticonimage() is undefined for dialog and jdialog.
    I ve imported java.awt.*
    still its saying like this

  • How to customize the validation error message

    Hi,
    In my infopath 2010 form, when a required field is skipped, we get a very cryptic error message which is not user friendly. Can anyone please let me know how can i customize this cryptic message with a more user friendly one.
    many thanks.

    Hello,
    There is no straight solution of this problem. You may use data validation rule instead of field validation for validation so you can at least avoid that pop up error message.
    Another way is, make field mandatory via code. you can just remove all field validation then check all fields data via code and cancel the submit event.
    Another way is, add custom button form for submit, then hide this button until form validation is succeed.
    http://blog.parkercomp.com/2009/05/how-to-customize-infopath-error-dialogs.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to customize what new tabs display (Universal work list)

    Hello, Expert!!
    Please let me ask about subject.
    I made new tabs by customizing at "Universal Worklist Content Configuration", and then,
    I would like to customize what new tabs display.
    (Ex. Tab1 displays the document that subject name includes "Abc", or Tab2 displays the document that is sent within 5 days,, so on)
    Please could anyone let me know how to customize above!!
    Thanks
    /Yusuke

    Thanks,
    While trying that with the Tcode sm30 Iget the msg : The maintenance dialog for RSADMINA is incomplete or not defined
    How can I solve this ?
    Edited by: Youness NAJI on Jan 22, 2010 2:47 PM

  • How to Customize the Message "No Row Returned" from a Report

    Hi,
    I've been trying to customize the Message "No Row Returned" from a Report.
    First i followed the instructions in Note:183131.1 -
    How to Customize the Message "No Row Returned" from a Report
    But of course the OWA_UTIL.REDIRECT_URL in this solution did not work (in a portlet) and i found the metalink document 228620.1 which described how to fix it.
    So i followed the "fix" in the document above and now my output is,..
    "Portlet 38,70711 responded with content-type text/plain when the client was requesting content-type text/html"
    So i search in Metalink for the above and come up with,...
    Bug 3548276 PORTLET X,Y RESPONDED WITH CONTENT-TYPE TEXT/PLAIN INSTEAD OF TEXT/HTML
    And i've read it and read it and read it and read it and can't make heads or tails of what it's saying.
    Every "solution" seems to cause another problem that i have to fix. And all i want to do is customize the Message "No Row Returned" from a Report. Please,...does anyone know how to do this?

    My guess is that it only shows the number of rows it has retrieved. I believe the defailt is for it to only retrieve 50 rows and as you page through your report it retrieves more. So this would just tell you how many rows was retireved, but probably not how many rows the report would contain if you pages to the end. Oracle doesn't really have a notion of total number of rows until the whole result set has been materialized.

  • How to customize top navigation css in SharePoint 2013?

    Hi All,
    How to customize top navigation css in SharePoint 2013?(Want to add colors for each link in the navigation)
    My current page is like-
    Expected-

    Hi Sam,
    Please check the following article about how to style the top navigation with custom css.
    How to: Brand snippets by using CSS in SharePoint 2013
    Thanks
    Daniel Yang
    TechNet Community Support

  • R12 - How to customize the seeded Purchase Order PDF report

    Hi,
    We need to customize the layout AND the data of the seeded Purchase Order pdf report that is generated in PO Summary form when user picks drop-down menu Inquire->View Document. I know how to set up the Document Type with a customized layout but I do not know how to update the XML data that feeds the layout.
    Thanks, Mike

    Mike,
    Please review the following documents.
    Note: 374165.1 - How To Customize The PDF Output For Printed Purchase Order Report (Portrait) ?
    Note: 406094.1 - How To Diagnose Issues Within Oracle Purchasing PDF File Creation for Printing
    Regards,
    Hussein

  • How to customize the error messages in web analysis reports

    Does anyone know how to customize the error messages that web analysis shows ,
    I want to customize the below error message with a custom error message
    "Document does not exist or no authorization to open document.Error occurred while loading document"
    Does anyone know how to do this ?

    Rajesh,
    you may want to check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Bala Duvvuri

  • How to Customize Preview and Print / Sales Order Acknowledgement

    Hi,
    Our client needs some additional attributes on a sales order acknowledgement print ( Preview and Print ) output.
    The current layout is based on ONTORDDFFN.xml and ONTORDDFN.xsd
    How to customize the same to include additional attributes like Territory and Shipping instructions etc.These new fields are not there in xsd or the xml.
    Appreciate your great help.
    Regards,
    Raju

    Per Oracle you need to implement the method "getPrintExtensionXMLFragment" of  PrintExtensionObject.java. Oracle has given the flexibility that getPrintExtensionXMLFragment can either return a XMLFragement or a sql query.. If the code in getPrintExtensionXMLFragment returns a string which starts with "select" Applications code will execute that query and the corresponding XML will be appended to the main XML. This needs to be written in a CustomClass and then set to the Profile " OM: Printed Document Extension Class Name".
    I would like to know if somebody has extensively added columns at the different levels (header, lines, Addresses, Line Discounts, Charges) and the same additional cols. were implemented in the CustomClass. Let me know.
    Regards,
    Rajesh.

Maybe you are looking for

  • 2 Apple ID's on 1 computer???

    Hi! Ive just bought 2 ipod shuffles. I want one for me and one for my husband, weve both got seperate IDS. I've plugged my husbands in and moved his songs to his ipod, but when i go to do mine, firstly i have to download everything from icloud but it

  • What about the Mac OS 9.2 from Mac OS X

    Do you think I can install Mac OS 9.2 directly from the second Mac OSX CD on a PowerBook 3400c with 2gb HD and 80MB of RAM? I'm asking because my friend got rid of his Mac and gave me his Mac OS X CD's and since, I know I can't install X on my machin

  • Full Screen Problem With Dual Monitor Viewing

    I have a 64 Bit system, Chrome browser and with flash player built in.  I am attempting to view videos on a 2nd monitor while working on the primary monitor.  I have tried this on various sites, TNT.tv, USANetworks.com, etc...  I select full screen v

  • Error installing Oracle Excel client.

    Hello All, I was wondering if anyone could help me with the following... It would be easier if I could show some screen shots but here goes. I was trying to follow the following instructions http://blog.mclaughlinsoftware.com/microsoft-excel/how-to-q

  • Database connection to books

    Hi, We give a db connection to a report when its created......when a book is created from reports..do we need to give a db connection exclusively.....when reports/books are migrated to diff environment....do we need to give db connection to books exc