How to show conditionally IR menu options?

A IR page can be accessed by authenticated and non-authenticated users. I would like to hide some options in IR menu from non-authenticated users.
Is it possible?
Igor

Hi, Iloon.
Unfortunately, that does not seem applicable to me, because I have no access to IR menu items APEXIR_SELECT_COLUMNS, APEXIR_FILTER, APEXIR_SORT, APEXIR_DOWNLOAD etc...
These are not report columns to which one can apply authorisation scheme, but IR black box stuff.
I presume, there must be some undocumented package function that can show/hide these IR options, but I have not managed to find it yet.
Igor

Similar Messages

  • How to call dicoverer through menu option in forms

    Hi,
    Need help.........Can anybody tell me .....how to call dicoverer through menu option in forms.
    Thanx
    Sunil

    Hi,
    You can define a Form Function filling the basic information and
    HTML call Set as OracleOasis.RunDiscoverer. You can even define Paramters during the form function registration. With this definition you will able to create a link to a Discoverer workbook that will automatically open Discoverer Plus or Viewer to display the workbook using Apps security.
    Please refer to the following Metalink Note for more details:
    278095.1- How to Create a Link to a Discoverer Workbook in Apps11i
    Hope This helps
    - Sanjeev

  • TS3798 My Apple TV Does NOT show the Internet menu option. Has all the other options but the Internet. I am connected to the Internet as I can  Rent, Buy ,etc..movies from the Apple Store...

    I have a first Genreation iPAD and just a new Apple TV, 3rd Generation. The Apple TV does not show the Internet menu option after booting up.

    There isn't one.
    AppleTV3 has icons for all the internet features.

  • Show pop-up menu option is always gray!

    Hi!
    I have a serious problem!
    I'm trying to create a pop-up menu in Dreamweaver cs3 (not
    using the spry options)
    Anyway, I'm *not* using a template. I created an empty link
    and the option for show pop-up menu in the behavior window is
    *always* gray!!! I have no idea why!!!! PLEASE HELP!!!!
    thanks,
    tal.

    If your new template is using the DW popup menu you will not
    be able to
    update the links as Gary already mentioned. The reason for
    this is that all
    the links for your popups are in an external javascript
    file... when it
    comes time for a child page to be updated, it cannot read the
    links in the
    js file and does not update your pages.... this is *one* of
    the reasons why
    this pop menu system is not highly thought on this forum....
    more about js menus here:
    http://apptools.com/rants/jsmenu.php
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    > Thank you for replying.
    >
    > Yes, it's in a template. I just tried saving my template
    as an html file,
    > and
    > was able to make the pop-up menu. But now if I save it
    as a template, how
    > can I
    > link all the files (there are many) to this new
    template.
    >
    > If I rename this template with the name of the one I
    used to create the
    > files,
    > will DW behave as if it's the same template? Will it
    update my files when
    > I
    > make changes, even though it was not the one I used to
    create these files?
    >
    > I've had pesky template problems before and afraid to
    mess up the original
    > template which I used to create all the files.
    >

  • How to log when a menu option is selected in an IVR Script

    Our business would like to track how many customers select a specific option in the menu of a CCX script.  For example: Customer calls in to the IVR and selects option 2 for a password reset within the menu.  My question is how to configure this within the script?
    We are running UCCX 8.0.
    Any help would be appreciated, thank you.

    The other thing we sometimes will do is to actually create a queue with no agents in it.  Queue the call and then dequeue the call, and you will be able to run reports on that queue to see how many calls went into it.  It's a workaround, but is sometimes easier for customers in smaller environments especially.
    John Irey
    Tympani Inc.

  • How to show an dropdown menu when user click on one point on lineseries?

    Hi all,
    I am new  in flex development.
    I am showing line series on the chart, I'd like to give some interaction, when user click on the "point" on the line, I'd like to show a dropdown menu, and react to user's choice on the menu item.
    Is it doable? Any sample or reference?
    Thanks in advance.
    /// Jack

    Cool, that definitely moving forward.
    I saw two questions here:
    1. I added mouseOver/mouseOut action to the LineSeries, it then react when I mouse over the line, instead of at the data point.
    2. How do I know the dataPoint's position and locate popmenu in that place? on other words, how do I have dropdown menu. I tried to use "this" as DisplayObjectContainer and send to Menu.createMenu, but seems not working.
    Here is the code pieces I am talking about:
    [Bindable]public var myMenu:Menu;
                // Create and display the Menu control.
                private function createAndShow():void {
                    Menu.
                    myMenu = Menu.createMenu(holder, myMenuData, true);
                    myMenu = Menu.createMenu(null, myMenuData, false);
                    myMenu.labelField="@label";
                    myMenu.show(10, 10);
                private function hideMenu():void {
                    myMenu.hide();
    <mx:series>
                        <mx:LineSeries mouseOver="createAndShow()" mouseOut="hideMenu()" sortOnXField="true"  xField="date1" yField="score1"  displayName="Score1">
    Thanks.

  • UCCX 8.5 - How do I create a menu option that overwites a prompt?

    Hi All,
    I'm fairly new to UCCX scripting and have a question about a way to create a menu option that overwrites a prompt.
    Here is the situation, we have only one small call center. There are two scripts in play here, one is their production script. Everythign is working fine with that script. The other is a recording script. The call center supervisors would like to be able to call into the recording script and record a prompt that says something like "All agents will be out today, November 1st, until 2pm on a staff luncheon, please call back at 2pm". This would overwrite the welcome prompt on their production script. As you can see from the language above, the message would be different depending on what was going on that day. I actually have this working quite well.
    The problem is that when they come back from their luncheon, or from whatever they were doing, they want the ability to revert back to the original opening greeting wav file. The way it's set up now, when they get back from lunch they'd have to re-record the whole opening greeting "Thank you for calling XXX, press 1 to be connected to an agent, press 2...".
    It seems like there should be a way, a new menu option in the recording script, that would allow me to revert back to the original recording so they don't need to re-record the opening greeting every time. I've created a new folder in Prompt Managment called "Revert" and placed the orginal opening greeting there. Can anyone give me guidance on what step to insert that would in effect say, if the caller presses 3, copy "Revert/Welcome.wav" to "CallCenter/Welcome.wav"? In this case the "CallCenter" folder contains the production prompts for the CallCenter script.
    Thanks,
    Josh

    Josh,
         I would recommend the following configuration:
              1.) Setup a XML file that has an option called "EarlyClose" or something similar.
              2.) Setup your script with an "IF" that reads in that XML document and looks for "EarlyClose".  If it's set, then play the custom closed message.  If not, then play the normal message that is never overwritten.
         The second part is to create a second script that has an internal only extension.  This would then allow your supervisor to dial in, and put in a PIN.  Once this is done, set have the agent record the greeting.  Then (and only then) set the "EarlyClose" variable in your XML document.  This will prevent the user not getting the new prompt recorded and EarlyClose being set early.  You can also setup the script to play back the prompt and then have the end user validate that everything is working right.  I would recommend reading through the scripting guides as they have some great infomation on this type of thing and example scripts.  I hope this helps you out.
    Thank you,
    Robert W. Rogier -- UCCE TAC Support Engineer
    Cisco, RTP NC.

  • How can I hide a menu options programatically in Forms 6i?

    Hi folks:
    I am using a customized menu. Called AEMS001. I have four options: File, Maintenance, Operations, Administration.
    Inside Maintenance, I have 15 different options and I need to hide five of them (Fees, Documents, Legal, Recors, Others) depending of the user role assined.
    How can I do that?
    I try to use set_menu_item_property('FEES', Visible, property_false)
    but it give me an error: FRM-41067: Cannot find menu item: invalid Id
    What do I did wrong?
    thanks a lot.
    Abdel

    hi,
    it might be that there is an initialization error in your code...
    try something like this (you can use visible or enable property).
    tell me your email and i will send you sample form and menu with the following code ...
    declare
    menu_item_name     varchar2(40) := 'MENU2.ITEM23';
    menu_item_id     MenuItem;
    begin
    menu_item_id := find_menu_item(menu_item_name);
    /*if (not id_null(menu_item_id)) then
    if (GET_MENU_ITEM_PROPERTY(MENU_ITEM_NAME, visible)='TRUE') then
         set_menu_item_property(menu_item_id, visible, property_false);
    else
         set_menu_item_property(menu_item_id, visible, property_true);     
    end if;
    else
    message(' cannot find menu item!');          
         raise form_trigger_failure;
    end if;     
    if (not id_null(menu_item_id)) then
    if (GET_MENU_ITEM_PROPERTY(MENU_ITEM_NAME, enabled)='TRUE') then
         set_menu_item_property(menu_item_id, enabled, property_false);
    else
         set_menu_item_property(menu_item_id, enabled, property_true);     
    end if;
    else
         message(' cannot find menu item!');          
         raise form_trigger_failure;
    end if;     
    end;

  • How to show all Stroke Panel options?

    Hey everyone!
    So I've been working on an architecture project and just transferred my project to Illustrator CS6 from Rhino. Basically what I need is to change certain lines to thinner, dashed, and different spacing. Now, I've used Illustrator multiple times before on other computers, so I knew that to do this I needed to go to the Stroke Panel and change the settings there. Simple enough. HOWEVER. The only option showing in my stroke panel is Weight. No dash options, no spacing options, nada.
    Can anyone help? I tried looking in window options, View options, and absolutely nothing seems to work. Every tutorial I saw for changing line weights/dash/space/etc shows it the same way: in the Stroke Panel. Mine just seems to be the only one in the entire world that doesn't want to give me these options.
    Thanks so much in advance!!
    -Shelly.

    Use the popup menu at the upper right of the Stroke Panel and choose "Show Options".

  • How to show unhide my purchases options

    Hi Everyone,
    I was hide my music from purchased list, but I was unable to see Unhide My Purchases options at my account. Is there any way to unhide other from Unhide Purchase from account?
    Thank you

    Use the popup menu at the upper right of the Stroke Panel and choose "Show Options".

  • Our menu bar no longer works correctly. The flyouts only show the first menu option and none of the drop-down menu options.

    In previous versions of Mozilla we had drop-down menus that contained flyouts that offered more drop-down options. This no longer works in Mozilla 4. If you look at our website in IE7, 8 or 9 and Mozilla 4.0.2 they now work differently. (www.saskschoolboards.ca) Eg. Under About Us / Committees there should be three more dropdowns on a flyout - Committee List; MEPP Report and Semi-Annual Report form. Mozilla 4.0 only shows Committee List and no other drops downs. All of our flyouts are showing only the first selection and nothing else.
    Other affected menus dropdowns are:
    Board Dev / Trustee Development (there should be 4 dropdowns - not just one)
    Communications has Surveys and Elections
    Why is Mozilla not showing our menus correctly anymore?
    Andrea Ashton - [email protected]

    I see this error in the Tools > Error Console:<br />
    <br />
    <blockquote>Error: D.getStyle is not a function
    Source File: http://www.saskschoolboards.ca/js/mootools.js
    Line: 279
    </blockquote>
    It looks that the mootools script is no longer compatible with Firefox 4.<br />
    Google Chrome behaves the same and also doesn't open the sub-menus properly and keep the first entry on display once it is open.
    Did you check if there is an update for that script?
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • How to show tree context menu in screen reader mode

    Hi, experts
    I want to know is there a way to show context menu of a tree in screen reader mode. Or is there some way to get access to the actions in the context menu?
    We added actions such as "refresh", "delete" into the context menu. But in screen reader mode, I can't find a way to access them.
    Regards,
    Chris

    Hi François! Thanks you for your answer.
    I tried to do it, but didn't work, I couldn't reach the events NODE_CONTEXT_MENU_REQUEST and ITEM_CONTEXT_MENU_REQUEST I my implementation class.
    I found a example transaction to this problem (SMARTFORMS) I will debug it and try to found the solution.
    Thanks again.

  • How to see the BPS menu options when you log-in to the systems

    Hello All:
    I am able to use BPS0 and BPS_WB transactions to directly access the BPS development environment.
    But I am not able to see the options for accessing these transactions in the user-menu(that appears to the left of the screen when you log-in to the system).  I am using the BW 3.5 system. What should I do to see them in my menu?
    Thanks,
    Kumar

    Hello Ajay,
    I created a new role called "zrole" for displaying planning trasactions in the menu. The name of the area menu to see the planning transactions in BW 3.5 is "RS00_PLAN". I am now able to see all SEM planning transactions in the menu.
    I am awarding full points.
    Ashwin - Since the menu for accessing the planning transaction is not available by default in the SAP menu I had to create a role.
    Thank you Ajay and Ashwin.
    Regards,
    Kumar

  • How to show sub sub menu in menubar at left side?

    Hi Experts
    I have one requirement for menubar, menu bar has two level heirarchy ex: click on Edit it will open submenu which
    contains one more submenu which will open at right side by default but i want it to open at left side,
    how do it? please suggest me?
    Regards
    Srikanth

    Hi,
    cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms).
    Create a generic named Report node in the forms that you reference from the RunReport object request. This way you can run Reports from a menu
    Frank

  • HT5706 our apple tv has just automatically updated. since the newest update (5,3) we can no longer see TV shows in the menu options....

    anyone else experienced this or have a solution?

    Welcome to the Apple Community.
    There appears to be a large increase in this type of problem at this time, it seems that that there is a problem at Apple's end, but I couldn't at all be sure.
    There is no issues being reported at Apple’s System Status page, but this status may yet be updated and it may be you need to try again a little later.
    This isn't affecting me here in the UK, where exactly are you.
    So far I have noted users in the following locations having similar problems:
    USA
    If this is a problem at Apple’s end, it is very rarely happens, however when it does only Apple can fix it. When this has occurred previously it has usually been resolved in a few hours or slightly more.

Maybe you are looking for