Hide an item in a region

Hi,
How do I hide an item based on the users who logged in? For instance, I want to have user A to see link A but user B cannot see link B. I try to grant access privilege for specific item but the item is still visible for all users.
Thanks,

<p>Which Oracle Portal version are you using ? There are some known issues in 9.0.2.6 :
<br><br>
3649786 - DIRECT ACCESS URLS NOT SECURE WHEN USING ILS
<br><br>
The issue is fixed in release 9.0.4.0.99. A patch is available from Metalink for 9.0.2.6.

Similar Messages

  • Conditionally Hide/Display fields in a region

    How can I conditionally hide/display fields in a region. Based on a user selection whether they want to 'Enter' or 'Select', I want to dispaly the appropriate field .i.e. if the user selects 'Enter' then I want to display a Text field and if they opt for 'Select', then I want to display a Select list.
    Thanks in Advance.
    Regards,
    Hilal

    Hi Halil,
    I've been trying to reproduce what the linked site does.
    Here's my solution:
    1 - Add all items to the page whether or not they are going to be displayed
    2 - Ensure that all items that could be shown/hidden are on lines on their own (ie, set New Line to Yes)
    3 - In the region's Region Footer (or in a new HTML region in the Before Footer position), add in this bit of javascript:
    &lt;script type="text/javascript"&gt;
    html_HideItemRow('NameOfFieldToHide');
    -- repeat for each item to be hidden when the page first loads
    &lt;/script&gt;
    4 - On the radio button's definition, add the following in the HTML Form Element Attributes setting:
    onclick="html_ToggleItemRow('NameOfDisplayedItem');html_ToggleItemRow('NameOfHiddenItem');"
    Now when the page is loaded, one field is automatically hidden then clicking any of the radio button options will toggle the hidden/displayed fields and their labels.
    As stated before, if you do a View Source on the linked application's page, you will see either more methods that are used to show/hide items/regions, but the above should be a starting point for you.
    Regards
    Andy

  • Items align in region

    Hi all,
    I have 2 regions in my application one is html form region and another is tabular form .
    I created 6 items in html region and created DA for the items to hide according to the value of items and then created tabular form
    find below the sample link
    http://apex.oracle.com/pls/apex/f?p=70633:1:10266218311688:::::
    user name: [email protected]
    psswd: symphony
    once i select the first item(declaration letter) it will show the second item (applicacable) perfectly,but when i select applicable as yes and discrepancy then all the items become misplaced,
    how do i align the region items?
    Thanks,
    Anees

    Hi hari,
    I want to get that tabular form parallel to the first region.
    actually i am using apex 4.1 version, in that i created the tabular form as column region (display point is same and column=2)
    but still getting the problem of misplacing the items.
    if there is any way to align items in column regions??
    regards,
    Anees

  • Hide Particular Item Group from Selection Criteria of Sales Analysis Report

    Hello Experts,
    Is this possible to Hide Particular Item Group from Selection Criteria of Sales Analysis Report?
    I have one Item Group as 'Special Items'.
    Now, when I open  Item wise sales analysis report, I want to hide above mentioned group from selection criteria.
    Thanks in advance.
    Best Regards,
    Pankit Sheth

    Hi,
    1. Not possible to put validation for selection criteria windows.
    2. In standard, I don't think it is possible to hide only one item group.
    3. Alternatively don't give authorization to user for running sales reports. If still need create customized query and ask user run every month.
    Thanks & Regards,
    Nagarajan

  • How can I display de last items of a region from other page in Portal?

    I want to display de last five items (f.e.) included in a region (with attributes created) from other page. I've tried using custom search, but it also shows the attribute names, and I want show the attribute values (I don´t know how can I format these attributes).
    Thanks a lot.

    How can I display the last items of a region from other Oracle Portal page?

  • Way to "anchor" item in a Region Footer so it doesn't move relative ...

    Now: Is there a way to "anchor" and item in a Region Footer so it doesn't move relative to the footer when the IE window is resized?
    Was: Stop Region Footer Items from moving to Header when IE window is resized?
    Using APEX 4.0.x under Oracle 11.2.y on Unix displaying to Windows 7.
    I use #TIMING# in a Region Footer of a chart where it displays in the lower left-hand corner. The chart slightly more than fills the window so I want to shrink it. But when I change the "zoom level" of the IE window (under IE 8.0.7601.17514) to say, 96%, the timing value (e.g., 0.02) displayed moves from below the chart at the left to above the chart on the right-hand side. ???
    Is there java / html that can be put in the Region Footer field with #TIMING# to prevent this?
    Howard
    Edited by: Howard (DBA in Training) on Oct 4, 2012 3:52 PM

    It sounds like you are not running the latest software. Connect to itunes. Go to the summary screen for your ipod and check what version of the software it says you are running. If it does not say 1.1, then you need to update.
    If it says 1.1, then I would suggest restoring.
    If you are running the 1.1 version of the software, if you hold the larger "Sleep/Wake" button down for a few seconds, it should shut down the nano.
    i

  • Hide line items on an invoice

    Is there any way to pick and choose or define which line items will appear on an invoice?

    hi,
    I think if i am clear you want to hide some item that it should not print in the PLD is it correct.
    if so please create a UDF in Marketing Document in row level whether this item should print in the PLD are Not...
    If you do like this it is possible....
    in the PLD you have to use formula field and check the UDF created is 'Y' then print if it is 'N' not to print all the relevant information in the row....
    Regards
    Chidambaram

  • How to hide messagetextinput item on root node in HGRID

    Hi,
    I have added one messagetextinput item in HGRID.
    But it is showing 3 items(one for root node, 2 for the actual items) when there are 2 rows in master node.
    +Employee          |________|
    -101 |________|
    -102 |________|
    I want to hide the item at root node(i.e. for employee.)
    I am working on seeded page, not the custom page.
    Can someone help me..
    --Parag                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Add a switcher in Hgrid, Create 2 items in switcher. One is input type and other is styled text. Switch the values of switcher based on condition from VO.
    For detailed help, feel free to mail me at [email protected]
    OAHGridBean hGridBean =
    (OAHGridBean)webBean.findChildRecursive("QotLinesHGridRN");
    if (hGridBean != null) {
    OASwitcherBean switcherbean =
    (OASwitcherBean)createWebBean(pageContext, SWITCHER_BEAN, null,
    "DellPriceSwitcher");
    switcherbean.setLabel("Dell Auth. Unit Price");
    switcherbean.setViewAttributeName("Attribute20");
    switcherbean.setViewUsageName("QuoteLinesLevel70VO1Obj");
    hGridBean.addIndexedChild(9, switcherbean);
    //Add dell auth unit price text input item
    OAMessageTextInputBean inputbean =
    (OAMessageTextInputBean)createWebBean(pageContext,
    MESSAGE_TEXT_INPUT_BEAN,
    null,
    "DellAuthPriceinp");
    OAMessageStyledTextBean styledbean =
    (OAMessageStyledTextBean)createWebBean(pageContext,
    MESSAGE_STYLED_TEXT_BEAN,
    null,
    "DellAuthPricestyled");
    inputbean.setReadOnly(false);
    inputbean.setViewAttributeName("Attribute1");
    inputbean.setViewUsageName("QuoteLinesLevel70VO1Obj");
    styledbean.setViewAttributeName("Attribute1");
    styledbean.setViewUsageName("QuoteLinesLevel70VO1Obj");
    inputbean.setColumns(5);
    switcherbean.setNamedChild("DellAuthPriceinp", inputbean);
    switcherbean.setNamedChild("DellAuthPricestyled", styledbean);

  • Unable to create item under a region

    Hi All,
    I wanted to create a item under one region in a seeded page. When I went to Personalize page, next to the region where I need to create the item, I don't see the "Create Item" button. But for the other regions I see that button. Any ideas what could be done to enable this?
    Regards,
    Pradeep

    Hi,
    It could be a dynamic region itself or a region extended.
    If its a dynamic region, you will have to do Controller extension to extend it.
    -Idris

  • Hide inactive items and customers

    Is there a way to hide inactive items and customers in SAP Business One 8.8.  I dont want to show inactive items when we are searching for the items if we dont know the sku.  I simply want to hide them from search.  The same applies to customers.  I know there is an archive feature in B1 8.8 but its only for transaction data to archive.  Any ideas anyone.
    Thank you.

    Hi Russel,
    In Administration - System Initialisation - General Settings - BP Tab
    De - activate DISPLAY INACTIVE BUSINESS PARTNERS IN REPORTS
    In Administration - System Initialisation - General Settings - INVENTORY Tab
    De - activate DISPLAY INACTIVE ITEMS FROM REPORTS.
    I tried this in marketing related docs.
    This will restrict inactive master entries from appearing in reports and in transaction screens.
    But you can not restrict them in masters.
    Thanks
    Malhaar

  • How to create "n" number of items in a region?

    Hi All,
    I have a requirement as given below:
    i) I have a table like:
    Col1 Col2
    1 ABC
    1 XYZ
    1 PQR
    2 AA
    2 BB
    ii) Now what I need to do that item - Check Box need to be created on a region of page based on Col2.
    In this case, Check Boxes should be created as below when Col1 is "1":
    ABC
    XYZ
    PQR
    Hope this information is enough for you all to understand the requirement.
    Please let me know input if any one has ever acheived this kind of requirement.
    Thanks,

    Hi,
    You can create the n-items in the region by creating items in the controller. i mena to see say by looping..
    Thanks,
    Kumar

  • Space between Items in a Region

    Hello,
    How do I put a space/whitespace between items in a region?
    For example I have to text fields on top of each other, I want to put some space between them without an input field?
    Regards,
    COlin.

    Hi Colin,
    there is no need to create additional items to increase spaces.
    Beter way to do this ( increase space between two items ) is:
    1. In form - go to Edit Page Item of the second item which folows the first one and put in the HTML Table Cell Attributes something like that: style="width:150";
    That increase label colon of the second item. You must be attentive that the value must be greater than the text in label of second item is.
    2. In report - go to Page Definition -> Report Attributes -> Column Attributes ( of your column ) and than put in the CSS Sytle of Column formating section something like this: width:150px. In this way you would increase you field and in the same way increas space between the columns in report.
    Regards,
    Zlatko

  • Computation in between items in a region

    Hi,
    I have three items on a region
    Item 1 Item 2 item 3
    10 20 30
    As soon as i enter 10 in item1 and 20 in item2 then item3 needs to be pupulated with the total of it.
    Could any one guide me the processs of doing this.
    Please advice
    Kris

    Kris,
    This can be easily achieved using JavaScript. There is an example in one of the How To documents...
    http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#change
    Please refer to the section 'Change the Value of Form Elements'.
    Hope this helps,
    Emilio.

  • Show/Hide certain items in an array of clusters

    I am trying to figure out how to programmatically show/hide certain items in a cluster (specifically an array of clusters).  I tried a couple of things but nothing worked for me.  On a similar note, I would like to be able to programmatically hide certain columns in a table.  I can’t figure it out and the postings on the LabVIEW forums here were either not terribly helpful for my situation or maybe I just didn’t understand them.  I have attached a vi where I tried to hide items within the array of clusters.  Maybe someone could point out why it didn’t work and hopefully they could provide a solution or direction for me to follow.  Thanks in advance…
    Solved!
    Go to Solution.
    Attachments:
    make column hidden.vi ‏15 KB

    Creating a property node directly to the cluster element is far easier. pcardinale essentially shows this.
    As for the question regarding the table columns, there is no direct way to hide the table columns, viz-a-viz Excel. The closest you can get is to set the column width to zero, as shown in attached example.
    Attachments:
    hide table columns.vi ‏13 KB

  • Items above/below region content

    Hello ApEx development team,
    What happened with this enhancement:
    Items above/below region content
    I think, this limitation is annoying and needs to be removed. It takes to much unnecessary
    workaround to overcome such a trivial problem.
    Best regards,
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

    Hi,
    Yes, that would be an excellent enhancement!
    I was just struggling with getting a "Display as" item (showing the total of the report) under a report. There was no way, it always displayed above the report, even with "Horizontal / Vertical Alignment: right bottom".
    This post made me try to move the region from "Display Point: Page Template Body (3)" to "Display Point: Page Template Body (2)". Now it works fine...
    Vikas' proposal:
    Yes, I had brought this up more than a year ago. This would allow us to use a WYSIWYG HTML editor to design a region template with #ITEM_NAME# substitutions in it and items with those names would be plopped into those positions.
    ...would be great indeed!
    Regards,
    Roger

Maybe you are looking for

  • Generate a delayed counter pulse

    I am posting this to see if anyone can shed any light on various DAQmx operations with counters.  I appear to have found a solution for the project but various counter operations are certainly not well documented and the notes I am posting may help a

  • Business catalyst API integration for products, customers, and orders?

    can a BC site be used with a API program for feeding products, customers, blog posts, etc? Thanks, Michael

  • [SOLVED] Location of header files (for vmware tools)

    Attempting to install VMWare Tools (http://www.vmware.com/support/ws5/doc/w - linux.html) for my Archlinux guest, encountered this question: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/inclu

  • Mission control keeps crashing

    I recently installed Lion and have actually enjoyed the new Mission Control. However, lately Mission Control has begun to crash in the sense of simply not working as it should. Quite often when I "activate" the mission control either by swiping four

  • Opens With Dreamweaver association not working

    I recently did a clean install of Windows Vista and reinstalled my applications - including MS FrontPage and Dreamweaver 8. I've gone through and associated the file extensions (i.e. .asp, .aspx, .htm) with Dreamweaver, but whenever I double-click on