How to disable "Provision new resource" button

Hi,
When we enter user detail page and choose a resource profile from drop-down list - a list of resource provisioned to user appears. There is also a button "Provision New Resource" that allows to provision new resource to a user - but this is made not through a request but direct provisioning.
And my questions are :
*1.* Is is possible to disable/remove this button (maybe through any parameter) to prevent any direct provisioning?
OR
*2.* Is is possible to make this button enabled/available only to users that have a special privilege or belong to a specific group?
Thanks in advance!

Actually button comes from JSP only.
It doesn't come from Action Class. Some permissions may be there. Search for permissions like Direct provisioning**.
But permissions always work at group level.

Similar Messages

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i < theForm.elements.length; i++ )
                 if( theForm.elements[i].type == "submit" )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility="hidden";                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

  • How to disable the select options button, while audio is playing in the question template in captivate 8?

    How to disable the select options button, while audio is playing in the question template in captivate 8?

    Apologies for late reply.
    I mean "On Question screens audio keeps on playing even after we have selected an option or options depending on the question type and clicked Submit. How do we stop the audio on selecting an option?"

  • UCM - WEBDAV - How to Disable the New Folder option in the action popup

    I am trying to implement WebDav functionality. I don't want the users to create folders in the folder mapped to a security group. As long as the user has privilege to contribute to the security group he/she can checkin documents but they should not be able to create folder under it. I did not find documentation as to how to disable the new folder option in the context action menu that pops up on mouse right click. Is there any way we can do that?
    Thanx.
    Edited by: user10991492 on Nov 1, 2010 11:24 AM

    This is the boilerplate text often used in connection to networks in general. It is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe:
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files.
    Working across a network in general is not supported by Adobe.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
        Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.  It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.

  • How to disable programmatically created Submit Button in ProcessFormRequest

    Hi All,
    I'm working on an issue where i have created an Upload button Programmatically. The upload button should get disabled after it is clicked. The code for the upload button creation is as below. This has been added in the processRequest of CO.
    OASubmitButtonBean oasb;
    oasb =
    (OASubmitButtonBean)pageContext.getWebBeanFactory().createWebBean(pageContext,
    OAWebBeanConstants.BUTTON_SUBMIT_BEAN,
    null,
    "BUTTON_SUBMIT");
    oasb.setID("Upload");
    oasb.setUINodeName("Upload");
    oasb.setEvent("Upload");
    oasb.setText("Upload");
    Now, when i handle the upload button click in the processFormRequest, i should also disable the button at the end. I followed the below method in the processFormRequest but it threw a null pointer exception at the point where i have disabled the button.
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    String strEvent = pageContext.getParameter(EVENT_PARAM);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (strEvent.equals("Upload"))
    OASubmitButtonBean oasb2 = (OASubmitButtonBean)webBean.findIndexedChildRecursive("Upload");
    oasb2.setDisabled(true); --- this is where the null pointer exception gets thrown
    I'm not sure if this is the way to go about it. Could you please let me know how to handle the above request?
    Regards,
    Shreyas
    Edited by: user11258661 on Mar 28, 2012 7:15 AM

    Hi Ram,
    Thank you for the response. I have created the button programmatically. So I'm not sure how to add the newly created button to the webBean as child. I'm new to OAF. So could you please elaborate. A code snippet might help.
    Thanks in advance.
    Regards,
    Shreyas

  • How to disable minimize and maximize buttons of a popup window

    hello.
    can someone please tell how to disable the minimize and maximize buttons for a popup window.
    i know this is very basic concept.. but iam new to jdeveloper..please someone help me out

    Hello,
    U can use script in ur page to open the Popup window.
    window.open("yourpage.do", window_name, 'toolbar=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=600,height=400,left = 225,top = 140');
    Bye

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • How to disable Add New Item in SharePoint 2013

    Hi,
    I want to disable the Add New Item button after the user created one item in SharePoint 2013.
    Is it possible to disable?
    Please reply
    Thank you

    I'd do it creating a custom web part that would mimic the list web part, and have logic in there that makes sure to hide the button once an entry by the current user has been made in the list. You could also create a workflow that would remove the user's
    permission to add a new item on the list upon creating an item.
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • How to disable Save and SaveAs Button in Adobe Reader ??

    I am having Dynamic XML Form (XFA based) designed on LC Designer ES2
    I Want to disable Save and SaveAs button  whenever it would be opened in Adobe Reader only.
    Other way around, i want to provide only facility to save form programmatically through Javascript to apply validation.
    Plz help
    Thnx in advance..!!

    I can apply folder level java script ...But How to handle this way on CLIENT SIDE..???

  • How to disable illuminated Multimedia Console Buttons sensitivity

    Does anyone know how to disable or reduce the sensitivity of the illuminated +Multimedia Console Buttons+ to the left of the main keyboard?
    Cheers, Alun

    Firs of all it would be really interesting to know what notebook you have.
    On many Toshiba notebooks you can find the Toshiba Assist.
    As far as I know there you can find the Toshiba Button Support and could disable this.
    Furthermore you this can be done also in msconfig (to start this you have to type msconfig in RUN)
    But note; this is very sensitive operation and this could affect the OS functionality if you disable wrong process. So be careful.
    However, choose the Startup tab and scroll down till you find Toshiba Button Support and uncheck it.
    If you will not find this in Startup then I would recommend using other procedure.
    The VAP (value added package) controls this buttons.
    So if you don't want to use the buttons you have to remove button support utility. I don't know if you can remove it as single utility but what you can do is to remove VAP from the system. After restart install VAP again (download on Toshiba support page) and choose custom installation. In front of button support utility remove the check mark and continue installation.
    Good luck

  • After upgrade to ff14, how do i move "new tab" button from the left to the right?

    after i upgraded to ff 14, i found that the "open new tab" button moved to the left of the tabs. how do i move the button back to the right of tabs?
    i've tried the customize, but it won't stay on the right when i hit done.

    Try to click the "Restore Default Set" button in the Customize window if you can't move the New Tab button to its default position immediately to the right of the last tab.
    You can also check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    *https://support.mozilla.org/kb/Toolbar+keeps+resetting

  • How to disable block and delete button in me22n transaction

    Hi experts !,
    as per my requirement i want to disable delete and block button in me23n . for this i wrte my logic but problem
    is when my logic satisfies then i want to disabele those two buttons . those block button function code is 'MEPO1211LOCK'
    if it is screen field we can use loop at screen and input = 0 . but here it is funtion code how to disable this funtion code as per
    condition .
    i tried this  SET PF-STATUS ' pf status name ' EXCLUDING ' fucntion code name  '.  also but not working ..
    if any one have any idea pls share ......

    Hello Experts,
    I have similar requirement. Please help....

  • How to disable the new fb chatbox sidebar?

    how to uninstall the new fb chatbox sidebar?

    I too am having this problem. It seems as though I also have to unplug and re-plugin my iPhone dock connector to make it switch to the USB output I need for my JVC KD-R800 receiver in my car. I can't seem to find a way to permanently disable A2DP functionality on either my iPhone or my Car's audio receiver.
    We really do need some sort of option to either disable A2DP altogether or setup a "priority" list of items. Personally, I'd love to have the iPhone output in an order something like the following:
    1st - Dock Connector (USB)
    2nd - Bluetooth A2DP
    3rd - Headphones / iPhone Speaker
    Hopefully someone find out of a permanent workaround or solution soon. I just got this new receiver for my car and it messes everything up!

  • How to Disable Browser Back & Forward Button ?

    Hi All,
    How can I disable Browser Back & Forward button in ADF Faces ?
    If Not, I remember reading somewhere that we can call a page with NO Browser button and Menu using Java script, how can I code this java script within ADF Faces ?
    Thank you,
    xtanto

    You might want to double check this solution in your application. Don't think that when the user presses the back button it simply doesn't go anywhere. It does go back to the previous page and the Javascript causes that page to go forward to the page that was just left. You can see this by putting some "alerts" in your pages.
    These actions my have consequences in your application.

  • How to disable the new Bluetooth Audio function?

    After updating to OS 3.0 i have an annoying problem with my iPhone connected to a Kenwood car radio (via USB in the glove box):
    1. Connect iPhone with car radio via USB
    2. Turnin on the radio - now it starts playing songs from the iPhone
    3. Now the iPhone connects via Bluetooth to the radio (for use of the handsfree set!)
    4. The addressbook is downloaded by the radio via the Bluetooth connection
    Till there it worked fine under OS 2.2.1 - i was able to listen to the iPod and to make/receive calls! But now there's step 5:
    5. The Bluetooth Audio function is activated - and i can hear no more sound although the playback of the song is resumed!
    There's a workaround for this issue: I can tap on the iPod-Icon on the iPhone which says that the iPhone is connected to an equipment. There i can tap on a bluetooth icon in the lower right corner in which i can select the device for audio output: Bluetooth or Dock.
    This is really annoying (even more due to the bad qualitiy of the bluetooth audio), so where can i disable this new "feature"?!

    I too am having this problem. It seems as though I also have to unplug and re-plugin my iPhone dock connector to make it switch to the USB output I need for my JVC KD-R800 receiver in my car. I can't seem to find a way to permanently disable A2DP functionality on either my iPhone or my Car's audio receiver.
    We really do need some sort of option to either disable A2DP altogether or setup a "priority" list of items. Personally, I'd love to have the iPhone output in an order something like the following:
    1st - Dock Connector (USB)
    2nd - Bluetooth A2DP
    3rd - Headphones / iPhone Speaker
    Hopefully someone find out of a permanent workaround or solution soon. I just got this new receiver for my car and it messes everything up!

Maybe you are looking for