Contact field to update based on form selections

Hello

I have a form preferably of the customer (which I heavily customized it) where a customer can select what they are interested in us with 2 boxes of custom field.  Based on their combination of selections that then, I need to update a contact field "Pavilion".

for example:

checked 1 + 2, flag = N

checked only, indicator 1 = M

checked the only, indicator 2 = E

None verified, flag = B

In the normal universe I would do just that with Javascript onclick, however, because I want to use 'The Population form' that I have to use a landing page not HTML, paste my code using snippets of html code that does not support the onclick or glorious onsubmit or other such functions javascript (this is to the best of my knowledge, based on my experience in the last month If I'm wrong, please put me right!  I'd love to do all this in the pure HTML form and have the 'form Population'!)

I am appearing only still my way around Eloqua -, is there a way that I can do in the form of processing steps, or feed a program (I really only learned about 2 days ago, so would need a direction here), or update rules (again, would need advice) or something else that I don't even know not exist?

See you soon

Sandie

Hi Sandie,

I guess you can achieve through measures of processing of forms.

Suppose you have two boxes below (if it is a single checkbox that would make it even easier to reach):

Now in the stages of processing of forms, select 'Update Contacts - With Custom Values' and the name field of the contact that you want to update with the flag. As the next section, select the type of update to "Set to a value" as follows:

Now subordinate processing step according to the logic that you want to apply. For example, if you want to perform this step of treatment based on a combination of both ' case 1' & ' case 2' values, you can apply the logic as follows:

As the number of combinations of logic that you now add as many processing steps.

Kind regards

Ankit

Tags: Marketers

