Disabling the delete option using personalization

Hi,
Is it possible to disable the "Delete" option (Red X mark on the menu bar) using personalization. I wanted this to be done on Employee Creation screen.
Thanks
qARS

Do you have any docs, reference which talks, how custom.pll can be modified to suit business needs. Most of the links and docs i have gone thru says "if personalization is not possible, the change has to be done in CUSTOM.pll"I have already posted couple of docs.
None of them says how modifications can be done in CUSTOM.pll and what tool is required to do this.Use Oracle Developer (6i if you are on 11i and 10g if you are on R12).
You can find "Oracle Application Developer's Guide"/"Oracle E-Business Suite Developer's Guide" at http://www.oracle.com/technetwork/documentation/applications-167706.html
https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom.pll+AND+Developer&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Please note that you may lose your customization if you patch/upgrade the application and if the CUSTOM.pll needs to be replaced/copied, so make sure you always have a backup of this file.
Thanks,
Hussein

Similar Messages

  • I am trying to delete a page from a pdf using Acrobat X Pro but the delete option is greyed out. Why

    I am trying to delete a page from a pdf using Acrobat X Pro but the delete option is greyed out.  Does anyone know why?

    Post your question in the forum for Adobe Acrobat.

  • How to disable the print option in A. Reader (using JavaScript)

    I need be able to disable the print option from JavaScript code. I know that the print option can be disabled in the
    "File > Form preferences > PDF Security" option in the main menu but i need to do this from a script into the document (
    preferably using the JavaScript language).
    Thanks in advance!
    Dan

    HI!
    I have the same problem =)
    I have fixed this issue using the "app.fs.isFullScreen = true;" statement.
    Doing this you don't see toolbar anymore.
    You can use "hideToolbarButton" instruction and, maybe, you can obtain a more interesting result.
    Below there is a very interesting document:
    http://partners.adobe.com/public/developer/en/acrobat/sdk/5186AcroJS.pdf
    I'm sorry for my poor english :-)
    Bye,
    Roberto (from Italy)
    Ps= Do you know how I can obtain a list of required fields in a form?
    thank's!

  • I am using the iPad 3 64 and am an avid photographer . I have been using iPhoto as my editor when I download my pic to my iPad . I have upgraded to IOS 6.  Please tell me why has the delete option has been removed iPhoto?

    I am using the iPad 3 64 and am an avid photographer . I have been using iPhoto as my editor when I download my pic to my iPad . I have upgraded to IOS 6.  Please tell me why has the delete option has been removed iPhoto?

    That was the first thing I check, my X no longer exist, the app still works fine and does everything it did in the past, the the x (delete) option is no longer there.  I have deleted and redownloaded the app and did a complete reset, X still not there as an option.  Is anyone else experiencing this problem? 

  • How do you delete a photo album off your phone that doesn't have the delete option available? and the photos section on iTunes has no photos synced?

    so I have an iPhone 4s and a while back I put a photo album on my phone, but now I cannot delete it!! The delete option isn't there to do it on my device and I have tried unchecking the synced photos button on iTunes and that doesn't work, I just want them off my phone.

    If unchecking and syncing in iTunes doesn’t work, you may have to use a third party tool like iPhone PC suite. With it, you can delete the photos and videos in Camera Roll, pictures in apps, pictures transferred from computer to iPhone and more. Use “Crtl + A” (for Windows) or “Command + A” (for Mac) to select all the pictures in an album and delete them, the album will disappear automatically.

  • HOW TO DISABLE THE SAVEAS OPTION OF A BROWSER?

    Hi all,
    Nice to be back again folks.....
    Well I need to develop an Applet (perhaps even a swing) which when loaded by any browser would disable the SaveAs option of the browser's File menu.
    I tried using the Frame class of java.awt package, the code is:
    import java.awt.*;
    import java.applet.*;
    public class WinAppl extends Applet
    int mc;
    String str="NO OF MENUS: ";
    Font fnt=new Font("Arial",Font.BOLD,12);
    MenuBar mb;
    Frame frame=new Frame("SNODX");
    Window window;
    public void init()
    frame.setBackground(Color.red);
    frame.setForeground(Color.black);
    this.setFont(fnt);
    mb=frame.getMenuBar();
    if(mb!=null)
    mc=mb.getMenuCount();
    str+=mc;
    else
    str+="ZERO";
    public void paint(Graphics g)
    g.drawString(str,50,50);
    but when this applet is loaded ALL the menus of the browser disappear .i.e when this frame applet is loaded by the browser only the title bar of the browser and a red colored window appear, no menus. I dont want all the menus to be hidden, just the SaveAs option of Browser's File Menu to be disabled.
    Thanks in advance.
    True to my nature I am posting this question in some of the other Java forums as well. And as usual sorry for the multiple postings.
    snodx

    Applets usually have absolutely no control over the browser they are running in (with the exception of loading other web pages and other very high level stuff). You won't be able to write an applet that disables entries in the menu bar. And even if you could it wouldn't really help you because most browsers write everything they download to disc (to the cache) where it can be recovered by anybode.
    Last but not least: there are lots of tools for mirroring web sites that will allow users to download and save anything that is accessible for browsers.
    However, you may be able to disable the menu bar and perhaps even change entries in some browsers like ie by activeX controls or javascript. Still this is not a very friendly way for a website to behave...

  • When I edit my emails, the delete option is no longer present.  No option is there at all?

    I used to be able to delete emails by hitting edit, checking the circle and then htting the delete button would remove those emails.  Now when I hit edit there are no options on the screen to delete, move archive or anything.  What am I missing?
    I just powered off and then ran it again and the delete option reappeared.

    Hi alvise625r,
    Are you still facing this issue?
    Pressing F9 key should bring back the menu bar. Also, if you have Kaspersky installed on your machine you might need to uninstall or downgrade as there is known conflict because of kaspersky:: Kaspersky Lab Forum > Bug: KIS version 15.0.0.463 patch B Acrobat Reader XI
    Regards,
    Ajlan Huda.

  • When i swipe my finger to delete messages, the "delete" option disappears in no time before I tap delete. Help?

    When i swipe my finger to delete messages, the "delete" option disappears in no time before I tap delete. Help?
    Also, my battery died after like 4 hours of a full charge.
    This is a brand new phone .. HELLPP!!!

    Try to reset the phone by holding the sleep and home button until the Apple logo comes back again. This usually takes care of glitches. You will not lose data resetting the phone that way.
    As for the battery drain, if you're using push/fetch for your mail, try to delete and set up the mail account again, the have been cases, in which the mail app tried to log into the mail server over and over again, causing the battery drain.

  • How to disable the print option in A. Reader (in JavaScript)

    I need be able to disable the print option from JavaScript code. I know that the print option can be disabled in the
    "File > Form preferences > PDF Security" option in the main menu but i need to do this from a script into the document (
    preferably in JavaScript language).
    Thanks in advance!
    Dan

    HI!
    I have the same problem =)
    I have fixed this issue using the "app.fs.isFullScreen = true;" statement.
    Doing this you don't see toolbar anymore.
    You can use "hideToolbarButton" instruction and, maybe, you can obtain a more interesting result.
    Below there is a very interesting document:
    http://partners.adobe.com/public/developer/en/acrobat/sdk/5186AcroJS.pdf
    I'm sorry for my poor english :-)
    Bye,
    Roberto (from Italy)
    Ps= Do you know how I can obtain a list of required fields in a form?
    thank's!

  • How do I disable the TTY option on my i phone (Version 5.1.1.)

    How do I disable the TTY Option on my I phone 4 (Version 5.1.1.)

    The only time that setting should not appear is if there is a sim in your phone from a non-supported iPhone carrier. Then, TTY can be turned on by default. So, try this:
    Settings>General>Reset>Reset All Settings.
    That should get rid of the icon regardless.

  • 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?"

  • Disabling the queries option via RRMX

    Hello Experts,
    I need to disable the queries option which we get when we click on the folders option after executing tcode RRMX.
    This is required in order to restrict the reporting user to execute queries.He should not be able to see this queries option. Can someone please guide me with this,how can I actually implement this restriction.
    Thanks..
    Best Regds,
    Suyog...

    Hello,
    Yes,
    There is an authorization to the transaction RRMX in a role provided to your users.
    Just remove that option of the role (or if all of its contents in the role is only the access to the transaction RRMX remove the all role from the users).
    There you go,
    Diogo.

  • TS1702 the delete option does not appear when I try to edit pictures

    When I try to edit photos on my I pad [elete} the delete option does not appear only the share or copy option are there Why?

    If the photos were synced to the iPad you have to unsync them. You can't delete those form the iPod itself.

  • Disabling Maximize option from JFrame without disabling the resizing option

    Hi all,
    I want to know how we can disable the maximize option of a JFrame window without disabling the resizing option. I have tried JFrame.resizable(false). It disables both maximizing and resizable option. But I need the resizable option to be working.
    Anyone can help me?
    Thanks in Advance

    this works OK on 1.5.0_05 (unsure about other versions)
    and you'll lose the minimize as well
    import javax.swing.*;
    import java.awt.*;
    class Testing
      public void buildGUI()
        JFrame f = new JFrame("JFrame");
        f.setUndecorated(true);
        f.getRootPane().setWindowDecorationStyle(JRootPane.PLAIN_DIALOG);
        f.setSize(400,300);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • Disable the registration option

    Is it possible to disable the registration option on Help
    Menu of Adobe Contribute CS3 (v4.1)?

    Currently, there isn't a way to do this. But this has reacently become a common feature request and we are working to get it added.

