HOW TO DISBALE A PARTICULAR OPTION IN MENU

Hi ,
I need to disable an activity in a particular screen in Project System module .
I want to disable the Create(F7) option in the DropDown list .
Is there any way  to do that ?
Can it be done in authorization level ?
Please help me , as it is urjent .
Regards,
Anshuman
+91 9867085289

Hello Anshuman,
If you are trying to disable a particular option which is present on your screen you can do disable that option in program in PBO or set an Authority Check where in you can define that for this particular user type in PBO this option is disabled.
Another thing is when you are trying to disable the create(F7) option from the standard menu bar, you can have 2 gui status set in your PBO and set them as enabled or disabled.Kindly do award the points if this was useful in anyway.

Similar Messages

  • How do I get a drop down menu to auto default to option selected a value other than the default written in the javascript?

    I use web based software where I have to select from a drop down menu a particular option. However, I only ever use 1 option. Sometimes as much as 100 times a day. Is there anyway to get Firefox to auto select the same option every time? I don't have access to the source code so I cant change <option selected="selected" value="">.

    A possibility would be a Greasemonkey script to do this automatically or a JavaScript bookmarklet to do it manually.
    You would need to remove the selected="selected" from the currently selected option and set that attribute for the wanted option.
    You can test the bookmarklet here:
    *https://developer.mozilla.org/en/HTML/Element/select
    <pre><nowiki>javascript:(function(){var d=document,s=d.getElementsByTagName('SELECT')[0],o=s.getElementsByTagName('OPTION'),S='selected',v='value1',i;for(i=0;O=o[i];i++){if(O.value==v){O.setAttribute(S,S);O.selected=true}else{O.removeAttribute(S);O.selected=false;}}})();</nowiki></pre>
    If there are more 'selects' then you need to adjust the element number [0] and you also need to adjust the value of the wanted option.

  • How can i add new identity in file option of menu bar

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/869755''
    how can i add new identity option in file option of menu bar

    There are, but not with a DVD written as a movie disk. It must be closed when completed, or it doesn't work.
    Apple's built in Burn utility also automatically closes any data CD, DVD or Blu-ray disk you burn. Doesn't matter how much space is unused, you can't use it. You'd have to use a more advanced disk creation app, such as Toast Titanium. I then have the option of choosing to write the data as a session:
    I can keep doing this until the disk is full. If I've written five sessions to the disk, when I put it in the drive, five CD/DVD icons will appear on the desktop since the OS will treat each session as if they are separate physical disks. At any point you choose Write Disk when writing a group of data, that means you're closing the disk, and again can't add anything after that. So if I had written two sessions, and the third was Write Disk, it's over. I can't put anything else on that disk.

  • How can I create a file brows menu and save option?

    How can I create a file brows menu, if I wont my user to choose a picture from his PC.
    And how can I save my user settings?(this is application going to be only on my users pc)

    You can launch a file selection dialog with FileReference. You can save settings using a SharedObject (like a cookie).
    http://livedocs.adobe.com/flex/3/html/help.html?content=17_Networking_and_communications_7 .html
    http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_3.html
    http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html
    If this is a Flex app, you will only be able to select a file from the local machine and upload to server, you won't be able to open the file in the Flex app, due to security sandbox.
    If this is an AIR app you will not have this restriction.
    If this post answers your question or helps, please mark it as such.

  • HT1338 how can i see the icon of mirroring options on menu bar?

    i did check the mirroring options on menu bar in the system preferences - display  but nothing happens, i don't see the icon in the menu bar HELP!!!!!!!
    Does anybody knows why there's no icon of mirroring options or airplay on the menu bar ( i have a macbook pro and imac with mountain lion running )

    Your Macs are probably too "old".  Apple is pushing AirPlay and unless you have a newer (2011+) Mac, you'll never get the Displays menu bar icon back in its previous form.  It is possible to get the icon to appear on your menu bar, however, your only option will be to "Open Display Preferences".  You won't be able to detect displays, adjust brightness or change resolutions from the menu bar...
    It *****.

  • How do I get to options

    how do I get to options in Firefox mobile? there's no menu bar like on my laptop version ... or is there?

    The process depends on your particular phone.
    If it has a hardware menu button you should press that. Options will be in that menu. It may require scrolling the list of options or selecting more.
    If you have an Android device without a menu button there will be a 3 dot button to the right of the address bar.

  • How to disable right click option re-size on table column header?

    Hi All,
    Please let us know how to disable right click option re-size on table column header.
    The issue is that when I right click on the column header, the column is selected and the context menu with options like Sort, Columns, Resize Columns, etc.. is popping. we want to disable column  re-size option.
    We are binding the table values programatically (not using Bc4J) and the Jdeveloper version is 11.1.2.2
    Thanks in advance,
    - Vignesh S.

    Hi Gawish,
    Thanks for the reply.
    This will make the particular column frozen and only work for that particular column.
    My use case is that to remove the resize columns option from the context menu or to disable the right click option.
    Making column selection as none will disable the right click option but we need column selection for sorting.
    Is there any other way to achieve this?
    Thanks in advance,
    -Vignesh S.

  • How to provide text formatting options to user from a text field

    Hi,
    My requirement is - in the interactive form, a comments field needs to be provided where user should be able to enter text with formatting options like
    Headers
    indentations
    bold/italic
    bullet points and numbers
    Once user enters the formatted texts in a text field, data needs to be displayed/printed in the same format. Could you help me on how to provide these formatting options to the user for a particular text field?
    I understand that once I define the text field with format XHTML (with RTF), user formatting can be captured and displayed in the same way. But I am not sure on how to provide the formatting options for the text field.
    Thank you,
    Madhu

    Hi,
    if you select a text field for Rich Text and the press Ctrl + E you'll get a bar for all available text formatting options in Acrobat/Reader.

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

  • How to deactivate the rosetta option if it is not shown in information page

    Hi,
    by accident or why ever I clicked the option "start with rosetta" on my eyetv.app. STRANGE now the option is no longer viewable in information field and I can't start the application inside of the application folder because I get then the message "EyeTV can't run under Rosetta-Emulation" please deactivate the Option via Menu Ablage and unmark the option. BUT I can't see this option in information field. AND if i try to start the eyetv.app in an folder outside of applications it works.
    Anyone an idea

    Hi,
    thank you for the hint with command+i BUT THIS DOES NOT help of course, because I already wrote that I used this.
    I solved it now in different way which leads to a general question that somewhere the osx seems to note versions of programs and how to open them.
    Description of this issue now in detail:
    - I installed EyeTV in Version 3.0 on OSX 10.6 and started it.
    - a message appears that this program is not made for this OSX version (it was made for 10.5)
    - stupidly Elgato has no direct access to update from 3.0 to 3.1.2 which works with 10.6 WHICH means EyeTV has a buildin update BUT is useless if you can't start this app
    - OK this leads me to idea to enable the "Start with Rosetta option"
    - Didn't work
    - I took then an 3.1.2 Version from my TimeMachine Backup and copied it over the old ones
    - tried to start it and the message appear "This cannot run in Rosetta Mode"
    - HERE IT COMES the little option field where you can disable or enable Rosetta in the information of the eyetv 3.1.2 is not shown so I was unable to disable it of course
    - so i copied the file to a different directory and it works there normally
    - ..... AFTER 2 hours i remembered that I had set the "Start with Rosetta" option on version 3.0 and the Snow Leopard seems to have noted this somewhere and i need a trick to see this option and the only way is to use a version 3.0 file maybe the option will appear there again
    - ok copied Version 3.0 over the 3.1.2
    - AND AH the rosetta option appears and was enabled and I had here the possibility to disable or unmark it
    - then copy back the 3.1.2 Eyetv version file and AH it runs
    So imagine that someone else uses today an application which really needs rosetta, and a user activates this and after some month a Snow Leopard 64bit version comes and nobody tells the user to deactivate the rosetta version on old package before installing new one.... poor user, I guess the 64bit version will tell the crap "This application can't run under rosetta" and the user will never find the way to disable it.
    Hope there is a better way to find out for which application in which version was set the "start with rosetta" option in the system.
    IF ANYONE KNOWS PLEASE let me know

  • Every keystroke and mouse movement, I get an audio notice that I need to shut off. In Safari, the cursor cycles thru every link and metadata field and I get a verbal/audio notice of what it is.  How do I shut this option off???

    Every keystroke and mouse movement, I get an audio notice that I need to shut off. In Safari, the cursor cycles thru every link and metadata field and I get a verbal/audio notice of what it is.  How do I shut this option off???

    Press the key combination command-F5 to deactivate VoiceOver. If that doesn't work, proceed as follows.
    For OS X 10.7: From the menu bar, select
     ▹ System Preferences ▹ Universal Access ▹ Seeing ▹ VoiceOver: Off
    For OS X 10.8 or later: Select
     ▹ System Preferences ▹ Accessibility ▹ VoiceOver ▹ Enable VoiceOver: Off

  • How to use drill down option in Crystal Report

    Dear all,
            I want to know how to use drill down option in Crystal report 2008.  In below i have explained my screnario
    For example
       My scenario is.  In crystal report I have Purchase order like PO101,PO102.  Each purchase order have 5 line items.  If i drill down each purchase order it should display line item in crystal report. 
    Regards,
    Baskaran.

    hi,
    Create a Group on 'Purchase order'.
    Group Expert -> Select the Purchase Order and Click the arrow button such that it appears right side. Click ok.
    GH1 is inserted.
    Your detail section should include 'Line items' fields.
    Right Click 'Detail' section on left hand side,  Click 'Hide (Drill down Ok)'.
    Now you will see only 'Purchase order's in Group Headers.
    Now when you click on a particular order, you will see respective line items.
    Regards,
    Vamsee

  • I have a problem when try to select any of option from menu bar

    I have problem with mozilla since last update. When try to use any of options from menu bar, this appears:
    http://www.dodaj.rs/f/1p/Sl/1jR36iaa/mozilla-firefox-bug.png
    Also, i uploaded video to show how my problem appear.
    http://www.youtube.com/watch?v=shZGaZ0-_po

    thanks for reporting back with your details - turning off HWA might have slight negative effects on the performance/rendering speed of the browser but it shouldn't impact any functionality.
    i've seen a handful similar threads by users mentioning this issue since they've upgraded to firefox 18. so when it is a widespread problem, mozilla might further investigate this & offer a fix in a later version...

  • How can I EXCLUDE particular folders/files from being included in the Lightroom 5 catalog?

    How can I EXCLUDE particular folders/files from being included in the Lightroom 5 catalog?
    I want to be able to specify paths and/or filename patterns that should NEVER be indexed in the catalog: not that they don't show up under certain circumstances, just that they are NOT THERE (in the catalog) to begin with!!
    I also do NOT want to have to respecify these criteria when "synching" the catalog; criteria should be PERMANENT (or at least 'til they're changed in LR preferences).
    I cannot be the only person in the world with this problem--but it sure seems like it, because I've spent an inordinate amount of time doing online searches & I can't find anything that addresses this issue.
    Can anyone PLEASE HELP me?
    BTW, Adobe employees (if there are any of you out there), I'm simply trying out LR now.  If I can't get this (seemingly fundamental) thing worked out (with relatively little effort), Adobe is going to LOSE A SALE of LR, because it's useless to me without this feature.
    Thanks,
    -t

    Thanks for the info... but how to you TELL LR to EXCLUDE images in a particular directory/directory structure?  The intuitive place to indicate this would be a right-click on the folder itself (or particular images), but no such option exists..  "???"  Thanks again, -pt
    The same way that you avoid buying things in your local convenience store. You don't stick a lot of labels on certain shelves, slap a credit card down on the counter each week, and announce you are buying everything that doesn't have a label on its shelf. You just choose the things you want to buy.
    Your mention of "synching the catalog" suggests that you are expecting the LR library, to mirror the total images in the computer by default. This is not IMO a useful way to think about it. LR contains no images at all, by default: the Catalog starts out empty.
    Then you Add just those selected images that you want to import, among those already in the computer. That's a one-off process which is IMO best achieved controllably in batches - which you can keyword and otherwise organise in LR terms as you go. For new incoming images, ongoing, it is a question of Copying, Moving or Adding these in defined batches as they occur - from the relevant location only - there is no need to re-consider the import of a wider body of images. And one would not want to repeat that whole task anyway: one's prior investment in achieving the right selectivity, has a positive value.
    RP

  • How to increase size of fonts in Menu bar and in Safari toolbar?

    How to increase size of fonts in Menu bar and in Safari toolbar?  Munu bar and Safari toolbar  fonts too small on a 24" iMac screen.
    Thanks in advance !

    If you want to change the size of the font of a TextEdit text document, you do it in the preferences. Alternatively, if you want control over the size of the fonts, make it a Rich Text document, and then you can change the font size. You can either use the Larger or Smaller options, or Show Fonts to choose a size. You can elect to have new documents be Rich Text in the preferences as well.

