Hiding Buttons through Personalizations

I have a JRAD Definition for a Page Button Bar which I am using in my Page
<ui:contents>
<oa:submitButton id="EgoCancelButton" use="/oracle/apps/fnd/attributesets/Buttons/Cancel" text="Cancel" serverUnvalidated="true" unvalidated="true"/>
<oa:submitButton id="EgoSaveForLaterButton" text="Save For Later" prompt="Save For Later"/>
<oa:navigationBar id="EgoCreateItemTrainNB"/>
<oa:submitButton id="EgoSubmitButton" use="/oracle/apps/fnd/attributesets/Buttons/Submit" text="Submit"/>
</ui:contents>
</oa:pageButtonBar>
By doing the personalization for the Buttons , I am trying to mask the Beans from rendering in UI . But even after setting 'Rendered' Property to 'False' through personalization , some of the beans are not getting masked from the UI.Any clue why this is happening?
Beans which are getting masked :
<oa:submitButton id="EgoCancelButton" use="/oracle/apps/fnd/attributesets/Buttons/Cancel" text="Cancel" serverUnvalidated="true" unvalidated="true"/>
<oa:navigationBar id="EgoCreateItemTrainNB"/>
Whereas the following beans are not getting masked
<oa:submitButton id="EgoSaveForLaterButton" text="Save For Later" prompt="Save For Later"/>
<oa:submitButton id="EgoSubmitButton" use="/oracle/apps/fnd/attributesets/Buttons/Submit" text="Submit"/>

This is how OAF overlays the definition,
Base definition + Personalization + controller changes.
So if the controller sets the attribute which you had personalized then that takes precedence. In your case check if controller is setting the rendered flag again based on some condition.