Similar Questions

  • Need to fill out the field of text based on the selection after pressing an event in the OPS

    Dear all,

    I have a requirement as below

    I have a table of tip having a LOV field and I have a button to add a line so that I can add a row more lov field and after I am pressing a button to insert the LOV data into a table, my requirement is in the top of the page that I have text field, I have to fill the selected values of LOV in below format in this area.

    EX:

    Table of the advance:

    Row1:ABC

    Row2: DEF

    In the text field, I need ABC-> DEF in this format after pressing a button, and that the value should insert into the table in this form, please help me on this

    Thnaks

    Hello

    Advanced table: (SEE: SampleAdvnacedVO)

    RowNo ColLovValue

    1 ABC

    DEF 2

    Create an OAMessageTextInputBean (Id - ValueItm) and

    Set Property Render ${oa. RenderVO1.Render} with initial value as a BOOLEAN. FAKE.

    Button: Send

    Create a partial fire Action by clicking on the "submit" button

    Code central:

    Of the PFR:

    {if ("submitClick". Equals (PageContext.GetParameter (EVENT_PARAM)))}

    am.invokeMethod ("executeRenderVO");

    OAViewObject vo = am.findViewObject("SampleAdvnacedVO1");

    Line = vo.getAllRowsInRange ();

    String value = null;

    SampleAdvnacedVORowImpl voRow = null;

    for (int i = 0; i)< row.length;="">

    {

    voRow = rank (SampleAdvnacedVORowImpl) [i];

    value = value + "-->" + voRow.getColLovValue ();

    }

    System.out.println ("values-" + value);

    OAMessageTextInputBean valueItmBean = (OAMessageTextInputBean) webBean.findChildRecursive("ValueItm");

    valueItmBean.setValue (value);

    }

    GOT the Code

    public void executeRenderVO() {}

    OAViewObject vo = getRenderVO1();

    vo.executeQuery ();

    vo.insertRow (vo.createRow ());

    Line OARow = (OARow) vo.first ();

    row.setAttribute ("to make", Boolean.TRUE);

    }

  • Help! Script to populate a field of text based on whats selected in a drop-down list to a page?

    Well I hope I can explain this well enough.

    I have a drop down list that has two different options to choose from.  For example:

    Dropdown1 has: Option has

    Option B

    On the other page, I have two text fields.  TextField1 shows just what is levied on the Dropdown1 (Option A or Option B).  TextField2 must do the following: If Option A is taken I just need the field to remain a Virgin.  If Option B is taken out I need to fill a specific text.

    I thought that I found a way to do it, but it seems that since it's on another page the script will not pull.

    Any help is very appreciated!

    Hello

    You can download Acrobat.com and then publish the form. Once you have published, you can copy the link and share it here.

    In my example, I used the name of the first object "TextField1" for example. If your first object is named differently, you will have to modify the script accordingly.

    There is an example on how to reference objects here: http://assure.ly/kUP02y.

    Niall

  • How to calculate the sum of two digital form fields based on the selection of the checkbox.

    I have a form in Acrobat Pro who needs a custom calculation. How to calculate the sum of two digital form fields based on a selection of the checkbox. I have three number fields. Field-A and B are simple one or two digits. Field-C is the sum, or the total field. I want to field-C have a control box which, when turned on and off, just gives a. gives the sum of A + B

    _ Field - 2

    _ Field - A 4

    [check] _ _ field - 6 C

    [disabled] _ _ field - 2 C

    Thank you

    The custom field C calculation script could be:

    (function () {
    
        // Get the values of the text fields, as numbers
        var v1 = +getField("A").value;
        var v2 = +getField("B").value;
    
        // Set this field's value based on the state of the check box named "CB"
        if (getField("CB").value !== "Off") {
            event.value = v1 + v2;
        } else {
            event.value = v1;
        }
    
    })();
    

    Replace 'A', 'B', and 'CB' with the real names of the fields.

  • It is possible to compare the contact fields based on the value of data updated?

    Hi all -

    I would like to run a filter and compare my contact fields if the value in a field has been updated or changed.

    for example if the data in the "first name" value changes to be empty to have a value, which would respect the requirement.  Also if "phone number" 123-456-7890 to 999-000-0000 that would also meet the requirement.

    Did anyone done this before?  Any ideas of how to implement?

    Any contribution is appreciated.  Thank you!

    If that's what you're talking about, there is no trace of audit in Eloqua.

    It will be great if Oracle can verify the critical fields.

    The solution is to create to the top of the field in another area, so when it changes, you can compare the values.

    Good luck

  • Auto-fill text box values field based on the selection of the menu drop-down

    Try to fill in address, city, province, zip from text fields based on the selected option in a select form field. The following code works fine in Internet Explorer, but in Chrome or Firefox, after selection, text, the fields are filled with the word "undefined."

    I found a PHP script Jquery here version that would probabably do the trick.
    http://StackOverflow.com/questions/3657127/jQuery-populate-text-input-from-table-based-on-select-Valeur

    Maybe someone has a version of CF. they could share?

    Thanks in advance to anyone who can point me to a solution for this code, or a better way to fulfill my need.

    <!--> destinations with address auto-fill, city, etc.
    < script type = "text/javascript" >
    function selectAddress (list) {}
    take the first element is empty
    If (list.selectedIndex > 0) {}
    var locationID = list.options [list.selectedIndex] .value;
    locationAddress var = list.options [list.selectedIndex] .locationAddress;
    var locationCity = list.options [list.selectedIndex] .locationCity;
    var locationState = list.options [list.selectedIndex] .locationState;
    var locationZip = list.options [list.selectedIndex] .locationZip;
    document.getElementById('locationID').value = locationID;
    document.getElementById('locationAddress').value = locationAddress;
    document.getElementById('locationCity').value = locationCity;
    document.getElementById('locationState').value = locationState;
    document.getElementById('locationZip').value = locationZip;
    }
    }
    < /script >
    < b >
    < td align = 'right' bgcolor = "#FFFFFF" valign = "top" > Destination name < table >
    < td align = "left" bgcolor = "#FFFFFF" valign = "top" >
    < select name = "locationID" onChange = "selectAddress (this)" class = "smallforms" > "
    < option value = "" > SELECT the DESTINATION ››› < / option >
    < cfoutput query = "allLocations" >
    "" < option value = "" #locationName # "locationAddress =" #allLocations.locationAddress # "locationCity =" "#allLocations.locationCity #" locationState = "#allLocations.locationState #" locationZip = "#allLocations.locationZip #" > #locationName # < / option >
    < / cfoutput >
    < / select >

    Others: cfinput name = "destinationNameOther" type = "text" class = "smallforms" size = "75" >
    < br / >
    < input id = "locationID" name = "locationID" type = "hidden" > < br >

    Address: < input class = "smallforms" id = "locationAddress" name = "locationAddress" type = "text" size = "30" >
    City: < input class = "smallforms" id = "locationCity" name = "locationCity" type = "text" size = "20" >
    State: < input class = "smallforms" id = "locationState" name = "locationState" type = "text" size = "2" >
    Postal code: < input class = "smallforms" id = "locationZip" name = "locationZip" type = "text" size = "8" > < br / >
    < br / >
    < table > < /tr >

    In your last code done selectAddress refers to "index" but I'm not declared or assigned. I think that you are missing 'var index = list.selectedIndex;' statement.

  • Vary the accounts based on the selection of feature in data form

    Hi all

    I use Hyperion Planning 11.1.1.0.

    I have a problem by varying the members accounts on the dataform based on the selection of members of the entity of the dimension of the page.

    Currently, we use the Begbalance as a member (column) in the dataform and kept hidden. And we set the value of Begbalance-> actual values to zero for accounts that correspond to a specific entity...

    Then, on the form, I put 'delete missing data... That way I can show the accounts that should appear for an entity.

    But the list of members of the entity has more than 200, and thus also the accounts.

    Therefore, it is very tedious to do this adjustment for them...

    Someone please you suggest a better way to achieve the same * (i.e. different accounts on the dataform based on a selection of entity?) *.

    Kind regards.

    Alicia

    Hello

    You use the technique that a lot of consultants allows you to control what is displayed on a form.
    How do you set the values, if you have an excel template that you just update and then send the data to essbase it can facilitate the management of it a little.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Database column updates based on 2 fields being equal to two tables

    I get an error 1427 when you try to update a field in tables.

    I have about 30 000 records in tableA and about 2500 in tableB

    I'm trying to update a field in tableA based on equality of the 2 fields in each table.

    Update tableA a set a.Col1 =
    (select b.Col1 from tableB b where a.Col2 = b.Col2 and a.Col3 = b.Col3);

    There are several rows in tableA that should be whether the selection is true.

    I think I need to write some PL/SQL, but not sure.

    Any ideas?

    Thank you
    ANON

    Anon,

    I don't know how to put your data, but you can try a merger in tablea with a distinct subset of tableb.

    merge into tablea t
    using (select distinct col1, col2, col3 from tableb) s
    on (t.col2 = s.col2 and t.col3 = s.col3)
    when matched then
    update
       set  t.col1 = s.col1
     where  t.col1 != s.col1
        or (t.col1 is null and s.col1 is not null)
        or (t.col1 is not null and s.col1 is null);
    

    Concerning
    Peter

  • APEX4: Filling of fields of database based on the value of SelectList

    Hello

    I have a Select list and 4 fields of text on a form. By choosing a value in the select list, I have to fill out text fields from its values from the database by using the value in the list select as primary key.

    How can I do this in 4 APEX?

    Thanks for the help.
    -Hozy

    OK, the problem was solved on apex.oracle.com

    You were not able to access the application because your application uses DB account as the authentication scheme, who obviously would not work on apex.oracle.com.

    I have change the authentication to Apex on apex.oracle.com scheme.

    About 3-4 truggers were not valid for account forms, the customer and transfer did not work. Who sets also.

    There is no data, then finished by create minimal records juices.

    Now take a look at the Page 14 and dynamic Actions. Only Address1 and Address2 are Benoit updated, based on the customer account. You will need to add additional Dyna for the zip code and city Actions.

    Next time around, please make it easier for someone to help out you by
    1. the manufacture of safe objects are valid
    2. it some (dummy data) in the relevant tables

    Kind regards

  • Calculation of field not updated - Javascript problem

    I have an Adobe Acrobat DC form with what I believe, is that a simple but question left me speechless.  I have a (InitialDate) field in which the user enters a date.  I have another domain in which the user enters the number of days (AddedDays).  I want the third FinalDate field to calculate the value by adding the specified number of days of AddedDays to the InitialDate.  Here's the javascript code, I added slot calculate the area of the FinalDate.

    The javascript of works very well except when the user CHANGES the date in the field of InitialDate, the FinalDate field is not updated.  If the user changes the entry from AddedDays, the FinalDate field is updated.  Can someone help me?

    (function () {}

    var sDate = getField("InitialDate").valueAsString;

    var d = util.scand ("d/m/YY", sDate);

    var days = getField("AddedDays").value;

    d.setDate (d.getDate () + days);

    If (sDate) {event.value = util.printd ("d/m/YY", d) ;}}

    else {event.value = "No Transmission Date entered" ;}

    })();

    Yes, you must correct the order of computation of field as mentioned above. Exactly how do you this depends on which version of Acrobat you are using.

    While you're in form editing mode, select:

    Acrobat 9: shape > edit fields > set field calculation order

    Acrobat 10: Tasks > other tasks > edit fields > set field calculation order

    Acrobat 11: Tasks > other tasks > set field calculation order

    Acrobat DC: (button in the right panel) more > set field calculation order

  • Why isn't the AWS_ACTION process field not updated by the action of the user in the workspace in a PDF file?

    I have a PDF (not XDP) form that is routed in the workspace for a number of reviewers.  The shape has built-in validation in the preSubmit form that validates the various fields according to the measure taken and where the form is current.  I added 2 user Actions (Submit and save the draft) in the assign task operation.  The buttons are displayed in the workspace as expected.  When the user clicks on I want to put a variable in the PDF file that I can use to understand what to validate.

    I proceeded fields and form bridge on the first page of a 2 page form.  When the user clicks on the user's Action in the workspace the AWS fields are updated with the exception of AWS_ACTION.  AWS_ACTION is never updated with the name of the Action for the selected button.  AWS_CHOICE has a valid list of action names.

    If I use a field AWS_ACTION XDP file is updated correctly.  There are a number of signature in the process so that I have to keep the PDF file.  AWS_ACTION works correctly with PDF files or I have something set configured?

    We use the ES4.

    I do not have a server at home, in the office and so I worked the example I

    will not be able to send ACL, but I cannot send the xfa form.

    Greetings-

    Ashok

  • Fill in the field of text based on the menu drop down.

    Here's the scenario: I have 2 drop-down lists on page 1 (list1, List2). Based on this selection, I want to fill in a text field on page 2 with their values, after clicking on a button to update at the bottom of page 2. I use the button click event, but how can I get the actual values of each drop-down list on the previous page?

    You must give the full path to the objects (i.e. form1. Page1.DDListName.RawValue). look in the view hierarchy to see the structure you want. Conversely, you can place the cursor in the script editor where you want the reference to appear, hold done the key ctrl and move the mouse to the object you wish to reference (it will change into a V). Then click on the mouse and the appropriate for this object reference is displayed in the script editor.

    Paul

  • Checkbox validation based on the selection of the values LOV

    I'm trying to validate a checkbox custom on the opportunity page, based on the selection of the values LOV.

    For example only when the user selects 'rating = A', the box should be able to select and save.

    If the user selects other that 'A' in the field assessment, the box should not save.

    or

    Is it possible to do, the READ ONLY checkbox, enable only when the side 'A' is selected.

    Any thoughts / help on this.

    Thank you, Kumar

    Edited by: user10833334 may 4, 2010 06:43

    There is no function to make a read-only field based on the contents of another field, it is not an option. I will list my thoughts on how you might handle this below.

    -Option 1: I recommend that you use validation to manage it. I don't know exactly to your needs, but you could write a field validation that checks to see if the flag is checked and rating <>has and sends an error message to the user, if it is not. The user would not be able to save the file until it Unchecks the box or sets the side = A.
    Advantages: User gets a message explaining the problem with the data and is forced to fix it before you save it.
    Cons: Requires interaction from the user to save and if they do not pay attention, the data may be lost if they cancelled without saving the changes.

    -Option 2: Another option would be to use the workflow to validate the registration. In this scenario, you can create a workflow that determines whether the field is out of adjustment, and if it is not correctly set, the workflow would update the box accordingly. In this scenario, you would use the 'Actions if Condition is False' also to inform the user that the flag cannot be controlled unless the side =. Then, you must set the Action "Update the values" update the uncontrolled field.
    Pros: Manages the work without user interaction.
    Cons: The con in this case, is that there is no workflow 'Before NEW record saved' trigger, so it is likely that the user sets the value incorrectly when creating the folder and it would stay like that until they update the record again.

    Some people might argue that there is another option that uses the functionality of dynamic page layout to make the field read-only, but this isn't a good option. You would need to convert using the Type of the opportunity in a way that would make use of the possibilities of lourdes for your users and I mention it only to you recommend to avoid his review completely.

    Good luck and let me know if you have any questions.
    Thom

  • Can "empty you worldwide" a contact field

    Is it possible to delete all entries in a field of contact? For example, we have a field called 'current product' and we have a new list generated by our internal systems with a list of all current customers with their current product. We can, of course, download the list and replace all existing entries in this field. But that will still leave people in the database that are no longer current customers with an entry in the field of the current product. So we can delete this area before downloading the new list? And how we would do?

    Thank you.

    Hi Rob,

    E10, here are the steps to take to achieve your desired results.

    1 segment your contacts and create a new list shared for those with fields that you want to remove.

    2. click on your share list, and then select the Action Menu (gear top-right).

    3. click on "field values".

    4. Select the field that you want to delete and click on the "Save" button.

    5. click OK to the guests, and your domain will be deleted.

    I hope this helps!

    Brad Hefferon

    Product specialist

  • Segment-&gt; compare Contact fields-&gt; value

    Hey,.

    Try to set up a block to compare the Contact fields in a Segment.  You want to check the value of a field is one of the two values (data source are a drop-down list in SFDC).  I put the criteria "to be defined", which then provides a bunch of games to choose from.  None of these default settings work for me, so where do I go to create new sets?

    Hi Jeremy,.

    The option "to define" will check if a contact field contains a value in a list of selection.  You can create new lists of selection in the Setup > fields & views > Setup > manage select lists.  From there, you change the values in existing selection lists or create new ones.  Selection lists can be created either by entering the values manually, either by downloading a CSV values.