Maybe you are looking for

  • Graphics Drivers in Windows 7 on Macbook Pro

    Hi, On my shiny new 15 in. MBP, I installed Windows 7 RC x32 using Boot Camp. Once Windows 7 was installed, I put in the Mac OS X CD to get additional drivers after which sound started working and screen resolution became dramatically better (keyboar

  • Account does not exist in chart of accounts COA1

    Hi Expert, While running GR/IR clearing report, i am facing the following issue, I checked FS00 & FSP0 transaction. G/L account is created for the company code and chart of accounts. Is there any other issue? Please suggest. Regards Rifaie

  • How to load the pre-built dashboards?

    Hi all, I am experimenting with OBIEE with BI APPS and DAC on a Oracle 11g database. I managed to do a complete ETL run in the DAC from a Peoplesoft HCM environment. With the HR Workforce module, so that is loaded in to the Oracle database. I have co

  • HT204057 My OS X.5.8 doesn't perform backup function to Time Machine

    I don't know why my Time Machine no longer performs the back-up function.  What can I do?

  • Error in catxdbj.sql execution

    I get the following error executing catxdbj when initially installing hava and xml: Warning: Java altered with compilation errors. Is this expected? I see 55 invalid java classes in the db. I'm running 9.2.0.4 64-bit. Thanks.