Similar Messages

  • Need to create a button through personalization

    Hi
    I have an oracle seeded page where in one region i need to add a button thru personalization.I followed this steps:
    1. I went that region and personalized that region.
    2. Clicked on the Crete Item and selected item type as button.
    3. Here what all fields need to filled in order to properly work.
    I have an extended controller for aoracller seeded controller.When i press on this button the logic written in the extended controller should work.Can you please provide any solution for the same?
    Thanks
    Preeti

    Hi Preeti,
    Instead of creating button using personalization, crearte the button programatically in extended controller, and attach an event to this if it is not submit button.
    In PFR you can handle this button easily, using personalization if you will create button then you have to attach an event to this extended controller and then you need to handle the event for this So I think creating button programatically is simple than attaching an event to it.
    Regards,
    Reetesh Sharma

  • How to create Message choice through personalization

    Hi all,
    i have an issue, i need to add the message choice with already existing page through personalization..
    how can i add?
    Thanks
    Rama

    Hi Rama ,
    Navigate to the page to which you wish to add Message Choice bean , click on personalization link - > select complete view
    ( radio button ) - > in the table ,select region at which you wan to add the new item , click on the Create item image ( under create item
    column ) you will be redirected to a new page , enter the following details
    ID : any appropriate id
    Item style : MessageChoice
    Prompt : any name as desired
    Click on apply and navigate back to oaf page , now you should be able to see the new item gets created on the page .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to populate a text field by some value from table in Oracle seeded page through Personalization?

    I have to populate Description field by default in AGIS page (Advanced Global Intercompany System).
    Field Description:
    messageTextInput: Description
    VO: FunTrxHeaderVO
    VO Attribute: Description
    VO is entity based.
    Now if the field is null then I have to populate this value by some value from table for selected batch_id.
    Example:
    (SELECT DESCRIPTION FROM fun_trx_batches WHERE batch_id =
    211061)
    Also, this value is being populated in the Batch Information region in the same page. So the problem is also be treated as to copy a value from one messageStyledText to messageTextInput in a same page.
    Can this be done through personalization, w/o coding?
    Please suggest if you any idea how to resolve..
    Regards,
    Pahari

    Not sure why it is not displying in the front page list??
    I have to search it.
    Admin team, please help.
    Regards,
    Pahari

  • How to populate a field from database through personalization

    I need to populate value of a field from database on self service transaction web page. This field is not configured as EIT or SIT, nor available in seeded transaction.I need to know abt creating some item through personalization where i can write a query . This item will execute the query and display the returned value on the page or something on the similar line.
    Thanks in advance,
    Tanveer

    This workaround should be used as a one time approach till you move to 11.5.10 CU3.
    Here are the details,
    You just need to add the following tags inside the site or function level customization document, remember it should be either site or function only no other levels are supported for adding a new item.
    before adding the following tags you need to find out the following details,
    1. what is the last item in the advancedTable, column or columnGroup in the base metadata. Do not conside the columns inside the columnGroups for this, just the last item which might be a column or a columngroup. Get the if of that item.
    2. You should know what is the view instance and viewattribute you will be attaching
    3. Remember you can only add columns through personalization and not columnGroups.
    4. Replace the appropriate values for the properties amrked with {...} with your own values. You can change the other properties to reflect any specific requirement you want. Make sure you provide correct values.
    <insert after="{the id you got from step 1}">
    <oa:column id="{yourid}" adminCustomizable="true" bandingShade="none"
    cellNoWrapFormat="false" columnDataFormat="textFormat" displayGrid="true"
    rendered="true" scope="." totalValue="false" userCustomizable="false"
    xmlns:oa="http://xmlns.oracle.com/oa">
    <ui:columnHeader xmlns:ui="http://xmlns.oracle.com/uix/ui">
    <oa:sortableHeader id="{yourid}" adminCustomizable="true"
    cellNoWrapFormat="false" initSortSeq="none" prompt="{your prompt}"
    rendered="true" required="no" scope="." sortState="no"
    userCustomizable="false"/>
    </ui:columnHeader>
    <ui:contents xmlns:ui="http://xmlns.oracle.com/uix/ui">
    <oa:messageStyledText id="{yourid}" adminCustomizable="true"
    cellNoWrapFormat="false" dataType="VARCHAR2" initSortSeq="none" queryable="false" rendered="true" required="no" scope="."
    selectiveSearchCriteria="false"
    serverUnvalidated="false" sortState="no" tipType="none" totalValue="false"
    userCustomizable="false" vAlign="middle" viewAttr="{your view attribute}" viewName="{your view instance name}"
    warnAboutChanges="true"/>
    </ui:contents>
    </oa:column>
    </insert>
    You can insert these tags at the end of any existing tags within the <modifications>
    </modifications> tag in the document.

  • Order data in drop down through personalization

    How Can I sort data in ascending order in a drop down list through personalization?
    I did set the value to ascending for sort order through personalization but nothing happened.
    Thanks in advance!!

    Hey hi there ,
    If you change from personalization i don't think it will reflect on the page , if its a custom page then you can change the query associated to the picklist VO
    (drop down list ) sort them in any order and generate class file from the jdeveloper and deploy it back to server .
    I am sure this will certainly sort the data in any order you wish .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Add new Table Region Through Personalizations

    Dear all,
    I I want Add a new table region in seeded page Through Personalization . Not getting item style as table pls provide any documents for table personalization
    Thanks and Regards
    Aneesh
    Edited by: aneeshmathew on May 4, 2011 4:44 AM

    Hi ,
    Table can not be created through personalization ,but u can create a region where u can create the table and then add this region to the standard page through personalization,using below steps
    1.) create the stack layout bean through personalization .
    2.) in extend property of stack layout bean give the full pacth of your new custom region containing the custom table.
    3.) Of course u have to import the custom page to MDS.
    thanks
    Pratap

  • How to make a check box non-updatable through personalization

    Hi All,
    I have a requirement where I need to make check box read only in a case when user select some values from the drop down list box. Is it possible through personalization?
    For example if there is a list box which contains 5 values and for three valuse one check box needs to be make as read only and where as for remaining it can be checked/un-checked.
    Please let me know if this can be acheived through personalization.
    Thanks,
    Sandeep

    If there is some event (e.g. fire partial action) present on selection of any value the drop down, then you can achive this using java script.
    Create a raw text item and in the text property put java script to handle this case.
    For sample java script code refer
    How to set particular segment value of key flex field in Controller
    -Anand

  • Launch Concurrent through Personalization with default parameters

    Hi,
    I have one requirement as follows:
    Through personalization -> Buil-in -> Launch SRS from, I want to call one concurrent program with parameters. This concurrent should run as backround process. I like to use "Launch SRS form" or "execute a Procedure", but I dont have any examples or syntaxes to use that feature. If any one provide the guidelines it will be helpful.
    regards
    Ravi

    Ravi,
    We are still not clear of your exact requirement, r u trying to this on oa page or form. If on page, how are u calling the concurrent request api?Please reply, accordingly, then we can guide u correctlly!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can you increase DFF length on Framework page through personalization?

    Can you increase DFF length on Framework page through personalization? Not sure if this is possible with personalization or only through customization. Please advise.
    Thanks,

    ok, so you want to increase length of KFF item where different segment gives the concateneted segment.
    ex: 10-100-1000-10000-2333.
    But why you want to increase the length? is the length too small that it is not able to display complete string.
    --Parag Narkhede                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Adding Attachments in a table through personalization

    Hi,
    I am a newbie to OAF and have a requirement where
    we need to add a attachments in table in an Standard Page through personalization.
    This page is actually a create page for prospective suppliers (iSupplier Module)
    The table doesnt have an EO and it is actually a list of all values for a lookup type. (It doesnt have a Primary Key)
    I am not sure how we can approach about getting the primay key (as it a create page).
    Please Help.
    Thanks and Regards
    Srikanth
    Edited by: 986697 on Feb 7, 2013 12:42 AM

    Hi ,
    please go through below URL.it might be helpfull to you.
    http://prabhatcpradhan.blogspot.in/2013/01/oracle-application-framework-oaf.html

  • How to hide mandatory field in OAF page through personalization

    Hi,
    Could u please help, that how to hide mandatory field in seeded page.
    This could be achieved through personalization only.
    Thanks,
    Ramachandra.
    Edited by: 927747 on Jun 21, 2012 2:16 AM

    yes you can hide that field by simply set the render propert to "false" using the personalization.
    Regards,
    Vijay Reddy.

  • Create submit button through extension

    hi guys i have a requirement to create a new button on oaf page.i am extending controller and writing below code.but there is no button displaying on page.plz help me.am using jdev 9i and oracle ebs 11i.
       OASubmitButtonBean oasb= (OASubmitButtonBean)pageContext.getWebBeanFactory().createWebBean(pageContext,"BUTTON_SUBMIT");
        oasb.setID("AssetDetails");
        oasb.setUINodeName("AssetDetails");
        oasb.setEvent("AssetDetails");
        oasb.setText("AssetDetails");
        webBean.addIndexedChild(oasb);
    Note:region type is defaultDobuleColumn where i am trying to add button.
    Please Please help me

    1)
    first of all you need to find the parent bean (defaultDobuleColumn)
    something like this :
      parentWebBean =  webBean.findChildRecursive("Name of the Parent Object");
    and then parentWebBean.addIndexedChild(oasb);
    2) At the same time you can add the submit button using personalization.

  • How to Disable an Item of OAF Standard Page through Personalization.

    Hi,
    My requirement is to disable an item of Standard Page through personalization
    so that users can't edit that field.
    I tried checking for Disable under Personalization Properties but didn't find Disable Property.
    Can any one give me an idea how to do that?
    Thanks in advance.
    Regards,
    Subramanyam.

    Hi,
    Do as suggested by Abdul Wahid.
    Please tell me which type of item is this like LOV, textbox...
    Regards,
    Reetesh Sharma

  • Buttons hiding buttons on indesign

    Hi hope you can help. I'm using indesign CS5 and have a problem with pop up buttons being hidden by other buttons. The page design is a 7 column grid with around 10 buttons underneath each column that act as hyperlinks and trigger other show/hide buttons that give a brief summary of the info at the destination of the hyperlink. So in total there is about 140 buttons - 70 shown all the time and 70 pop ups. To help me manage the design I set up the pop up buttons in 7 separate layers as they overlay the buttons in the 7 column grid. When I export to PDF the pop up buttons appear but are partially hidden by the other buttons. Strangely this is only happening for a proportion with some appearing as they should and in the button tool bar review option they all appear fine. It also worked fine on initial exports and the problem only started when I rearranged the tab order.
    Any any help would be much appreciated!
    James

    Hello,
    I do not think that the BASIS can help you in deleting/hiding buttons from the UI. Generally, the buttons are stored in the GT_BUTTON/GT_BUTTONS attribute of the overview view/viewset controller. In some cases it may be hard coded inside the htm page as well in the form of HTML tags.
    We'd definitely need to do some programming to achieve the functionality you are looking for, Also remember it is different for different views. You need to find out the view that has the buttons.
    Do a F2 on your UI screen to find out the details of the screen.
    Regards
    Prasenjit

Maybe you are looking for

  • Has anyone got the IIS Policy Agent 3.0 working with an ASP web application

    Hi, Can anyone pllease please confirm if they have managed to get the IIS Policy Agent 3.0 working for a asp/asp.net web site on IIS 7 running on Windows Server 2008 64 bit.? I have installed the 32bit version of the agent as my web site must support

  • New iTunes wont even install..

    i deleted all my music and iTunes of my computer because i wanted to start over, and when i tryed to download the new iTunes, everything goes fine until it comes to that window with the girl with the iPod in her back pocket. then it just freezes up..

  • Finding metadata in iphoto

    Hi, I'm trying to see the picture metadata (shutter speed, aperture, lens zoom) in iphoto. I have no problems getting to them in aperture 2 but all the information I can get from iphoto '09 is the type of file and the size. I'm trying to make a book

  • TS2755 the pic butten on messages is not working. can not send or recieve photos. please help.

    the pic butten on messages is not working. can not send or recieve photos. please help.

  • Audio File Not Playing

    Morning All, A few weeks ago I took a load of video and audio footage for a video I need to make for work. I did exactly what I have done in the past - set 2 cameras up for visual and use an external clip on mic, plugged in to a Dictaphone for audio.