Maybe you are looking for

  • Upgrading my processor a1610n

    I have the motherboard of M3-GL8E with an ATHLON 64 X 2 4200 + processor, running Windows 7 32. HP specs say I can go to an ATHLON 64 X 2 5000 + processor. I bought 2 processors separated, the two AMD ATHLON 64 X 2 5000 + (AD05000IAA5D0). Or processo

  • Case of Structure / timer

    Hello I have attached a sample vi to control a serial device that takes input from 40 to turn the unit on and 41 to turn off the unit. I want to do is when I press start I want a 40 to send to the appliance and activate the timestamp of loop. Then, o

  • Woman is trying to connect to my network. What needs to be done for his connection?

    I am connected to a Modem Arries to my desktop computer. I left my wifer connected to my network, but she knows connection problems. If you require to connect to him, I'd appreciate it. Thank you.

  • Recovery of a .dbx file

    The Inbox.dbx file used by Outlook Express is more than 2 GB (maximum) and I can't open it or read messages. I renamed and made the OE to create a new. If I try to open my old .dbx file, I get a message saying that another application is used. Google

  • Wall charger for Sansa Fuze?

    Hello, I hope you do well. I'm trying to help my father to buy a wall charger for its Sansa Fuze (I gave it to him as a birthday gift, but he doesn't have a computer and needs a wall charger). What type of wall chargers should I watch? I believe that