Maybe you are looking for

  • Best IDE and how-to create HTML for a swing Applet

    Can you help me out? I've been using, and teaching with the old Symantec VisualCafe product from long, long, ago. It still works fine & I can even use it to build JFC/Swing Applets etc. But a few things have occurred. For one, a way back, Symantec so

  • XQilla problem while building dbxml for Visual Studio 6

    I am simply trying to build dbxml 2.4.16 in Visual Studio 6 on XP Pro. I am following the instructions. It fails to to link when it gets to xqilla. It seems to compiile ok then fails while linking saying it cannot open file xqilla21d.lib. The only de

  • Web service not available in F4 help of document template

    Hi , I have created a web service using tool WS_DESIGN_TOOL. Its  active and status is productive. Now when I am creating document template , I am not able to see this web service in F4. Hence not able to create document template with my web service.

  • Base price calculation in sales order using Routines.

    Dear all, I have a requirement related to usage of routine in pricing procedure. The requirement is as given below. A base price for a material is entered in the contract manually using a customized condition record.Later a sales order will be raised

  • SQL Performance Degrades Severely in WAN

    The Oracle server is located in the central LAN and the client is located in the remote LAN. These two LANs are connected via 10Mbps wide network. Both LANs are of 100M bps inside. If the SQL commands are issued in the same LAN as Oracle server is lo