How to disable the buttons in Oracle EBS

Hello Experts - I am new to Oracle EBS, we have a requirement of the user. They want to turn off the ' communicate' in the Tools Menu bar button in shopping, as shown below.

Can someone give me a simple solution?

Button_Disable.PNG

MOS Doc 1493744.1

Tags: Oracle Applications

Similar Questions

  • How to disable the button create and edit button in IMPORT environment for all the modules of 6.1.1.1?

    Hi all

    I am trying to disable some built-in options for all modules as well as all users in paragraph 6.1.1.1.

    How to disable the button create and edit button in IMPORT environment for all the modules of 6.1.1.1.?

    Please help me solve this problem.

    Thank you

    Nefertari

    Thank you Ivy, Yes.

    I made some changes more in environment settings that helped me to turn off the button the user create a user/edit.

    Thank you

    Nefertari

  • How to disable the button called auto reset XP pro. After closing it restarts auto.

    How to disable the automatic reset button in windows xp pro. On the closure of this computer goes out, but then restarts auto in minutes. Thank you, john

    Tried the remedies without results. I would appreicate help.

    Thank you john

  • How to disable the button submit when running

    Hello

    I create a page with buttons createEmployee, deleteEmployee and updateEmployee employee management.

    I want to disable the buttons send above if the user is "OPERATIONS".

    My code as follows:

    String userName = pageContext.getUserName ();

    {if ('Operations'. Equals (username))}
    OAPageLayoutBean page = pageContext.getPageLayoutBean ();
    page.prepareForRendering (pageContext);
    OAGlobalButtonBarBean buttons = (OAGlobalButtonBarBean) page.getGlobalButtons ();
    OAGlobalButtonBean button = (OAGlobalButtonBean) buttons.findIndexedChildRecursive ("CreateEmployeeButton");
    button.setDisabled (true);
    }

    but he throws NullPointerException.

    For this code, I guide the OAF Dev R12.

    can you explain what is function_name in the next line

    Button OAGlobalButtonBean = (OAGlobalButtonBean) buttons.findIndexedChildRecursive ("< function_name >");

    I tried with the id of the button, but I didn't work.

    Can you explain about this clearly.

    Thanks in advance,
    SAN

    Hello

    I think that your button on the page is in the region of pageButtonBar.

    Use code below.

    String userName =pageContext.getUserName();
    
    if("OPERATIONS".equals(userName)){
    OASubmitButtonBean button = (OASubmitButtonBean) webBean.findChildRecursive("CreateEmployeeButton");
    if(button!=null)
    {
        button.setDisabled(true);
    }
    } 
    

    Kind regards
    GYAN

  • How to disable the button after the first click (click multiple problem)

    Hello

    I have a ' create' button related to processes of insertion in the database view. The problem is that when I click on him twice, I have two insertion in my database (even with the option run processes: "Once a visit to Page"). Is it possible to disable the button after the first click? and activate on load before the header?
    or maybe there's better solution? I thought that the process of the option run must stop multiples (insertion).

    Przemek

    Przemek:

    You can do the following.
    (1) set the "button"style"of the 'Create' button to be 'Button HTML'"
    (2) set the "key Attributes" have
    ID = "myButton".
    (3) in the "optional Redirect URL" section set to 'Target' ' "URL".
    (4) for the URL, specify {code}
    JavaScript: $x('myButton').disabled = true; doSubmit ('CREATE') {code}

    CITY

  • How to disable the button to remove the application.

    I want to implement a feature to disable a button Delete a particular application so that the user can not remove it applications.

    How can I implement this.

    is not possible

  • Satellite P500-127 - how to disable the buttons of enlightenment?

    Hello

    I ve bought the Satellite P500-127, but I m protruding on the buttons on the left side of the keyboard. I Don t know the exact term for this button. So, does someone knows how to deavtivate them?

    Thank you.

    Hey,.

    Please check this thread:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=55505

    The same question but with answer ;)

  • How to disable the button reduce dispatcher

    My goal is to disable (and make it invisible) the reduction of a separator button, so the user can drag and resize, but cannot collapse it.
    is this possible?

    Hello
    Please tell us your version of Jdeveloper.
    If you hide the icon of the collapse, how can the user see the horizontal/vertical partition?
    If you happy with this, you can hide the collapse icon using count.

    af|panelSplitter::horizontal-icon-container
    {
      visibility: hidden;
    }
    af|panelSplitter::vertical-icon-container
    {
      visibility: hidden;
    }
    
  • How to disable the button of attachment (trombone) at the request of Vacacy

    How can I disable attachment (paperclip) on demand and vacancy screen through customization of the form, I want to do this only for a special responsibility?

    PL see if article 4 ml 76530.1 Doc (attachments and comments in Oracle HRMS) can help guide you

    HTH
    Srini

  • How to check the downloaded correctly Oracle EBS software file

    Hi guys,.

    Could you please how can software file downloaded correctly delivery.

    Apart from the audit that the size of the download of the file matches the file size displayed on the cloud of delivery of the Oracle software.

    How can we check using MD5 and SHA-1 found in the Digest of the view data. What would the syntax of the command to do so.

    If someone could develop on it for example...



    Thanks and greetings
    MZ

    MZ_AppsDBA wrote:
    Hi guys,.

    Could you please how can software file downloaded correctly delivery.

    Apart from the audit that the size of the download of the file matches the file size displayed on the cloud of delivery of the Oracle software.

    How can we check using MD5 and SHA-1 found in the Digest of the view data. What would the syntax of the command to do so.

    If someone could develop on it for example...

    Thank you & best regards
    MZ

    After you have created the scene area directory, run md5sum to verify the integrity of this directoty and it should tell you which files/directories are missing.

    With the help of electronic delivery with quick installation in Oracle E-Business Suite Release 12 [406138.1 ID]
    MD5 Checksum for Rapid R12.1.1 install Media [ID 802195.1]

    Thank you
    Hussein

  • Disable the buttons before webservice response

    Hello

    How to disable the buttons until the webservice response came, but when came the web service respone it will allow all the button

    can you give me any suggestions...

    Thank you

    Learning by doing. I've attached an example that does what you want to do, disable the buttons x, where x in this example is 5 seconds to activate the buttons and where x for you would be availability of webservice response.

    All what you need to do is:

    • Add ID to your buttons (see the example input elements I used)
    • Add the source to remove the attribute "disabled" of these buttons (see the example of function that I have documented)

    She's.

  • How to disable the index to the rows of the table updated

    Hello world

    I have a problem on a table with Oracle11g.

    I would update a table a lines opposite two in a table. This table has an index, and during the inversion, the index is duplicated.

    So, I turn off the index and then rebuild all indexes like this: How to disable the index in oracle

    However, I can't update a table when my index finger is rolled unusable.

    I create my table:

    CREATE  TABLE MY_TABLE(
      ID                         NUMBER(5) NOT NULL,
      TYPE                        NUMBER(1) NOT NULL,
      PRIO                       NUMBER(4) NOT NULL,
      CONSTRAINT PK_MY_TABLE
        PRIMARY KEY (ID, TYPE )
    );
    
    CREATE INDEX  PRIO_UK
        ON MY_TABLE(TYPE, PRIO);
    
    
    
    

    Then I selected all the elements and the results is:

    ID Type Prio
    1110
    2111

    Then, I tried to update this list with this script:

    UPDATE MY_TABLE set PRIO = 11 WHERE ID = 1 AND TYPE = 1;
    UPDATE MY_TABLE set PRIO = 10 WHERE ID = 2 AND TYPE = 1;
    
    
    
    

    I have an error on the first line, because the subscript for type 1 and 11 priority already exist.

    You have another solution to solve my problem?

    I thank you very much.

    Do not disable your index. Just perform your update with a single blow. Like this

    SQL> select *
      2    from my_table;
    
            ID       TYPE       PRIO
    ---------- ---------- ----------
             1          1         10
             2          1         11
    
    SQL> update my_table
      2     set prio = case when id = 1 and type = 1 then 11
      3                     when id = 2 and type = 1 then 10
      4                end
      5   where (id = 1 and type = 1)
      6      or (id = 2 and type = 1);
    
    2 rows updated.
    
    SQL> select *
      2    from my_table;
    
            ID       TYPE       PRIO
    ---------- ---------- ----------
             1          1         11
             2          1         10
    
    SQL>
    
  • How to disable the CWA in 11g

    Hi team,

    Please let me know how to disable the CWA in oracle 11g? As we use OEM for the maintenance of AWR reports.

    Please let me know for details.

    Thank you

    You can drop the repository with the $ORACLE_HOME/rdbms/admin/catnoawr.sql script. Or do you mean that you want to disable snapshots? If so, use dbms_workload_repository.modify_snapshot_settings to set the interval to 0.

  • How to get my version of Oracle EBS (Linux)

    Hello

    do you know how to get the version of Oracle EBS (Linux)?

    Thank you!

    OK, now I'm confused...

    cat/etc/redhat-release for the linux version.

    httpd-version to the version of Apache.

    For the version of the application, you can get that from the database. You can get help or request fnd_product_groups-> on the page.

    [If you want the version of the framework: http://[host]. [domain]:[portnumber]/OA_HTML/OAInfo.jsp

    Edited by: Bobcatalog 2 December 2008 13:00

  • Disable the button Delete in the toolbar on EBS (Apps) Oracle using Custom pll.

    Hello

    I am trying to disable the button remove on Oracle Apps, I tried the following code, but it does not work. If the a person who has been able to do it please share.

    I tried this.
    begin
           
            if (event_name = 'WHEN-NEW-FORM-INSTANCE') then
                      app_special.enable('EDIT.DELETE', PROPERTY_OFF);
                       fnd_message.set_string('After APP_SPECIAL.ENABLE');
              
            end if;
      end;
    Thank you

    Hello

    Take a look at the following links.

    Custom.PLL
    Custom.PLL

    How can note: 561676.1 - I use SQL to disable a menu item?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=561676.1

    Kind regards
    Hussein

Maybe you are looking for