Same page, two regions based on the same conflicts taskflow

I have a page and I understand two regions based on the same workflow, at the start of region renderes ok, but then they don't are never refreshed, it seems like a conflict.

I hope you can help me, thanks and sorry for my English...

Published by: Jocelyn on 2012-ene-18 09:13

Hello

Well, I don't understand the question "no refresh" you mention. However, you did it that the workflow is isolated and does not share its DataControl? If you share the DataControl then region 1 and 2 show the same data and are just one and same.

Frank

Tags: Java

Similar Questions

  • Change the type of region based on the value of the element

    Hi all
    Is it possible to change a type of model of a region based on the value of the page element?
    For example, if I have a template type for the area has as the type of model and the region to hide/show for area B as hide/show as well.

    I want that type of region B model will be replaced by a type of custom template based on the value of an element in A region.
    Is this possible?

    Enjoy your entries.

    Thank you!

    Spriya wrote:
    Hi all
    Is it possible to change a type of model of a region based on the value of the page element?
    For example, if I have a template type for the area has as the type of model and the region to hide/show for area B as hide/show as well.

    I want that type of region B model will be replaced by a type of custom template based on the value of an element in A region.
    Is this possible?

    N ° you either need to have 2 instances of region B, based on different models and make one of them conditionally based on the value of the area A; or to develop a unique model with a structure that is flexible enough to be used in both cases and change its appearance and behavior, for example, Exchange classes in dynamic Action.

  • Is it possible to show/hide something on the car (registration - buy) page that is based on the name or the productId?

    I need to show some of my form of payment based on the name or the productId. I have 2 types of products, family and individual. If they have product in the family is selected they need to add dependent information.

    I was able to do this based on the total. Amount but it is a product that has the same price as a product of the family, so it won't really work for me.

    {% If globals.cart.totalAmount is '165.40' or globals.cart.totalAmount is '22.95' or globals.cart.totalAmount is "249.40" or globals.cart.totalAmount == "29.95" %}

    I have the following available on the payment page:

    'basket': {}

    'itemCount': 1.

    'Amount': 165.40.

    "countryCode": "US", he said.

    "currencyFormat": "$."

    "items":]

    {

    "id": 7155959,

    "productId": 9712238.

    'catalogId': 191952,

    "name': 'Combo Plan - annual family Plan."

    'code': '73VNVW7RI9 ',.

    "description": ","

    'Price': 155.400000,

    'quantity': 1.

    "totalPrice": 155.400000.

    "smallImage": "/ _assets/img/products/dbm-family-annual.png"

    "url": "/ store/dental-benefits-max-family-plan-annual-1".

    }

    I don't know how things to access points. I tried globals.cart.items, globals.cart.items.code etc.

    Store is located here.

    http://uGuru-dentist2015-us-nov62015-826.BusinessCatalyst.com/store

    Hi James,

    You're right, the points are located inside the globals.cart.items

    {{ globals.cart.items | json }}

    {% assign NomTableau = globals.cart.items | map: 'name': json-%}

    {% assign idArray = globals.cart.items | map: 'id' | json-%}

    {% If NomTableau contains 'Unique string name'-%}

    Found the name

    {endif %}

    {% If idArray contains '9712238'-%}

    Found the id

    {endif %}

    Map filter is very useful in these situations, it generates a string of property of an object.

    Hope this helps,

    Stoiky

  • Click on the poster conditional regions based on the button

    Hello. I have 2 reports interactive report A and B report and a button named Switch.  What I want to do is, when I run the page I want to show the report and when I click on the button I want to display ONLY report B. What I did was, for the report one I made it not conditional so it appears when I run the page. Also, I added a request for switch as 1 and I have added condition for B as report


    Condition type: request = Expression 1

    Expression 1:1

    What happens now is, when I run the report page is displayed as expected, but when I click on the button of the switch B to the report of poster report. But I want to display only report B when I click the switch button. How do I achieve this?

    Report must be conditional, such demand needs to NOT be the same as the b button...

    Thank you

    Tony Miller
    Los Alamos, NM

  • APEX 5.0 Page Item Value based on the event tab

    HI -.

    I had created classic report and having several Page elements such as
    P5_ITEM_NUMBER and P5_ITEM_DESC ((DISPLAY ONLY) etc.) For the P5_ITEM_NUMBER
    type of text field with AutoComplete with LOV query like Select item_code data.item;

    When I select the number of the item then it will automatically the value in the item Desc field and others etc. Here's my query sql to P5_ITEM_DESC.

    I tried to use dynamic Action, but it did not work. Can you please indicate

    SELECT ms.message, i.item_code

    Data.item i, data .message_string ms

    WHERE i.item_code =: P5_ITEM_NUMBER

    AND ms.message_id = to_char (i.description_id)

    AND ms.language_id =

    ((SELECT us.setting_value NVL

    OF data.user_info IU, data.user_setting us, data.setting s

    WHERE us.user_id = ui.user_id

    AND s.setting_id = us.setting_id

    AND s.setting_type LIKE '% LANG '.

    (Ui.username = 'ADMIN') AND 'US')

    Hey 2942415,

    Take a look here.

    I did only an example to you because of your request was wrong, but you can see how it works.

  • The customer States AR indicate Page numbers Reset based on the number of customer

    Hello

    In the customer statements AR report, if I ran the report for several clients, page number must be reset for each customer...


    Group on the way as below,


    <? for-each-group: G_STATEMENT; STATEMENT_DATE? > <? for-each - group:current-group(); SEND_TO_ADDRESS_ID? >




    Hi Valerie,.

    I got the answer by using the @section command.

    Here's the complete syntax in my case.

    Xml tag - field form

    If the found data.

    Group G_SETUP-

    Group G_STATEMENT-

    Its work for me.

    Let me know if you need more information.

    Kind regards

    National Stadium

  • Unique index on two columns based on the conditon

    I have a table where I have two columns name and feed.
    create table test1 (name varchar(20), feed varchar(4));
    
    insert into test1 values('abc','L3');
    insert into test1 values( 'abc','Both');
    insert into test1 values('abc','L2');
    I want to create a unique index for the lines abc - L3 and cant abc - both together be inserted, rest the other flow values is not a problem, so the first two rows can not be there in the table.

    Please suggest

    Thajs
    create unique index test1_ind1 on test1 (name, case when feed = 'Both' then 'L3' else feed end );
    

    Who did what you asked...

    However, I highly doubt it does what you WANT.

    Please provide information on the requirements, and we the flesh that out a little better.

  • Page number variable based on the anchor text &amp; SEO numbered list

    I looked and looked, not only in Adobe help centers but also just in Google, and I can simply find an answer one way or another to my questions!

    I would like to do 2 things:

    1 use a variable to refer to that page more information can be found on a certain subject (i.e. for more information, please see page #.), even if the page number will no doubt change I have continue to work on this project and eventually build my book from the various documents that I created.  I can insert a kind of marker or anchor text or whatever it is I need the information that I am referencing, as long as it is not visible, of course.  I would just have a dynamic reference, so I don't have to go back through and try to check my page references are all correct.  The variable of the current Page will help me not in this case.

    2. I would also like to refer to numbered tables I have; they are currently configured as being numbered by a custom paragraph style which is mode number, 'continue previous number "; Another situation where the table numbers will change because I continue to work on this book and I want a dynamic solution.  If I need to insert a variable to calculate the numbers in the table, rather than using the paragraph numbering style, it is very good; I prefer to do a little more work now, so that I can be sure my references are accurate, when this is said and done!

    Thanks in advance for any help you can give!

    Cross references.

  • linking two fields and fill in the two field based on the list drop-down selection box 1

    I work for a small social service agency VERY small non-profit and I try to get our paperwork until the twentieth century. I hope someone here can help me. I have adobe acrobat, but not of other adobe products. I converted our word document that we use for client notes in fillable pdf format and so far everyone is excited to try it. I have a huge problem that I can't understand. I have a customer named created drop-down list box that contains a list of 300 customers. Box 2 is named customer ID and will contain a unique identification code assigned to each customer.

    For example:

    CUSTOMER ID customer JANE DOE 12345678

    So here is my question how can I ensure that when Unetelle is selected 12345678 is already filled in the second field?

    I fill the drop-down list with the names of customer and then enter the customer ID as the value of exports. Note You must have a unique name for each client.

    If your customer ID starts at zero, then you must use a custom JavaScript, so you can keep the zero non significant.

    For the customer ID field, you can use the following custom JavaScript code:

    Event.Value = this.getField("DropBoxFieldName').valueAsString;

    You will need to change DropBoxFieldName name of the drop-down list.

    You will need a mechanism for updating the new customer form and IDs names.

  • Navigate from two different master on the same page of detail pages

    Hello. IM using JDev 11.1.1.1.0 JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407. Fusion Web application.

    I have two ViewObjects based on an entity unique entity1 and each VO has another value where clause. First, I create a master VO1-based view and a page of details based on the same VO1. Navigation works very well using a link in the pharmacokinetics of the selected line and using setCurrentRowWithKey.

    Then I created a view of second master page based on VO2 and to enable navigation to the page of detail based on VO1. I thought that the key is the same (entity has a PK a column and the same VO1 and VO2) but when I tried browsing with setCurrentRowWithKey or setCurrentRowWithKeyValue does not work.


    Can anyone provide steps to achieve this? Is it possible to do?

    Thank you.

    Hello

    You might be using the method setCurrentRowWithKey of VO2, if so, try to use the method setCurrentRowWithKey VO1 (on which detail page is based)

    Jean Lou

  • Web page open based on the value of the text field

    I want to open a web page that is based on the value of a text field.  How to bind the value of a text field to a command which will open the web page?

    For example, the value of the text field is: 8 t - EXT

    and the web page I want to open when you press a button is: http://hqms/doc.asp?dn=8T-EXT

    As you can see that the 8 t - EXT is something that a person enters the form and is what is needed to open the web page.  The other text in the link of the webpage is always the same.

    Thank you

    Hello

    In the click event of the button, place the following JavaScript code:

    if (TextField1.rawValue !== null) {
         var vURL = "http://hqms/doc.asp?dn=" + TextField1.rawValue;
         app.launchURL(vURL, true);
    }
    else {
         app.alert("Dear user, please put a code in the text field. Thank you!");
    }
    

    You need to change the object references based on your shape.

    Niall

  • Prevent the print page based on the value of the field

    Hello. Is it possible to prevent certain pages to print based on the value of a field in the form?

    Similarly, is it possible to prevent certain pages according to a field value?

    I'm not a JS coder accomplished.

    Windows XP

    LiveCycle Designer ES2

    Thanks in advance

    Gary, NJ

    Hello

    I doubt that your condition if works or not. You can try with the couple of things:

    (1) write the same code in the Textfield output event instead of the current enter event.

    (2) check if the if condition works for value "xyz" or not by means of simple alert.

    If (topmostSubform.Page1.TextField1.rawValue == "xyz") {}
    Page2.presence = 'hidden ';

    App.Alert ("State of the hidden page"); just for testing purposes... Remove it at a later time
    }
    else {}
    Page2.presence = "visible";

    App.Alert ("visible condition to page");
    }

    This will help you know whether or not this condition actually works.

    'Hidden' will do a page hidden as well as it will not print it.

    Hope it should work for you.

    KC

  • How to change a region title based on the input parameter?

    Hi all

    I need to change the title of the dynamic region based on the value of a selection list in another region.

    Can someone help me in this?

    Kind regards
    Santini.

    Hello

    You can use & P1_ITEM_NAME. (including the & and the.) the title of region - this string will be replaced by the value of the item page called P1_ITEM_NAME, then change the name according to your order of the day of the page

    Andy

  • Call taskflow even twice with different parameters - as two regions in JSFF

    Hi all

    I need to reuse a taskflow in two regions of a page JSFF fragment. I will be of different settings for this workflow based on the region. What I see is that the taskflow makes twic, but both the taskflows show the same State (the State for the second set of parameters). Is there a way by which I can assure that the taskflows can be reused for different context on the same page JSFF dynamically.

    Ex. JSFF has 2 regions based on the same taskflow - but the taskflow settings are different for the two regions. Now, when the page runs, the two regions show the same user interface as the second region. It looks like the AM, your were interviewed again and the first run of time VO got overloaded.

    Attempted parameters of transaction taskflow by changing it to "Always start a new Transaction" and it does not work.

    Any suggestions?

    Thank you
    Srini

    Try to select * 'No controller Transaction' * and
    Uncheck the options
    (1) share data with calling taskflow controls
    (2) no savapoint on the entry of work flow

    Thank you
    Nini

  • How to put two regions-by-side report

    I'm quite new in the world of the APEX and I'm still trying to understand how to manipulate the presentation of a page.

    I have a page with a form region at the top of the page and two regions report below the form region. I'm trying to get regions report to appear side to side directly in the form region.

    I tried to define the sequence of the same regions and have a set until the col = 1 and the other to the col = 2 but this puts the third region to report at the top of the page to the right of the form region.

    I need to change the page template to make this happen?

    Here is the app: http://apex.oracle.com/pls/otn/f?p=4550:1:1917089619355359

    workspace is csd_apex_demo
    Login is demo/demo
    the application is 30932 - Application of Neil
    Page is 5 - used to maintain

    Thank you

    Jason

    Hello

    Made for you!

    What I did:

    1 change the region used to keep to the point of the display "Page body 2" model.
    2 - change region of availability in column 2

    Take a look and see if it's what you want.

    Kind regards
    Martin

Maybe you are looking for

  • Toolbar not accepting only not the extensions icons

    Hello, I ran FF3.6, but I want to try the latest version. Didn't like it then returned to 3.6.24 (latest version RoboForm v6.10 worked with). But now the extension icons are more on the toolbar. Those I have who has already shown in the toolbar is: V

  • Need help, resolved and DDoSed.

    Is it possible to prevent this? I someone gave my name Skype talk to him, and they think it's fun to start me on my internet. The name of the Skype account that does this is (fletcher.buchanan), there I messaged groups saying "guna boot you. I blocke

  • 303 305 hard drive error

    My HP Pavilion 1019wm g7 started running more slower and slower resulting in poor performance. It became so bad that I felt that the only cure was to format and reinstall. After that four failed attempts I admit now that the hard disk is unable to le

  • Add the reference to another project

    I have a working space with two projects in TI, project1 and project2, I added project2 as a library project.  I would use project2 to project1 and to this end, I have: Project1 selected-> properties-> Build and added the file project2.jar here. In p

  • When I go on youtube no siund don't go out, but if I put a cd it plays

    When I go on youtube no siund out, but if I put a cd it plays come someone help me