passing the field id as arrays in detail using Jquery DA Javascript master

Hello! IM new at the Apex and javascript. I have a problem with javascript in my application!
I have the form master detail. in detail, I have a field 'condition_Clause' that some information on this area going to two elements on the page in another region on this page using javascript in a dynamic action based on JQUERY:

H2. When
Event: Get Focus
Selection type: Jquery Selector
jQuery Selector: input [name = "f09"] - it's "condition_Clause" field in form id
Condition: no strings attached


H2. Action
Set value
Type: Javascript
$x_Value ("P36_FIELD_ID", 'f09_' + this.triggeringElement.id.split ('_') [1]);
affected item: Jquery selector
jQuery Selector: #f06 - I do not know this is good or not, + but + it works

as you know I want to copy the id field in a table to a different field in the page: "P36_FIELD_ID".
-------------------------------------
now what is my problem? This code works once im works with save and retrieve documents in my form but when I try to catch some field_id after adding a new line to tabular detail , it does not work for her and affects P36_FIELD_ID null! It just does not work for new records, which are not registered!


IM using
Request Express 4.2.1.00.08
Oracle DB: 11.2.0.3
browser firefox and chrome (latest versions)

Please help me! Thank you

Hey Amir,

You must define the scope of the event to the dynamic action of "dynamic".
In this way the dynamic action will also be linked to the new lines in the form of your table.

Kind regards
Erik-jan

Tags: Database

