Enter the source id of lov at the advanced table bean

Dear frends,

I'm developing a customized page of the FPÖ. I have a chart of progress in that. lov 2 is there in the advanced table.

I used a code to capture the event lov as shown below

If (PageContext.isLovEvent ())
{
String lovInputSourceId = pageContext.getParameter (SOURCE_PARAM);
pageContext.writeDiagnostics ("in the process form request source of real input id Lov",":"+ lovInputSourceId, 1 ");

If ("OrganizationName". Equals (lovInputSourceId))

{

to do

}

If ("CustomerName".equals (lovInputSourceId))

{

to do

}

}

But I get the id of source with the index as lov

TableRN:OrganizationName:0

TableRN:OrganizationName:2

etc...

How could I capture the source id of lov with respective index in advanced table?

Kind regards

Tarun

Dear Sandeep,

I tried to create dependent lov similar, so I got the answer for this...

https://blogs.Oracle.com/prajkumar/entry/implement_dependent_lov_in_oa

Kind regards

Tarun

Tags: Oracle Applications

Similar Questions

  • Obligation to fill the values in table advanced according to the selection of a value in another article of lov (not in the advanced table)

    Hi all

    We work in a custom oaf page subdivision. We have an obligation to fill the values in table advanced based on a value selection in an element of the lov (this LOV is not in the advanced table) .can share you it please me steps or examples of code to achieve this. Waiting for response.

    Kind regards

    I do not understand completely still. What do you mean by "default in the table values must be inserted".

    You can create a dummy VO with the same columns and fix the VO in the advanced table.

    In the normal scenario, when the user clicks on submit button, browse this VO, and copy the values to the validation according to VO and appeal EO. If values gets inserted into the database.

    When the user selects the number of PO, simply run the other VO and fill this dummy VO so that values are available in the advanced table. When you click on send, do not copy these values to the EO based VO, so these lines won't get inserted.

    It work?

    See you soon

    AJ

  • Problem with the records to display in the advanced table of the popup window OPS

    Dear all,

    I have a requirement as below.

    I have a contextual search page I displays the data sought in the advanced table, but the question is of all the rows displayed in the window pop up due to the size of the window dolls, even I'm not able to view the button 'Next' in the table to proceed following files, can anyone suggest me how to display the button 'NEXT' in the table , so i can display all the records in the table.

    or is it possible to implement "SCROLLBAR" in table advanced in the pop up window so that I can scroll vertically and horizontally to display the records.

    Thank you

    My question solved thanks

  • view multiple lines in the advanced table

    Hi all

    I have a requirement. I created advancedtable. When the page loads, to display 4 rows at a time. Can anyone please help how to achieve this req

    Kind regards
    Murali

    Hello

    Write the code below in AM that will create 5 blank lines in the advanced table.

    xxVOImpl voImpl = getxxLineVO1();
    voImpl.setWhereClause ("1 = 2");
    voImpl.executeQuery ();
    for (int i = 1; i)<=5>
    {
    Line = voImpl.createRow ();
    voImpl.insertRow (row);
    row.setNewRowState (Row.STATUS_INITIALIZED);
    row.setAttribute ("column1", i);
    row.setAttribute ("column2", "XYZ");
    }

    Kind regards
    Mary

  • How to align an image centered in the advanced table column.

    Dear friends,

    I developed a page of the OAF with an image column in the advanced table, but by default the image column is not centered,
    How to make image centered in the advanced table column, please let me know your suggestions.


    Thank you
    Keerthi.K

    HAD,

    In your column, create a tabular presentation and a rowlayout and the image, and then put in the rowlayout. Set the horizontal alignment of the rowlayout inwards.

    Kristofer Cruz

  • Generate a number at the advanced table

    Hello world

    I have a table in my custom page which I already put in place. The additional functionality, I am adding now is to add a sequence of numbers in one of the table columns advanced so that whenever a row is added in the advanced table, the numbers should come from 1 number of lines added for this particular session.

    Sound essentially to count the number of lines, the user is adding every time in this advanced table.

    Any suggestions are appreciated.

    Thank you.

    You can create an attribute in the advanced table t. Also intiialize a value of TransactionTransient to 1. Whenever a row is added, you can set the mode attribute with the latest value of the TransactionValue and 1 and then increment the value of the Transaction.

    Hope that gives clues.

    Concerning
    Sumit

  • Can we do a line read only in the advanced table?

    Hello

    We have an obligation where the user wants to the first line of a table advanced to readonly, and remaining lines as editable lines. Can someone please let me if we can achieve this?

    Thanks in advance.

    Solène

    Hello

    Yes, you can set row as read only in the table in advance.

    Steps to follow:
    (1) take the attribute Transient seen as ControlReadonly (Boolean Type) in the attached with advanced table view object.
    Note: Your all the lines will have now a new attribute called ControlReadOnly.

    (2) using the property read only set SPELL on each field of your advance deposited the region.
    as ReadOnly ${oa.. ControlReadOnly}

    (3) the loading of the page, in the query itself process you can set the attribute to True and if you need frontline to travel up to the end of the rows in the table and set the value to False for ControlReadOnly.
    ex: line = vo.first ();
    row.setAttribute ("ControlReadOnly", Boolean.TRUE);

    Kind regards
    Swati.

  • ColumnHeader invites to the advanced table

    Hello

    How can I change a columnheader under an advanced table?

    Thanks in advance.

    Kind regards... Ashraf

    Published by: user11980144 on December 7, 2011 12:28

    Under the graphic component column, make sure you have an element of the columnHeader. Right-click on the columnHeader and create a new sortableHeader. Set the prompt attribute that to the title that you want for the column.

    Kristofer Cruz

  • How to add new record to the Advanced Table.

    Hello
    I created a table advanced in a Page customized and added a button in the footer and added events for this button. After clicking this button, I need to add a line in addition to advanced table. Pls share code for this requirement.

    Thanks in advance,
    Roxanne.

    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (bleep)
    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (Ext)
    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (used)

    Please ensure that for these elements of three region Bleep, Ext & employee

    you have defined the attribute of the view property.

    Thank you
    AJ

  • Update for the advanced table query.

    Hello

    I am a newbie at OAF so need help with a simple task.

    I have an advanced table that was created using the query in the expert mode of the VO. (because it contains data from more than one table).

    Now, I want to update the data of any line which is amended in the table,

    I followed the example in table advanced in the tutorial and reached until the update method of the AM. Now, I'm not able to update the table. When I searched the forum said that I have a simple EO on the table to be updated, but I want to update multiple tables (foreign key relationship), if can do using the same VO? I have both the VO (based on one select query custom Expert mode and other normal VO EO-based).

    Can someone give me it please update the table in the query?

    Thank you
    VK

    Hi Vishal,

    It is good to know that your problem is almost solved.

    Yes, you will need to create separate poplist VO and one more thing, if you use poplist, you do not use custom query (expert mode).

    Kind regards
    Out Sharma

  • To access the advanced table in the processFormRequest method

    Hello

    OAAdvancedTableBean tableBean = (OAAdvancedTableBean) (pageContext, webBean createWebBean,
    "TableRN");

    TableRN is the Id of advanced table. Using this statement, I am not able to access the table. Please give the correct code to designate the table beforehand.

    Hello

    OAAdvancedTableBean tableBean = (OAAdvancedTableBean) (pageContext, webBean createWebBean,
    "TableRN");

    This code is used to create the webbeans is not for access.

    Copy the following code

    Page OAPageLayoutBean = (OAPageLayoutBean) pageContext.getPageLayoutBean ();
    OAAdvancedTableBean tableBean = (OAAdvancedTableBean) page.findIndexedChildRecursive ("TableRN");
    if(tableBean!=null)
    {

    manage logic

    }

    Thank you
    Gerard

  • dynamically setting lines displayed in the advanced table

    Hello

    I want to give the user the ability to change the number of lines displayed in a table.

    I can do it with the following:

    The results of table reference

    OAAdvancedTableBean = tableBean

    (OAAdvancedTableBean) webBean.findChildRecursive (resultsTableName);

    Set of displayed rows

    tableBean.setAttributeValue (UIConstants.ROWS_ATTR, 10);

    I'm running it in the processRequest.

    It does not seem to do. It does not change the default lines is 20

    Is it possible to do this?

    Thank you

    Ronny

    Try this

    tableBean.setNumberOfRowsDisplayed (10);

  • Empty line in the Advanced Table

    Hello

    I have an advanced array "DelegatedRN" in which where clause is pragmatically the processRequest by

    OAAdvancedTableBean = table

    * (OAAdvancedTableBean) webBean.findChildRecursive ("DelegatedRN"); *

    table.queryData (pageContext, false);

    and it is fetching the correct records, but it adds a blank record where ever the rendered page.

    Please tell us how can I remove the empty file of the table.

    Thanks in advance to all.

    Kind regards... Ashraf

    Hi Ashraf,.

    Do a validation test to see if a new line is created (in the application process) to the original version attached to the table.

    Thank you

  • How to rearrange the lines in the advanced table

    Hello

    I have a requirement to create a table points to a page that said col A, B, C

    I need to create 2 ranks as the pageload that will show the values set in the column initially created two rows
    (1) free
    (2) paying

    After that, if the user clicks Add another line button
    It should create another line and column should be editable and the user must fill value as below
    (3) extension

    I am able to do this right on the page, but the problem is with the command lines
    order of the lines should be
    (1) free
    (2) paying
    (3) extension

    but when the user clicks to create the line it always creates the row on the top rather than the bottom

    Help, please!

    Hello

    On the click on the button Add new rank

    Get the reference to Vo

    Line row = vo.last)

    vo.setCurrentRow (row);
    VO. Next()
    vo.insertRow (vo.createRow ())

    Thank you
    Ivar

  • Add the line in the advanced table

    Hello

    I need to create a line while click on the button Add another in a table.
    Can any body help on this.

    Kind regards
    Vincent

    Hi Vincent,.

    You can do this using a declarative approach or through coding.
    Here are two ways I want to say. You can use an any of them.
    To create a new line in advancedTable, you have two options.

    First of all is to click with the right button on advancedTable--> New--> the foot of page

    Now right-click on tableFooter1--> New--> addTableRow

    Set the following properties for addTableRow1

    Add labels to lines: Adding line
    To add line: 1
    Insert automatically the lines: true

    Second option is to create a "submit" button and in the method of construction of the controller use code below.

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    If (pageContext.getParameter ('ID of the button send Add row')! = null)
    {
    OAApplicationModule am = pageContext.getApplicationModule (webBean);
    OAViewObject vo = (OAViewObject) am.findViewObject ("VO Instance name");
    If (vo! = null)
    {
    VO. Last();
    VO. Next();
    Line = vo.createRow ();
    vo.insertRow (row);
    row.setNewRowState ((byte) - 1);
    }
    }
    }

    Kind regards
    Works

Maybe you are looking for

  • connect iPad 2 to Pioneer AVR

    How to connect iPad 2 to a pioneer in the APR SC57 to play the slideshow

  • Screw system configuration return a code error-2147220608 in LV2013 but not in LV2012 on my system sbRIO

    I worked to deploy a minor correction to an existing system that has worked. Part of this upgrade was to move to LV2013. The configuration of the system live that I used successfully in LV2012 to change the comment and the host name of the error code

  • problem of quadrature table indexing

    Hello world. I work ona program to read the entry from the angle of a quadrature encoder. I get reads very well, but I try to export the data into a table of excel as well as to obtain the minimum and maximum angle read by the encoder. My program see

  • Solve linear equations - Block tridiagonal matrix

    Hello I developed a vi that can be used to solve tridiagonal systems by block of equations by Thomas algorithm. These systems are usually in the finite differences method used to solve equations in partial derivatives. For iterations of 1000 times, i

  • Normal Word template

    Windows XP Home Edition - it's the Normal of Word template requires saving the new file whenever I use the Word application, no matter how many times I save the file in Word with which I work.  Why is this happening, and how to fix this? I continue t