Can SplitJoin have a condition to choose in OSB?

Hi There,
I am wondering can Split-Join in the message flow contain a condition with in the one .flow?
let says i have a split join that doing parallel flow. flow A and flow B.
Than on top of the splitting can i have a conditions something like this?
If condition = A route to flow A only
If condition = B route to flow B only
If condition = AB route to flow AB

found the solution. yes there is a if then process function to be used.

Similar Messages

  • Can I have a conditional javascript:apex.confirm when column is null

    Hi All,
    I am relatively new to the product but am picking up things all the time. I was recently asked to create a confirmation on submit dialog which I did quite easily using javascript:apex.confirm. I was then asked to only display the confirmation message if a comment column was empty. The column is optional but it is preferred if something is added. I am using 4.1.1. Is this possible? Any ideas would be appreciated
    Regards
    Chris

    Hello Chris,
    >
    user4023958 wrote:
    I am relatively new to the product but am picking up things all the time. I was recently asked to create a confirmation on submit dialog which I did quite easily using javascript:apex.confirm. I was then asked to only display the confirmation message if a comment column was empty. The column is optional but it is preferred if something is added. I am using 4.1.1. Is this possible? Any ideas would be appreciated.
    >
    How have you implemented the apex.confirm?
    <ul>
    <li>If you have done it in dynamic action on button click then you have to make the dynamic action conditional by using Item/Column value is not null condition with expression as your comment item say P1_COMMENTS</li>
    <li>If you have done it in Button Action as Redirect to URL then simply you can write a javascript function in your page header as :
    <script type="text/javascript">
    function f_showConfirm () {
      if ($x('P1_COMMENTS').value == '') {
        apex.confirm('Do you want to submit this page?', 'SUBMIT');
      } else {
        apex.submit('SUBMIT');
    </script>and call this javascript function in Button Action - Redirect to URL with URL Target set as:
    javascript:f_showConfirm();</li>
    </ul>
    In order to get accurate/appropriate response you should include relevant details from following information with your question:
    <ul>
    <li>Full APEX version</li>
    <li>Full Database version</li>
    <li>APEX Web server architecture (EPG, OHS or APEX listener)</li>
    <li>Browser(s) and version(s) used</li>
    <li>Operating system with version, architecture(32/64)</li>
    <li>Theme</li>
    <li>Template(s)</li>
    <li>Region/item type(s)</li>
    </ul>
    The above information will help the forum members to ascertain the problem context and post most relevant response.
    Please read the [url https://wikis.oracle.com/display/Forums/Forums+FAQ]FAQ and [url https://forums.oracle.com/forums/ann.jspa?annID=1324]forum instructions for more information on using OTN forums effectively.
    Please update your forum profile with a real handle instead of user4023958.
    Hope it helps!
    Regards,
    Kiran

  • Can i have vat condition on freight charges

    Hi,
    One of my client requirement is a special one we . As per the requirement he needs VAT to be calculated on freight only.
    Example
    This is my pricing proceedure
                                                                                 10 Pcs
    P001     Gross Price     175     INR       1750
         Net Including Price     175     INR       1750
         Net Value Incl. Disc     175     INR       1750
    JEXS     Taxes on the PO     288.4     INR
    JEXC     IN Manual Excise     0     %
         Net Value Including     203.84     INR
    JOCM     IN Octroi     0     %
    FRB!     Freight     200     INR
    SKTO     Cash Discount     0     %
         Actual Value     203.84     INR        2038.40
    Here the taxes are calculated on the materail  JEXS only
    My tax calculation are
    BASB     Base Amount                                    1,750.00
         Calculated Call     175     1     1,750.00
         Sub total     175     1     1,750.00
    JMOP     IN: BED setoff %     16               280
    JMX1     IN: A/P BED setoff     100               280
         Total excise duty     28     1     280
    JEC1     N: ECS setoff %     2               5.6
    JSEP     IN: HEcess setoff %     1               2.8
    JEX1     IN: A/P ECS setoff     100               5.6
    JHX1     IN: A/P SECES setoff     100               2.8
         Sub T: ED + Ecess +     28.84     1     288.4
         Copy Net Price     175     1     1,750.00
         Price + ED + Ecess +     203.84     1     2,038.40
         Net Value After Tax     203.84     1     2,038.40
         Net Price + ED + ST     203.84     1     2,038.40
    The freight value Rs. 200 should have a tax of Rs. 24 my final proce will be Rs.2062.40
    How can i go ahead with
    Sunil

    Do you need that? If you hide (best) or disable the Next button until they have opened the URL this is not necessary. A button has also Success/Failure/Hint captions (see Options accordion) but the Success caption appearing will not prevent the action on the button to be executed.
    If you want to do that instead of hiding the button, there are several possiblities. Do you use Captivate 6: use a smart shape as text container and turn it into a rollover shape, with the area over the Next button. When the user moves over that Button he will see the message. In previous versions and in CP6 as well you could use a rollover caption for that goal. Bit more complicated because it will need a conditional advanced action is a Hide/Show action for a text caption or a shape as text container when the next button is clicked. To track the click on the other button that opens a file/URL you'll have to create a user variable that will have to change from 0 to 1 if it is clicked (with the same standard action you already discovered), and on the Next button you'll check first if the variable has been set to 1, if not you show a warning, if it is changed you'll proceed to the next slide.
    Lilybiri
    PS If your question is answered, could you please mark the thread as answered?

  • CAN WE HAVE IF CONDITION IN QUERY GENERATOR

    Hi friends,
    am, trying to make use of if condition to obtain a set of values in query generator.  Its possible to retrieve the required result set using query analyser but not in query generator.  am trying to execute the following query
    if exists (select owor.u_reactor from owor,oitt where oitt.code=owor.itemcode and owor.u_reactor = 1 and owor.itemcode = '100-100')
    begin
                    select itt1.u_reactor1 from oitt,itt1 where itt1.father = oitt.code and itt1.father = '100-100'
    end
    else
    if exists (select owor.u_reactor from owor,oitt where oitt.code=owor.itemcode and owor.u_reactor = 2 and owor.itemcode = '100-100')
    begin
         select itt1.u_reac_23 from oitt,itt1 where itt1.father = oitt.code and itt1.father = '100-100'
    end
    else
    if exists (select owor.u_reactor from owor,oitt where oitt.code=owor.itemcode and owor.u_reactor = 3 and owor.itemcode = '100-100')
    begin
         select itt1.u_reactor4 from oitt,itt1 where itt1.father = oitt.code and itt1.father = '100-100'
    end
    if it is not possible to write such query in query generator  can someone help me with a workaround solution.
    Thank u
    Vaitheeswaran

    Hi,
    I dont think Nested IF Statements are allowed in PLD. The reason that u get the result in Query analyser and not in Query Generator is that SAP supports Transact SQL and many SQL Server 2000 functions are not supported.
    However there is a work around in Print Layout Designer for using IF condition by having Linked Objects. Kindly see some tutorials regarding Linked fields available on SDN site and think of some other way of implementing this nested IF query.
    Regards
    Rizwan Hafeez
    Team Lead
    SAP Addon Development Section
    Abacus Consulting - Pakistan

  • Can I have mannual condition value as zero in Sales order

    Hi
    I need to enter a mannual condition type in sales order in %, but it should not give me any value and it should be zero. In Pricing procedure I haven't maintained any values in from & to column, but then it is taking the value either from the base price or from some other value. Can any one tell me how to control this....and get zero as value in sale order though I enter in %.
    Regards,
    Ragu

    Hi,
    What is the function of the condition type if its effect is not to be evaluated in the pricing screen.
    anyways if thats the case, in the pricing procedure you can specify the counter no. in the from and to fields related to the condition type.
    you can enter the counter no. of the base price on which you want the percentage of the particular condition type to be executed.
    hope it would solve your problem.
    regards,
    Siddharth.

  • How can I have the pricing conditions at the item and header level of the d

    How can I have the pricing conditions at the item and header level of the delivery? There exist "condition" tabs both the header and the item level of the delivery but the contents of the tabs are empty. I'll be happy if you can help me. Thanks in advance....

    Hi
    If you want to have the pricing procedure at delivery level then you need to assign a pricing procedure at delivery level also
    Just go through the path to maintain the pricing procedure at delivery level.
    IMG -> Logistics execution -> Shipping -> Basic Shipping Functions -> Pricing -> Pricing Procedure. for Delivery.
    But can you be more clear if the above one is not your query ?
    Regards
    Srinath

  • In a fillable PDF form, can I have choose to have NO default choice in a drop down list?

    In a fillable PDF form, can I have choose to have NO default choice in a drop down list... so that a user is REQUIRED to make selection instead?
    I've set the question as "required", but the default answer makes this useless.
    I want to make sure people actively answer this question rather than accidentally missing it, and me ending up with the default rather than the correct answer!

    Thanks Gilad.
    Similar to what you suggested, I utlimately opted to put a question mark "?" as the default answer - it's just a pity this doesn't address my need for users to be "required" to answer the question.

  • I can't email a photo directly from iPhoto.  First, I only have two "themes" to choose from instead of 8, and when prompted to fill in the "to" and "from", the "from" box has "MobileMe" already in it, and I can't get rid of or change it. I have OSXLion

    I can't email a photo directly from iPhoto.  First, I only have two "themes" to choose from instead of 8, and when prompted to fill in the "to" and "from", the "from" box has "MobileMe" already in it, and I can't get rid of or change it. I have OSXLion

    I understand, as that was the place I would change it before 8.3 but now that option of Mail Days to Sync is not available?  Any idea why that would be?

  • Can we have more than 2 "and/or" conditions in filters in advanced mode in power view?

    Hi,
    I need to check 3 conditions in filter in advanced mode in power view. Is it possible out-of-box. Can we customize the advanced mode filters or do we have some configurable options for same.
    Thanks,
    Bhawna.

    Hi Bhawna,
    I'm the Dev Owner for the filtering experience in Power View.  Sorry it took so long for me to reply.
    In the Power View Advanced Filter cards, you cannot currently add more than two conditions.  What Rhys meant about having as many AND filter conditions as you like is that because all of the filter cards are AND-ed together, you can effectively have
    more than two filter conditions by adding multiple 'LastModifiedDate' cards.
    Unfortunately this won't help you if you're looking to OR more than two conditions.
    Adding the ability to have more than two conditions in a single Advanced Filter card is something that is near and dear to my heart, but it does open questions of nesting and grouping which would need to be addressed first in order to be able to offer a
    complete solution.
    Hope this helps,
    Jeremy

  • How can I have conditional percentage in MXML?

    I love the fact that you can set a components width or height to a percentage of its parent container.
    <mx:Button height="100%" />
    What I would like to do is have a conditional percentage based on some bindable boolean
    [Bindable] public var switch:Boolean = true;
    <mx:Button height="{switch ? '100%' : '20%'}" />
    Unfortunately I get an error saying that I can't use a string in place of a number.  I also tried this syntax and it still wont work,
    <mx:Button height="{switch ? 100% : 20%}" />
    Any suggestions?  Is this even possible?  Thanks.

    There is a secret piece of metadata called [PercentProxy(
    "percentHeight")]
    that you can use... It redirects percentage values elsewhere.
    Take a look at UIComponent.get height()

  • I would like to ask if is possible to predict a future version of iOS can have the possibility to choose the color with which to write and be able to choose the character also...

    I would like to ask if is possible to predict a future version of iOS can have the possibility to choose the color with which to write and be able to choose the character also...

    Nobody here would have a crystal ball and know what Apple plans on doing in the furture.
    If you feel this feature is so important, you can let Apple know:
    www.apple.com/feedback

  • HT4865 Can I limit which apps I choose to have on  the cloud,  such as just calendar?

    Can I limit which apps I choose to have on iCloud, such as just calendar?

    Yes.  In System Preferences>iCloud you can limit the data added to iCloud by checking only the data you wish to add (such as Calendars & Reminders).  However, you will need OS X 10.7.5 or higher to use iCloud on your Mac (your profile indicates you have 10.5.5.)

  • I have an old user name tht is no longer accessible. I access fierfox through a new user name. I have copied the profile from the old user name. Can I have 2 profiles from which to choose when using firefox in the under the new username?

    I have a user name on my computer that was tied in with the domain name of the server at my workplace. I would access Firefox under this user name. I have now changed jobs, and for good and obvious reasons can no longer utilize my previous company associated username.
    I have set up a new username on the same computer. When I access Firefox, all of my old bookmarks are gone, because Firefox does not recognize me under the new username as the same person. In the meantime, I have established new bookmarks under the new username.
    I have copied my profile from Firefox under my old username. Can I have two profiles under my new username and pick which one I want to use at that time when accessing Firefox?
    I am running Windows 7 Professional, with 4 gig ram, Intel i3 CPU, 2.13 GHz, 64 bit operating system, Firefox 7.0.1
    Thank you

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • How can I have the articles listed for all of the asssortments?

    How can I have the articles listed for all of the asssortments without any condition? Is there any customization for this?

    Can you make some explanation? Is it OK if I choose "02 - Listing without qualification" as listing procedure?

  • Can't find FILTER CONDITION for filters or Function_Name for Functions

    In the Data Warehouse 11gr1 views all_iv_xform...
    I can't seem to find the Filter Conditions for filters and function name for functions that are called.
    I have looked at the other views in the documentation for the API's but can't seem to find this information.
    Any body have any ideas where this information is?
    thanks
    greG

    select map_component_id, position, source_parameter_name
    from ALL_IV_XFORM_MAP_PARAMETERS
    where map_component_id in (
    SELECT map_component_id
    FROM ALL_IV_XFORM_MAP_COMPONENTS
    WHERE MAP_ID IN (
    select MAP_ID
    from ALL_IV_XFORM_MAPS
    where MAP_NAME = :p_map_name
    AND OPERATOR_TYPE = 'Filter'
    Using map_component_id and position from above query you can see your filter condition defined in property_value:
    select map_component_name, property_name, property_value
    from ALL_IV_XFORM_MAP_PROPERTIES
    where map_component_id = :p_comp_id;

Maybe you are looking for

  • Call XI From R3 using RFC

    Hi We are running R/3 4.6C and XI 3.0. We have a requirement to call a web service from XI at regular intervals (eg 10 mins). From what I have read it is not possible to set the SOAP adapter to poll a web service in this way (as you can with the file

  • Reinstalled Install disc- New Microsoft Office serial number?

    1. I originally had Leopard and use the install disk to downgrade to the original version of leopard because of some problems I was having with an online computer game. When I used the install disk, the employee who upgraded my RAM and the operating

  • Selecting dynamically changing file

    Hi everyone I'm creating a script that will copy the currently selected track from itunes to the desktop and import into iMovie. The following is what I have thus far: -- check if itunes is open tell application "Finder" if (get name of every process

  • CHECKBOX is showing as Text box

    Hello Friends, We upgraded system from 4.7 to ECC 6.0 In 4.7, SAP is displaying checkbox as Select Box (Tick)  , But in ECC is displaying as text box. Declaration in both the systems is PARAMETERS:   TEST  TYPE CHECKBOX. Please let me know that do i

  • Lightroom and the Canon 5D Mark II

    Does Lightroom V2 support the Canon 5D Mark II?