Hide Archive button

Hi ,
We have a requirement to hide the Archive button, We are implemented the KM Notification for the approval process. Once the manager get the mail notification he will click on the link Approve, Reject and Feedback in the mail. It will call the url with the below parameters and open the new window
Configure=Service.xml;StartPage=WorkflowPage&
In the new window,  manager get the buttons Approve, Reject etc... After the manager clicks on the Approve button than the Archive button shows, so i want to hide this Archive button.
Any one can help me on this, is there any config required.
Thanks

Hi,
> if i change the standard class it will effect when the upgrade and ServicePack update?
Right, such modifications have to be redone when patching the portal. That's something one has to live with, on the other hand, it offers you possibilities to change something which was not planned to be offered by configuration...
> Is there any way to implement repository service, i found that this class having lot of dependence
I don't understand the question. Do you mean: Is there a way to reach the same by implementing a repository service? In that case: No.
> your solution is working
In that case, please also mark the helping / solving answers as such, so that the thread gets marked as resolved (and others see that the thread might be helpful).
Best regards
Detlev

Similar Messages

  • How can I hide a button with javascript in Captivate 8?

    I need to run some javascript in my project and at the same time I want to hide a button, so I can't use advanced actions.

    It is very strange, most users who have focus on JS try to do everything with it, whereas lot of simple actions can easily be done with advanced/shared actions. I will only go to JS when it is not possible with advanced/shared actions.
    You are lucky, I was just restarting to work on an advanced training for next week when your question showed up.

  • How to hide 'SAVE' button in adobe form layout

    Hi  Friends,
    I have a requirement to hide 'SAVE' button in adobe form layout .They dont want to save the form .
    Is there any way to achieve this .I have gone through scn ,but couldnt find the proper solution
    Thanks and Regards,
    Subeesh Kannottil

    Hi Subeesh,
    Are you talking about restricting the User from Saving the Adobe Form Output. 
    Regards,
    Sivanand Ala

  • How to Hide advance button in input list of values Popup

    I am using input List Of Values component to select value from search Pop up, in that popup i need only basic search only , i am unable to hide advance button... plase tell me how to hide this advance option

    I haven't tried this, but check
    How to remove basic/advanced button in inputListOfValues search dialog
    This does not have complete solution, but might give you some lead.

  • Using jQuery to hide a button (wrapped in td tag) based on attribute value (name in this case)

    I have simulated what I'm trying to do here:
    http://jsfiddle.net/dayjuuk5/
    Let me know if you can't see it for any reason.
    My question- I'm not sure I understand why this method of hiding this td tag doesn't work. I'm looking for a way to hide this button on page load (not click driven).
    Thank you for your time.
    Samir

    Hi Samir,
    Thanks for your sharing.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • SHOW ALL / HIDE ALL BUTTONS produce error in chm but not in "View Selected Item"

    My SHOW ALL and HIDE ALL buttons work in the View Selected
    Item mode. However, the compiled version generates an error tag:
    Line: 72
    Char: 1
    Error: Object expected
    Code: 0
    URL:
    mk:@MSITSTORE:C\Documents%20and%20Settings\glenn_michaels\RoboHelp%206.0\TCA\!SSL!
    In short, the the compiled chm is located in the SSL. I tried
    adding showhide.js and ehlpDhtm.js to the SSL folder, but that
    didn't make a difference. What is missing? How do I fix this?
    Many thanks in advance...
    glennito

    Mr. Grainge,
    I've tried to follow your instructions to the letter, but I'm
    not having any luck.
    1) I copied the showhide.js to
    a) RoboHelp 6.0 > Project Folder
    b) RoboHelp 6.0 > Project Folder > SSL
    c) RoboHelp 6.0 > Project Folder > SSL >
    MicroSoft_HTML_Help
    2) I pasted btnhideall.gif, btnshowall.gif, printerblue.gif
    into
    a) RoboHelp 6.0 > Project Folder > SSL
    b) they are also listed in RoboHelp 6.0 > Project Folder
    3)The Project Manager > Baggage File originally displayed
    a
    a) Project (Name) folder
    b) ehelp.xml
    c) RoboHHre.Ing
    I opened the Baggage File > Project (Name) folder,
    selected New Baggage File, and added, respectively:
    i. btnhideall.gif
    ii. btnshowall.gif
    iii. ehlpDhtm.js
    iv. printerblue.gif
    v. printerred.gif
    vi. showhide.js
    vii. TCA.fpj
    vii. root.fpj
    4) I also opened rhbag.apj in Notepad. It shows
    a) ehelp.xml and RoboHHRE.Ing accompanied by
    <usercreated>false</usercreated> tags
    b) the remaining baggage files are accomanied by
    <usercreated>true</usercreated> tags
    5) Finally, I used Notepad to display two topic files in
    which the error message identified a Line: XX. In one case the line
    # is 42, in another, 19. In both cases, when I counted lines,
    starting with <body>, I ended up on:
    onClick="JavaScript:hideEm()"
    However, I am none the wiser for my effort and don't know
    what (5) might be telling me.
    6) The only thing I can think of is that the compiled chm
    file is two levels away from the Project Name directory that holds
    all the files. The files live in Robohelp 6.0 > Project Name
    while the compiled help is found in Robohelp 6.0 > Project Name
    > SSL! > MicroSoft_HTML_Help > Project Name.chm.
    Should I be adjusting the Relative Path within the topics?
    Many thanks for your attention and assistance.
    glenn

  • JavaScript in the PDF can hide toolbar buttons

    Hi Leonard,
    You mentioned in http://forums.adobe.com/message/2161074#2161074 that "JavaScript in the PDF can hide toolbar buttons."
    According to the Javascript docs for Acrobat 7 the App.HideToolbarButton function only runs at AppInit.  Which means that I would have to have the javascript in a file.  How can I do that from within the document?  Is there another way to to do set this from our web application?
    Rob

    Perhaps that's simply a feature that isn't supported by presenting a Captivate intended for the web from inside a PDF?
    Just guessing... Rick

  • How to hide default buttons on WD selection screen

    Hi Experts,
    Is there a way to hide default buttons ( Cancel, Check, Reset, Copy ) on web dynpro selection screen ??
    Please let me know how can I achieve this..
    Thanks in advance !
    Anand

    By selection screen do you mean the select-options reusable component?  If so, then there is an API of the component that you can call to disable these fields. Use the SET_GLOBAL_OPTIONS method of the select-options API to acomplish this:
    data: l_ref_cmp_usage type ref to if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_select_options( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      wd_this->lv_wd_select_options =
           wd_this->wd_cpifc_select_options( ).
    * init the select screen
      wd_this->lv_sel_handler =
           wd_this->lv_wd_select_options->init_selection_screen( ).
      wd_this->lv_sel_handler->set_global_options(
        EXPORTING
    *      i_display_btn_cancel  = ABAP_TRUE    " Displays "Cancel" Button
    *      i_display_btn_check   = ABAP_TRUE    " Displays "Check" Button
    *      i_display_btn_reset   = ABAP_TRUE    " Displays "Reset" Button
          i_display_btn_execute = abap_false    " Displays "Apply" Button

  • Why is the "Delete" and "Junk" buttons repleased with the "Archive" button (Only for one of the accounts)?

    Hello,
    I must have changed a setting, so that the "Delete" and "Junk" buttons above the mail pane have disappeared, and an "Archive" button has appeared instead. This is true only for my mail through Gmail (IMAP), but when i open a mail from my other account (POP), i still see the "Delete" and "Junk" buttons.
    How can I fix this?
    Thanks in advance
    Ayse

    Try this:
    Select an email that does not show all the correct buttons in the header information section above the actual message.
    right click on the blank area just above 'Other Actions', you should get a popup saying 'Customise'.
    click on 'Customise'
    a new window opens.
    you can drag items onto that header area, but I would suggest you click on 'Restore Default Set' button and then clickon 'Done' button.

  • Hide Push Button

    I have a scenario where the ITS Template OK CODE is working in ECC 6.0 so we have had decided to Hide Push Button.Plz can any one give the solution for this

    Check for the authorization using  AUTHORITY CHECK and accordingly fill the itab for excluding the buttons.
    SET PF-STATUS 'MENU' EXCLUDING ITAB.
    ITAB  will have the lis to the function codes that you don't want the user to acess.
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • How can hide the buttons based on condition

    Dear all
    I have to hide the button based on condition
    When I open the third page directly I want to hide that button
    When I open the third page via first and second page I need to visible that button
    I pass spell parameter from first to second and second to third
    In third page I get the value using pagecontext
    I write the code in third page co
    If I go directly third page it is null
    If I go to third page via first the value is Y
    If(“Y”.equals(pmode))
    OASubmitButtonBean btn =( OASubmitButtonBean )webBean.findChildRecursive(“<id>”);
    If(!btn=null)
    btn.setrendered(true);
    else
    btn.setrendered(false);
    but the button is not hiding
    Regards
    Sreekanth

    Hi Srikanth,
    I have modified ur method:
    OASubmitButtonBean btn =( OASubmitButtonBean )webBean.findChildRecursive(“<id>”);
    If(btn !=null)
         If(“Y”.equals(pmode))
         btn.setrendered(true);
         else
              btn.setrendered(false);
    Thanks,
    'Kumar
    Edited by: Kumar Kovela on Aug 3, 2009 5:53 AM

  • Hide Variant button

    Hi experts!!
    We have a report ZREPORT for which we have created 2 t-codes ZCODE1 and ZCODE2. Now, ZCODE1 should start with variant TEST and should not be changed by any means. And hence we are planning to hide variant button only for ZCODE1 t-code. But for ZCODE2 t-code variants can be changed.
    Can somebody suggest how this can be handled?
    Thanks a lot!!

    Try something similar to
    AT SELECTION-SCREEN OUTPUT.
      IF sy-tcode = 'ZCODE1'.
        DATA: status TYPE sy-pfkey,
              prog   TYPE sy-repid,
              excl_tab TYPE rsexfcode OCCURS 1 WITH HEADER LINE.
        " identify current status
        GET PF-STATUS status PROGRAM prog EXCLUDING excl_tab.
        " disable some function codes
        excl_tab-fcode = 'GET'. " Get Variant...
        APPEND excl_tab.
        excl_tab-fcode = 'VSHO'. " Variants, Display...
        APPEND excl_tab.
        excl_tab-fcode = 'VDEL'. " Variants, Delete...
        APPEND excl_tab.
        excl_tab-fcode = 'SPOS'. " Save as Variant...
        APPEND excl_tab.
        SORT excl_tab.
        DELETE ADJACENT DUPLICATES FROM excl_tab.
        " update status
        CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
          EXPORTING
            p_status  = status
            p_program = prog
          TABLES
            p_exclude = excl_tab.
      ENDIF.
    Regards,
    Raymond

  • How to hide sort buttons in BEx Web?

    Hi,
    I've got an input-ready query with hierarchy on lead column and key figures on data columns. I'd like to hide sort buttons in column headers to decrease the space required and make the screen simpler. Any possibilities to get rid of these, in this case useless, arrows?
    Thanks!
    Aki

    Hi,
    Create a new GUI Status for your program.. put whatever button you require for it..
    In the AT SELECTION-SCREEN OUTPUT event..
    SET pf-status xxx.
    Regards,
    Anand

  • How to hide refresh button in crviewer?

    Hi,
      I want to hide refresh button when view the crystal report in webi, but don't know how to do that
      Pls give me some advice,thanks~

    Hi Julian,
      I tried, but the fresh button is still there. Just when click this button,it says you have no right to refresh the report.
      i guess if we want to hide the refresh button,we may edit the viewer.js in Crystal reports web application folder,but not sure and don't know how to do that, pls help me~

  • Hide Upload button in library

    what is easiest way to hide the Upload button in a library or list?
    I know I did this easily in SharePoint Designer 2007.  But I can't figure out how to do it in SharePoint 2010.
    thanks!

    As sharepoint has multiple endpoint for particular activity, it is not wise to hide some UI using client script, as they can be achieved differently. Like - upload, you may hide ribbon button easily but same can be done from "Open in explorer"
    window and paste the file. Or Doclib may already have mapped as shared drive or mapped as favorite using which anyone can upload document very easily.
    So best way to do this is using permission. Just revoke contribute and grant read. If you want them to edit item/delete item but not upload, then you need to create
    custom "permission set" to achieve your goal.
    If you really looking for JavaScript then below code may help
    <style type="text/css">
    #Ribbon\.Documents\.New\.AddDocument-Large
    display:none;
    #Ribbon\.Library\.Actions\.OpenWithExplorer-Medium
    display:none;
    </style>
    See this link - http://kishansharepoint.blogspot.com/2012/08/disable-upload-button-of-document.html
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Maybe you are looking for

  • I think i deleted all my songs...

    ok. well, I'm using XP home edition or whatever, and there's multiple users on one computer (multiple files etc.) mind you, i have itunes on both accounts, (for some reason) one with alll of my songs, and another with just one movie trailer. I accide

  • Passing Dynamic Internal Table values to another program

    Hi, I have a program ZSAPNEW. In this I have created a Dynamic internal table <fs_emp>. The number of fields differ for each run. The values are passed into <fs_emp> in this program.  Now I need to submit thsi program from a main program ZHEAD and th

  • How to import a book from iPhoto 9.2 to aperture 3

    Can I import Projects (Photobooks) from iPhoto 9.2 to Aperture 3? I have all my library on iPhoto and I would like to be able to transfer it completly to Aperture. Some advice would be great, since I am new to Aperture, Thanks!

  • ADF desktop integration issue

    i have created a application and published to weblogic successfully, but when i tried to run my integrated excel workbook, i got following errors. how to resolve this issue ? ADFDI-00134: An attempt to connect to the web application has failed. ADFDI

  • Att Partners: Please log messages using customer ID

    Hello All SAP Business One Partners, In order to bring additional transparency to our reporting systems and to ensure compliance we will being in 2012 Q2 to send notifications where a message is logged to SAP Business One Support using the Partner ID