Similar Questions

  • Hide the field of web application in detailed view

    Hello

    Is there a way to hide empty us fields of application in the detailed view. Work on a boat with a certain fields ad site and want to exclude field if the client adds no info.

    http://uGuru-autodealer-au21.BusinessCatalyst.com/boat-listings/43-custom-timber-trawler

    I understand that java can do that, but I'm not fluent with it.

    Thank you

    Hi, Valentino,.

    Just 2 questions to cover:

    S ' ensure you reference jquery

    -Make sure that you change detail available to the respective webapp so that it actually contains the elements table, you are using a list: http://screencasteu.worldsecuresystems.com/AP/2013-12-02_1257.png

    Here's a working example:

    http://screencasteu.worldsecuresystems.com/AP/2013-12-02_1251.swf

    Kind regards

    Alex

  • How to pass the parameter of type array of ADF

    12.1.2 jdev

    I want to call a stored procedure with parameters of type Table entry in the oracle database. Please let me have an example about that.

    create or replace type forecast_rec as object  ( pYear varchar2(4), pQtr varchar2(1), pAmount number(17,2));
    
    create or replace TYPE FORECAST_TABLE AS TABLE OF forecast_rec;
    
    create or replace PROCEDURE FORECAST_INSERT_TEST(p_iorec IN FORECAST_TABLE) AS
    BEGIN
    if p_iorec is null or  p_iorec.count = 0 
    then 
      return;
    end if;
    FOR i IN 1..p_iorec.count LOOP
    --get p_iorec(i).EMP_NAME
    insert into forecast_rec_test values(p_iorec(i).pYear, p_iorec(i).pQtr, p_iorec(i).pAmount);
    END LOOP;
    END;
    

    Thank you

    Sanjay Chatterji

    Please see:

    http://technology.amis.nl/2008/07/16/oracle-jdbc-passing-a-table-of-custom-object-type-to-a-stored-procedure-implementing-efficient-single-round-trip-data-exchange-part-two-of-an-adf-application-on-a-plsql-api/

    Thank you

  • Oracle purchases and pass the field

    Hi friends,

    Inorder to buy Oracle and analytics from loading in DAC, I couldn't find the necessary material for it in my custom of my original container R12.1.3 container

    Here's the only SA, I have below
    Common Dimension(for internal testing)
    Common-ExtendDayDimension
    Common-Load Day Dimension
    Employee Expenses
    Data Lineage
    Enterprise sales
    Financials
    HR
    Projects
    Supply Chain
    Y at - it all HIS extra I must add to my existing order one, do a load to it.

    Thank you

    Kind regards
    Saro

    I don't know in the given version but (R12.1.2 and below) dac domains starting with "Supply Chain" are associated with Pro N pass.
    I think that in your version of dac, it should be the same.

  • Disable (= update not allowed) the field ordered_quantity in Oracle Apps R12 using FP

    Hi friends,

    Please help me with this requirement - Oracle Apps R12 - related forms-

    Obligation:

    Disable the option to update - user should not update the quantity fields on the tabs IE (price, delivery, returns, Service, other, addresses) if it meets a given condition.

    If someone tries to update - just pop - up error message "update not allowed here!"

    I think we can do this using the form of customization.

    But I'm not actually (event trigger, Trigger, Condition object) - how to disable particular field

    Kindly help.

    Let me know if you need input more

    Thank you and best regards,

    AT

    Business people are generally concerned about the results rather than how to run the task.

    The functionality of constraints treatment is there for these requirements.

    We use it to do many kinds of validations.

    Kind regards

    Bashar

  • How to work the fields mm_ and how are they used?

    When DW created a dynamic form, it uses mm_insert and mm_update fields to represent the activity in the form. I would like to better understand these fields and how they are presented and used.

    Thank you
    Marty

    MartyMatthews wrote:
    > Long-in-the-tooth or not, it was useful and I thank you. My summary is that
    > MM_insert, MM_update, and other MM_ are just names of fields whose value of
    > the entry field is assigned and which can later be used in PHP code with $_POST.
    >
    > Marty

    I'm glad you found it useful.

    --

    E. Michael Brandt

    www.divaHTML.com
    www.divahtml.com/Products/scripts_dreamweaver_extensions.php
    According to the standard scripts and the Dreamweaver Extensions

    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, and alia

    --

  • Copy to the Clipboard in safari using jquery or javascript

    I need to copy text to the Clipboard by clicking a button using javascript or jquery.

    I found a lot of options to do this in other browsers... IE, Chrome, Firefox. But could not reach in Safari Version 9.0.

    I tried document.execCommand ('select') and document.execCommand ('copy'). But the latter returned false. If the copy failed.

    See the dicunent to https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptu al/SafariJSProgTopics/CopyAndPaste.html

    Best regards, Francesco

  • Defining the field level line in the table using jQuery

    Hello

    I am using the following command for reading and then set the values in the same row in a report.
    Re: Referring to a value of field line in an interactive report using jquery

    Consider the following excerpt
    // read information eg
    var row = $x_UpTill(this.triggeringElement, 'TR');
    var dateCompleted = $('input[name="f03"]', row)[0];
    console.log(dateCompleted.value);
    // write information eg
    var dateBooked = $('input[name="f02"]', row)[0];
    //dateBooked.value = 'xyz'; // sets to xyz, as expected
    dateBooked.value = return_date; // sets the actual code, not returning string
    Everything works as I expect except the last line. I have a js function returns a formatted string (Date set with Javascript , but in this case, my field now contains the definition of the actual code, not the date string the function actually returns.

    I don't think that I'm just not understand a simple concept for JavaScript here?

    A simple solution might be to create the P0_SYSDATE, calculated field to TO_CHAR(SYSDATE,:F_DATE_FORMAT), then apply
    dateBooked.value = $v('P0_SYSDATE');
    but I'm trying to improve my understanding of javascript/jQuery...

    See you soon,.

    Scott

    So are you saying that return_date is a function real javascript, which returns the document to the format string/date you want?
    If so, then I think you simply need parenthesis to function:

    dateBooked.value = return_date();
    

    Or... I'm missing something here?

    Thank you
    -Jorge

  • Change the field names in a CFQUERY object

    Hello, I would like to know if you know the answer to this?

    I want to change the names of the fields in a CFQUERY result after I extracted the results of the database (IE. I can't use 'AS' in the SQL statement.) I see 2 ways to do this-use the function to query a query (CFSQL) or simply create and populate a new object query, such as defined below:

    < cfquery name = "CustList" datasource = "name" >
    SELECT CustId, CustName, CustAddress customers
    WHERE OrderStatus = 'P '.
    < / cfquery >

    OPTION #1:

    < cfqueryname = "GenericList" type = "query" >
    Select CustId AS Id, name CustName AS, AS CustAddress address CustList
    < / cfquery >

    OPTION #2:

    < cfset GenericList = QueryNew ("Id, Name, Address) >
    < cfloop query = "CustList" >
    < cfset unused = QueryAddRow (GenericList) >
    < cfset unused = QuerySetCell (GenericList, "Id", CustList.CustId) >
    < cfset unused = QuerySetCell (GenericList, 'Name', CustList.CustName) >
    < cfset unused = QuerySetCell (GenericList, "Address", CustList.CustAddress) >
    < / cfloop >

    Do you know which one of them would be more effective? And is there a better way, by which I can maniplulate the names of the columns in the original request (ie. so that I can rename the field "CustName" to "Name" and then use "CustList.Name" directly)?

    Thank you!

    Thanks Stefan! Ignore the bit 'guy' below, I didn't notice initially that the first two replies both comes right to you!

  • Automatically use the wired on wireless LAN connection when using the docking station

    Hey guys!

    I use the my T500 with the Advanced Mini Dock @TheDude recommended in this thread: http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T500-Recommended-Compatible-Docking-Station...

    I had almost a month now, and whenever I anchor my laptop I have to pass the connection wireless switch off hard or using FN + F5 and extinguish this particular radio.

    Is it possible to have the computer automatically choose the wired connection when it is available, otherwise use the wireless radio?

    I use Windows 7 Prof 64 bit.

    Thank you

    c1p0

    ThinkVantage Access Connections (AC) can be configured to do this. Change your location profile and change the order of the adapter associated with this place, for example, order first as Wired and Wireless second.

    When I am connected Wired and I pull the Ethernet cable, AC will switch to using wireless automatically. When I put the Ethernet back in, it starts automatically by using the wired and wireless don't report limited or no connectivity (which means that the switch has occurred). You will have to perhaps set up wireless in AC power options, i.e. disable radio when not in use (I did not sentence again).

    This could be similar to a docking station solution. Mine is without docking station; When I'm at the office and go to a meeting, I pull the wire and have continuity.

    Ideally, the CA should provide a solution. But it may take some fiddling.

  • How to check the permissions of security using OLE or javascript?

    I'm checking the security permissions in a PDF file using OLE or javascript.  Any help or examples would be very helpful.  A similar position said that you can NOT get the permissions via javascript.  Is this true?

    My end is set to check is "Copy of content" permission is allowed before you try to "Save as text", otherwise a dialog in Acrobat and the script hangs until the dialog box is clicked.  A way to remove the dialog box would be useful.

    It there is no way to remove the dialog box, nor can you get the permissions.

  • Access to the elements of an array passed as object reference

    Hi all!

    I am quite new to TestStand and therefore, my question might be simple enough but I was not able to find the solution by looking at previous posts.

    I have a sequence that passes a custom array (of data type) to another to make basic on the table stuff (reverse the order of the elements, for example).

    I want to move to the sequence called an object table reference

    The problem is that I am not able to read the array element inside the sequence called using the object reference.

    I found the way get the number of items, but I'm not able to access the item

    In addition, the TestStand GUI is able to let me see the array pointed to by the object reference that is passed within the known sequence, so it is possible to access... but how?

    I want to do operations on the object reference passed within a 'No return' TestStand if possible.

    Thank you very much.

    Andrea

    In other words:

    How do I access the field 'temperatureTag' item number '0' from the object variable reference referenceToClone?

    Locals.referenceToClone [0] .temperatureTag does not work...

    I don't know what is the recommended method to solve your problem. When you try to few alternatives, I was able to get the value required by the following expression (tested with TestStand 2014):

    Locals.referenceToClone.GetPropertyObject("[0]",_0).temperatureTag

    Try and tell me if it works for you.

    Use this workaround with caution.

    -Shashidhar

  • ADF query Panel poster not only any value in form master detail, but the field has a value.

    Hi, I use jdeveloper 12.1.3 1.

    1. I request ADF, master form Panel and secondary table.

    2. by default create insert button is enabled in the secondary table. ( button)

    3. no data is demonstrated at the start and it's ok because the main table of the form and the details is under the Panel request af.

    4. even if no data is shown in the form of af, when we get the value of the field (i.e. product) to support bean, field returns a value.

    5. If I am not able to disable the button.

    I tried to use backing bean to disable this key under certain conditions (example: If there is a value for the product on the screen can turn on this button), even if nothing appears on the screen, if we get the value for the field (i.e. product) it returns a value.

    Attr.png

    Hello

    Tell me if I'm wrong, but you want to disable the button if there is no data in the form of master?

    Try with this property disabled in your button:

    Disabled = ' #{bindings. " Product.inputValue == null} ".

    change 'Product' for the field in the form that will always return a value when there is a line.

    Kind regards

    Ruben.

  • Passing the Description field in workflows "request a catalog article.

    I use the workflow 'Request a catalog article' to request a catalog article that deploys a virtual machine. When I manually request here, I can fill the number of vCPUs, memory, disk, * and * a Description that will appear in the list of items vCAC that helps me identify what serves as the virtual machine.

    When you use the vRO workflow to make the request, I can pass the variables VM - i.e. supplier - VirtualMachine.CPU.Count, etc. - but I can't understand how to move in the Description. I tried the stuff to look at the variables available, but all I get is this list.

    [11:44:44.775 2015-09-30] [I] provider - Cafe.Shim.VirtualMachine.NumberOfInstances

    [11:44:44.776 2015-09-30] [I] provider - Cafe.Shim.VirtualMachine.TotalStorageSize

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing.vCACHost

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineDisposing.vCACVm

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned.vCACHost

    [11:44:44.776 2015-09-30] [I] provider - ExternalWFStubs.MachineProvisioned.vCACVm

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.CPU.Count

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.IsClone

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.Size

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Disk0.StorageReservationPolicy

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.LeaseDays

    [11:44:44.776 2015-09-30] [I] provider - VirtualMachine.Memory.Size

    [11:44:44.776 2015-09-30] [I] provider-blueprintId

    [11:44:44.776 2015-09-30] [I] provider-provisioningGroupId

    Any ideas on how I can refer and set the Description?

    Thank you

    Hello

    There are some special/magical/hidden properties, you can use 'always'

    See also request a catalog through ASD and Description article

    Maybe of the properties of interest to you:

    description - Description text mode application form (details)

    Cafe.Shim.VirtualMachine.Reason - reason for the request in the form of request for Information

    __Notes - description in the request for information form and vCenter Annotations, default "implemented by VMware vCAC.

    Greetz

  • How to pass easily the fields Description and grounds for application of plan of action for the vRA to vRO WF service

    I know that you can bind some info request as constraints of value, such as the name of group company, or tenant or the code of the principal applicant, etc..

    Is there a similar way to pass the text of the Description and the reasons?  Or, how the text in these fields would easily get in a script task?

    The answer closest I have is below.  It is available in the workflow, not the user interface designer.

    ASDRequestId = System.getContext () .getParameter ("__asd_catalogRequestId");

    ASDRequest = vCACCAFEEntitiesFinder.getCatalogItemRequest(vRA_CAFEHost,ASDRequestId);

    Request_Reason = ASDRequest.reasons;

    Request_Description = ASDRequest.description;

    Request_Owner = ASDRequest.requestedFor;

    Posted in: Re: ASD service - how to get the values of Description and reason in the workflow

Maybe you are looking for