Help needed on a OAF page

Hi All,
In PLM module, while creating a new item as copy of item, in the page train, we have a page with two fields,
“Available Information” and “Selected Information” which is a shuttle region.
By default, when this page opens, all the attachment categories are available in “Selected Information”(on the right hand side).
The current requirement is that one of the value from the list should show on “Available” side by default and should not show on the “Selected” side.
We tried accomplishing this through personalization, but the list items on the page do not have option to do any changes.
The OAF personalization guide states:
“The properties of a shuttle region may be personalized at the Admin level but not at the end-user level.”
Please let us know if anyone has worked on similar requirement before.
Thanks,
Kiranmayi.

{forum:id=210} is where you should be

Similar Messages

  • Help in creating a OAF Page

    My requirement is to create a page and in that I need to have the fields like date, employee number, batch number, person type, group name and below these fields I need to have an advance table with other fields. User can enter one batch# and employee number and date and for that employee, user should enter the rows in advance table and all these values should store in a single VO including the fields above the advanced table. I am not sure if this will work as we are entering the above fileds one time and multiple rows in advanced table.
    If you see any similar page in any of the module, please let me know the responsibility and function, I will check the page and code behind that.
    Thanks,
    HC

    it is not recomendated to have both header master and line child in same table.
    But you can create such page. Oracle will not have such page.
    what problem are you facing while development.
    --Parag                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help Needed with Dynamic RePort PAges

    I've created a link that dynamically will generate a data
    report from my db. I have about 30 reports the client needs to be
    able to run. Do I have to create a separate page for every single
    recordset?? Is there a more efficient way to do this??

    You could make a drop down menu with the name of the report
    in it and then show that report on the redirect page using an if
    statement to determine which sql statement to run. Also you can
    have multiple recordset on a page.
    Are you using php, asp or cfm?

  • Help needed to introduce a page break

    Hi ,
    I have a repeated subform with xml data_instance like this(data.xml) :
              State A
                        Premium Period A
                                  80170
                                  80180
                                  80170
                        Premium Period B
                                  80170
                                  80180
              State B
                        Premium Period A1
                                  80170
                                  80180
                                  80170
                        Premium Period B1
                                  80170
                                  80180
                                  80170
    I have created the subforms structure also and working fine.
    I want whenever the state changes i want to go to the next page .
    I have tried setting all the options like Place and After but the designer geenrates the blank pages either at the top or at the last .
    a. How do i get rid of the extra blank page
        OR
    How do i acheive the page break whenever state changes.
    Please help me asap as i have wasted lot of time int his.
    Many Thanks
    Mohit Gupta

    I believe the new Conditional Break feature in Designer 7.1 can help you solve this problem. It'll let you specify an expression which compares the previous value of the section_name field with the value of the current instance of section_name and, if they're different, insert a page break to the top of the next page.
    Assuming the basic structure inferred by the Data View palette when you drag & drop the options node onto the form, make the page subform Flowed (using the Content property Object palette's Subform tab), make the options subform repeatable (using the Object palette's Binding tab) and then go to the Object palette's Pagination tab on the options subform. There, you'll see a middle section labeled
    Conditional Breaks with an Edit button that'll be enabled. Click on that to set an expression like this (in FormCalc):
    options[-1].section_name ne options.section_name
    where the Break property is set to
    Before and the To property is set to
    Top of Next Page.
    The result will be a form which lists each section on its own page without have a superfluous blank page.
    I've attached a sample form based on your sample data which breaks whenever the state changes.
    Stefan
    Adobe Systems

  • Help needed regarding website opening page

    Hello everybody
    I'm kind of lost and I can't find the way to switch from the
    current opening page of my website to a new one already
    To make it short , my website stands in Swedish and English.
    There is more and more traffic on the English version now and I
    would like to switch to it thus replacing the Swedish version
    without cancelling it though.
    The point is to have the visitor see the English version when
    he enters my address on the web.
    I've followed the steps in the help section! but there's no
    way for me to make it effective on the web. The map of the site
    changes on the local files but nothing happens on the web.
    I thank you for considering my message and I hope someone
    will help me out.
    All best
    Frederic

    Generally on the web server there is a default page file
    name, commonly index.html or default.asp. It depends on the web
    server. The default file is served when the web browser doesn't
    indicate a file (e.g.,
    http://www.example.com/ as
    opposed to
    http://www.example.com/myfile.html).
    You want to put your content in the default file, with a link to
    the other version (e.g., index.html links to swedish-index.html).

  • Help needed creating consistency across pages

    My site is here:
    http://www.leaningtowermpls.com/index.php
    The horizontal yellow bar at the top is inconsistent across
    the pages Home, Menu and Locations. I haven't taken the time to
    learn CSS properly yet, and most of the layout is table based. (Not
    that I have mastered anything at this point.) This site needs to
    get out the door, so if anyone can let me know how to solve this
    problem I would really appreciate it.
    -Adam

    On Tue, 16 Oct 2007 00:13:52 +0000 (UTC),
    "adam@blueapplestudio"
    <[email protected]> wrote:
    >My site is here:
    >
    >
    http://www.leaningtowermpls.com/index.php
    >
    > The horizontal yellow bar at the top is inconsistent
    across the pages Home,
    >Menu and Locations. I haven't taken the time to learn CSS
    properly yet, and
    >most of the layout is table based. (Not that I have
    mastered anything at this
    >point.) This site needs to get out the door, so if anyone
    can let me know how
    >to solve this problem I would really appreciate it.
    >
    > -Adam
    As discussed - it would be best to base on a simple template
    - with
    the common items like menu, to yellow bar in the template
    etc.
    Also you have the css in each file, far better to move it out
    to an
    external style sheet - so that all pages will behave the
    same.
    Tidy up some of the code with Dw's
    Commands | Apply source formatting
    ~Malcolm N....
    ~

  • Help needed - about change password page

    I had created a change password page and successfully connected to the access database via jdbc-odbc bridge. But, there are still some errors with the coding.
    The situation is like that: whether the NewPassword==ConfirmPassword or NewPassword!=CofirmPassword or both blank, there will always pop up a message dialog "The confirm password and new password must be same."(which I wrote in JOptionPane) and will not update the database that i had linked. I try to correct it but fail.
    Can somebody help me to correct the code below?
    Thank you!
    ========================================================================void jButton1_actionPerformed(ActionEvent e) {
    String userid = jTextField1.getText(); //UserName
    char[] passwd2 = jPasswordField2.getPassword(); //NewPassword
    char[] passwd3 = jPasswordField3.getPassword(); //ConfirmPassword
    try {
    connection = getDBConnection();
    if( passwd2 != passwd3 ){
    JOptionPane.showMessageDialog(null, "The confirm password and new password must be same.", "Change Password Fail", JOptionPane.INFORMATION_MESSAGE );
    jPasswordField2.setText("");
    jPasswordField3.setText("");
    else {
    String query = "UPDATE UserInfo SET Password = '"+ passwd2 +"' WHERE UserID='" + userid +"'";
    Statement statement = connection.createStatement ();
    ResultSet resultSet = statement.executeQuery( query );
    int result = statement.executeUpdate ( query );
    if ( result == 1 )
    JOptionPane.showMessageDialog ( null," Password successfully changed", "Password changed", JOptionPane.INFORMATION_MESSAGE );
    else {
    jPasswordField2.setText( " " );
    jPasswordField3.setText( " " );
    JOptionPane.showMessageDialog ( null,"Fail to change password.\n Please reenter the new password.","Fail", JOptionPane.INFORMATION_MESSAGE);
    catch (SQLException sqlex ){
    sqlex.printStackTrace();

    yup, i change as the code as u suggested..the change password page run success but got bugs as below. i don't know the reason. please correct me though the coding. thanks!
    ========================================================================
    java.sql.SQLException: No ResultSet was produced
         at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:255)
         at logintry.DataMiningFrame.jButton1_actionPerformed(DataMiningFrame.java:239)
         at logintry.DataMiningFrame$1.actionPerformed(DataMiningFrame.java:77)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
         at java.awt.Component.processMouseEvent(Component.java:3715)
         at java.awt.Component.processEvent(Component.java:3544)
         at java.awt.Container.processEvent(Container.java:1164)
         at java.awt.Component.dispatchEventImpl(Component.java:2593)
         at java.awt.Container.dispatchEventImpl(Container.java:1213)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
         at java.awt.Container.dispatchEventImpl(Container.java:1200)
         at java.awt.Window.dispatchEventImpl(Window.java:914)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

  • Actionscript help needed with getting Next Page to work

    I just have a simple question (hopefully).
    Question is:
    I have a web page that displays a flash file that zooms and
    pans, but I cant get the Next Page link to display. (will also want
    1st, last and previous page)
    1. Can the next page work and load the next or previous
    numbered file?
    2. Does it have to have all pages in one file, then it calls
    the next frame?
    Snippet below, or I can e-mail example files.
    Please help, Thank you, Mike
    ============SNIPPET==========
    <!--[if IE]>
    <object id="movie" type="application/x-shockwave-flash"
    width="300" height="500">
    <param name="movie" value="1.swf">
    </object>
    <![endif]--><!--[if !IE]> <-->
    <embed name="movie" type="application/x-shockwave-flash"
    src="1.swf" width="300" height="500">
    </embed>
    <!--> <![endif]-->
    <form name="f" onsubmit="return false;">
    <button name="button" onclick="next()">Next
    Page</button>
    <button onclick="zoom()">Zoom In</button>
    <button onclick="zoom2()">Zoom Out</button>
    <button onclick="pan()">Pan</button>
    <button onclick="setzoomrect()">Rect</button>
    </form>
    function next() {
    var flash = window.movie || document.movie; // Get Flash
    object.
    flash.Zoom(50);

    Use the same method you are currently using. The Zoom and Pan
    methods just happen to be exposed to the ActiveX control and
    Plug-in. So to use the the GotoFrame() method for example, just
    change your code from:
    function next() {
    var flash = window.movie || document.movie; // Get Flash
    object.
    flash.nextpage();
    To this:
    function next() {
    var flash = window.movie || document.movie; // Get Flash
    object.
    flash.GotoFrame(20); // This will jump to frame 19 of your
    main timeline.
    It goes to frame 19 because the method you are using is
    zero-based. Meaning to get to the first frame of your movie you
    would pass the number zero.
    To use the TCallLabel() method it would look like this:
    function next() {
    var flash = window.movie || document.movie; // Get Flash
    object.
    // to target the main timeline, use
    flash.TCallLabel("/", "labelName");
    // to target a movieclip on the main timeline use:
    flash.TCallLabel("/MovieClip", "lableName");
    Also, just so you know. These methods are getting antiquated.
    To keep up with the current versions and methods of communicating
    between JS and Flash you should really look into the
    ExternalInterface class in Flash 8.
    Tim

  • Suggestions/help needed creating portal type page

    Let me start by saying I am very new to Java. I'm trying to create a portal - a fairly simple web page where each user who logs in will see only those application links that they are authorized to access. User A will see links to applications X, Y and Z and user B will see links to applications R and Q.
    I'm running a Tomcat 6 server, and will be using Java 6 (jsp pages, servlets, etc). I've done some research on things like tomcat realms, ldap, ad, jaas, etc. but I'm still not sure what direction I should be going in. My 'portal'/web page will consist of about 20 application links - some are links out to external web sites/applications (public web sites outside of our network), some are internal applications housed on various in-house servers on our network, some are home-grown, others are 3rd party applications, eventually some will be home-grown java applications. Each application currently has it's own login and password.
    I know that I can build a table in a relational database, or update an xml file in Tomcat and use Tomcat realms to determine who has access to what. Are there other options? I can certainly build a table, but I don't want to if there are easier ways - can AD tell me what applications a particular user has access to (so I can determine what links to display)? If so, how? (I don't know much about ad (yet)).
    I just don't want to end up building something overly complex, and missing out on something that would make this simpler. Any ideas, suggestions, etc on what I could/should be looking at would be most appreciated.
    Thanks!

    Unless you know what you're doing with absolute positioning, avoid absolute positioning! Absolute positioning actually takes an element out of the normal HTML document flow and positions it absolutely in relationship with it's first parent with a position other than static - for details read the HTML specs at the W3C.
    Ideally you should use the normal HTML document flow. Divs are block level elements meaning that they act like blocks that take up a height (determined by children content) and width (the full width of the page or it's parent container, unless you tell it otherwise).
    For your CSS try this:
    #techlistcontainer {
        width: 75%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 30;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 30;
    How does that work with your templates?

  • Unable to rerun OAF page in the same OC4J session

    Hi All,
    could you help me with running OAF page from JDeveloper.
    Configuration from OEBS:
    OA Framework 12.1.1
    Oracle OA Extension 10.1.3 - build 1089
    Business Components 10.1.3.3
    UIX (Cabo) 2_3_6_5
    BiBeans Runtime 3.1.1.9 nondebug BI Beans 3.1.1.x
    MDS 9.0.6.0.0_35
    XML Oracle XML Developers Kit 10.1.3.5.0 - Production
    AOL/J Applications Object Library, Core Java Roll Up Patch J
    Servlet 2.4
    Java 1.6.0_16
    JDBC Driver 11.1.0.7.0-Production
    My local computer configuration:
    OS: Windows Server 2003 SP2
    JDeveloper: p9172975_R12_GENERIC (for 12.1.1)
    Issue:
    My development database is located on remoute server and it takes about 10 min to run simple OAF page (it works correct then).
    But after modification of the page when I run it again, JDeveloper always opens new session (instead of using existed one) because of this error:
    C:\Oracle\JDeveloperR12\jdevbin\jdk\bin\javaw.exe -jar C:\Oracle\JDeveloperR12\jdevbin\j2ee\home\admin.jar ormi://10.24.166.61:23891 oc4jadmin **** -updateConfig
    Dec 29, 2009 1:23:06 PM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
    So I have to wait again 10 min to see the changes :((
    If you have any experience regarding this issue I will appreciate you very much for help.

    Kumar,
    Ftping the PG.xml to mds folder will not help the page to goto MDS directory
    You have to import the file using xmlimporter
    I understand you have done the import, but it is not success.
    Could you please post what is the script you used to import the PG.xml
    and once you run what was the output you have got.
    May be you can refer the URL for the scripts
    http://apps2fusion.com/at/61-kv/331-oa-framework-scripts
    With regards,
    Kali.
    OSSI.

  • Who columns for OAF pages

    IS there anything equivalent to Forms' "Help -> Record History" in OAF Pages for end users to find the current records' Who column values?

    Niranjan,
    Forms and OAF pages belong to different techstack and therefore there are many technical differences in the two. Here you can view the vo query using about this page or use diagnostics mode to see existing logs of OAF pages.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • OAF page as HTML SubTAb Menu

    iProcuremnet Responsibility -> Requisitions Tab
    There are 3 sub tabs : Requisitions, Approvals, Notifications. I need to add third subtab as my custom page. So I registered my page as a function and attched the function to a new custom menu of type HTML SubTab
    (I did this similar to the 3 subtabs we see under requisitions tab of iProcurement)
    When I clicked me new subtab, The Custom page opens but on the left hand side, I see an extra rectangular box dispalying the name of the SubTab i.e 'Contract Requisitions'
    I do not see this box when I run from JDEV. I see it when I open through the iprocurement page on the Application.
    Please advise,
    Pradeep

    Thanks for responding ranjit.
    I need to save oaf page on local machine.(ex. saving google home page www.google.com on machine using IE browser ->file save as ).When i try to save any oaf page using IE browser on local machiine and try opening the saved page,the page looks odd i.e. fields /links and background color are not proper.but when i save using firefox browser it saves good.any idea why this happens ,i tried using IE versions 6 and 7.More over once the saved page opens properly incase the saved page has any hyper links i should be able to access those hyper links
    Thanks

  • Need help with adding a Key flex field to a seeded OAF page

    We have a seeded OAF page on which we already have Account Key Flex Field.
    Properties of this flex field are:
    The ApplShortName - SQLGL
    Name - GL#
    Type - Key
    As per the client requirement, in the KFF screen, we have disabled the seeded structure for Accounting Flexfield and created a custom structure.
    Our custom structure for the KFF is displayed correctly on the OAF page.
    But now the requirement is to add a new KFF on the OAF page which is duplicate of the existing KFF, along with the existing KFF field; the structure and segments are same. Only difference being the display name of the existing KFF field is Account; the new one needs to be Tax structure.
    Using personalization we added a new flex item and added the properties same as the existing KFF.
    ApplShortName - SQLGL
    Name - GL#
    Type - Key
    But the page is giving following error:
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.getStructureNumber could not find the structure definition for the flexfield specified by Application = SQLGL, Code = GL# and Structure number =
    We tried options like compiling the flexfield definition, but the error persists.
    Any help in this regard is highly appreciated.
    Regards,
    Kiranmayi.

    Hi,
    Please check whether your key flex structure is frozen or not. If now please freeze it and re compile and try.
    This may helps too
    error while developing KFF in oaf
    Thanks
    Bharat
    Edited by: Bharat on May 10, 2013 4:51 AM

  • Need help in displaying multiple attachments in a OAF Page

    Hi,
    I need to display attachemts of requisition line in a OAF Page(Notification Detials Page)and the attachments can be more than one.My custom VO returns it as a single string like url1, url2.. etc.
    I need to show them as seperate links.
    I tried using the Item Style as LINK.But it is not working.It is prefixing the server url before the View Attribute and creating a single link.
    Any help in this regard will be appreciated.Thanks in advance.
    Srini

    Hi skeerthi,
    If you are using the core attachments table (FND_ATTACHED_DOCUMENTS and the like), you can have a look on the Developer's Guide on chapter 4: Implementing Specific UI Features, section "Attachments", there is a seeded region available for displaying multiple attachments.
    If you are not, then i'd recommend refactoring :D... Just kidding, it would be nice to use the core feature, but if the table is custom, and the links are stored separated by commas, you will have to write controller code to implement that. That can be done by:
    1) Creating an Application module method that uses StringTokenizer to tokenize the attribute String (use getViewObject().getCurrentRow().getAttribute() to get the comma-separated value) and return that to the controller
    2) In the controller, receive the StringTokenizer and for each token, use the api createWebBean() to create an OALinkBean and add it to a layout region using addIndexedChild() api.
    This way you will dinamically create a Link for each attachment. If your layout region is, for example, tableLayout, you can create a rowLayout for each token, then create a Link, add the link to the row layout and finally add it to the tableLayout. By doing so, you will create a table-style attachment region.
    Hope it Helps
    Thiago

  • Urgent help needed -in customizing an OAF page --adding new button?

    Hi,
    We are currently implementing an OAF based oracle application.One of the requirements that the customer has is to display an additional button on the page button bar available out of box in an OAF page. This button needs to be enabled/disabled based on certain conditions. Also when the button is pressed a pl/sql api needs to be invoked. I know through personalization a new button can be created in the page button bar. But how do we handle the logic behind the button? Can we extend the page level controller?Will this survive future upgrades? If not then what is the alternative?
    Please help!
    Thanks!

    You can follow the thread Calling PL/SQL Procedure for pl/sql call from controller example.
    --Shiv                                                                                                                                                                                                                                                                                   

Maybe you are looking for