Is it possible call process on Enter press

Is it possible call process on Enter press
How can I realize that after the value entered in the item and after pressing Enter call Webservice process?

Hi!
I'm assuming you enter your text in a regular textfield, lets call it P1_MYTEXT for example.
When you edit your P1_MYTEXT textfield you go to 'settings' and there you have three options:
Value Required
Submit when enter pressed
Disabled
You have to set 'submit when enter pressed' to Yes
This will, after inserting something into P1_MYTEXT and pressing enter, submit the page.
Next thing to do, in the middle section of the page screen, called 'Page processing', is adding an after submit process.
You browse the 'after submit' entry and one level deeper you have 'Processes'
Rightclick 'Processes' and hit create.
In the next screen you can add a web service, give it a name and pick one of the webservices you already added under 'Shared Components' --> Logic --> Web Service References.
Offcourse you have to do something with the entered value in P1_MYTEXT.
This is how far my knowledge goes, you have to configure the webservice yourself :-)
hope this helps!
.Robin

Similar Messages

  • WebEx Meeting Server 1.5 - Call drop after entering meeting number and #

    Hi everyone,
    Just installed a new CWMS server version 1.5... all features seem to work EXCEPT when I use the call in function, I type in the meeting number, hit # and the call is terminated.
    I read through this document:
    http://www.cisco.com/c/en/us/td/docs/collaboration/CWMS/b_troubleshootingGuide/b_troubleshootingGuide_chapter_01000.pdf
    From the document:
    Call-In Issues
    • Problem Users hear a reorder tone before or after the complete number is dialed.
    • Problem The "Your call cannot be completed as dialed" message is played by the annunciator.
    • Problem During call-back, a user's call terminates after pressing 1 to join the meeting.
    • Problem During call-in, a user's call terminates after entering the meeting ID followed by #.
    Possible Cause You need to reconfigure your CUCM servers.
    Solution Reconfigure your CUCM settings as follows: Use the "<NONE>" partition and "<NONE>" CSS
    (Calling Search Space) for all Cisco WebEx Meetings Server related entities in CUCM (for example, route
    patterns, SIP route patterns, SIP trunks, etc.).
    Solution Use one partition and one CSS specifically assigned for all Cisco WebEx Meetings Server related
    entities. For more information refer to the system guide for your CUCM version.
    I configured my route pattern to use <NONE> and all other option as <NONE> and still the call is terminated.
    I created a css_webex CSS and put in pt_internal and assigned that and I still get terminated.
    Am I missing something here?

    Personally, I never really use the null partition but before we go there.  You have a couple different route patterns.  The first is an inbound call pattern(s) that are going to be standard route patterns (i.e. numeric) and you'll have some outbound PSTN patterns for the actual outdialing that CWMS does.  You then have some SIP route patterns that can either be defined as IP or FQDN for each media server.  After you connect and then want to join a meeting, those SIP route patterns are used to redirect you to the appropriate server where a meeting is hosted.  For those patterns, are you using IP or FQDN and what partition are they in?  If you are using FQDN then you may need to change to IP depending on your DNS configuration on CUCM.
    Hailey

  • Need to allow only one of 2 buttons in a region to respond when enter pressed

    Hi,
    Apex version 4.2
    Theme: Blue Resposive 25
    My page has 1 region with a sub-region inside it.  Both regions have a button. When I hit enter it seems the button in the sub-region is the one that gets actioned.  I don't want this to happen I want the other button to run.  Is this possible ? 
    Also when I google around looking for answers to this issue I see references to apex page items having a setting value of 'Submit when enter pressed' which can be changed to Yes or No.  I simply can't find that setting in my items.  Perhaps it has been removed in apex 4.2 ?
    Thanks
    Steve.

    Daggers wrote:
    Thanks Scott,
    That is useful information.  I turned on debug and I can see that my problem is actually that neither button is being submitted on enter.
    Are you able to tell me where the setting 'Submit when enter pressed' ? is found.  I think this is probably the key to my issue.
    Steve.
    It's in the item's Settings section. However, it's only available on Text and Password items.

  • How to assign the enter pressing to the button click event of swing button?

    Hello to all you pro's,
    I can't find how to make my button a default button so it will respond to an enter press.
    any help will be most appreciated.
    thanks in advanced.

    get the RootPane and call setDefaultButton on it. Something like so:
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    class SwingFu2 extends JPanel
        private JButton buttonOK = new JButton("OK");
        private JButton buttonCancel = new JButton("Cancel");
        private JTextField textfield = new JTextField(12);
        private JFrame frame;
        SwingFu2(JFrame frame)
            this.frame = frame;
            ActionListener buttonActionListener = new ButtonActionListener();
            buttonOK.addActionListener(buttonActionListener);
            buttonCancel.addActionListener(buttonActionListener);
            add(textfield);
            add(buttonOK);
            add(buttonCancel);
            frame.getRootPane().setDefaultButton(buttonOK);
        private class ButtonActionListener implements ActionListener
            @Override
            public void actionPerformed(ActionEvent e)
                String command = e.getActionCommand();
                if (command.equalsIgnoreCase("OK"))
                    System.out.println("OK pressed");
                    System.out.print("Text in textfield: ");
                    System.out.println(textfield.getText());
                else if (command.equalsIgnoreCase("Cancel"))
                    frame.dispose();
        private static void createAndShowUI()
            JFrame frame = new JFrame("SwingFu1");
            frame.getContentPane().add(new SwingFu2(frame));
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.pack();
            frame.setLocationRelativeTo(null);
            frame.setVisible(true);
        public static void main(String[] args)
            java.awt.EventQueue.invokeLater(new Runnable()
                public void run()
                    createAndShowUI();
    }

  • Submit from password item after enter pressed

    My login page allows register new user or sign in for existing user. Hence the Login processes are conditional depending on what is the user doing. In case it is existing user only user name and password are visible. I would like pressing the enter in password film to simulate pressing the Login button. I tried to use "password (submits when entered pressed)" but this submits the page but my processes are not firring since they are conditional on Login button.
    Tomas

    Hi,
    If your password page Item is P101_PASSWORD then hitting enter n the page item sends the request P101_PASSWORD.
    In other words you need to change the condition on your login process to type "Request is contained within Expression1" and then enter the following in Expression 1
    P101_PASSWORD,LOGINThis will fire the process onclicking the Login button as well as when the Enter key is presses in the Password item.
    The Password item must be of type"Password (submits when Enter pressed)".
    Regards,

  • Rezound starts conference call out of the blue when in call and have to press a number

    Hi,
    Rezound starts conference call out of the blue when in call and have to press a number
    2 Months ago, my Rezound started opening a conference call when I press a digit while on the phone. For example, when I am checking my house voice mail and press 2 to hear my messages. My phone instantly opens a conference call with "2", and instantly makes an "eeerrrttt eeerrrttt eeerrrttt " beeping buzzing error tone.
    I have spoken to customer support. They sent me a recycled rezound which I still have the same trouble with. I asked them for a new sim card but they wouldnt send me one with the new phone. Maybe that would fix this? I dont see how 2 phones can have the same odd problem, that nobody else seems to have.
    Below pic: Called google voice, entered password, password opened a new call to my 5 digit password? This just happens to me???
    Thx,
    -Jamie

    Thanks for the reply. I did consider that, in fact I figure its either a 3rd party app or its the sim. I absolutely cannot seem to find which app could be causing this. The biggest problem is that its totally random. It happened today to me while I was at the Dr with my Mother. Had to call her other Dr. I called the number, pressed 1 to speak with the right department, it opened a new line and dialed 1 and switched to it by itself! I lost the call and merging the 2 calls still does not allow me back to the real call. Its astounding! The worst thing is it ONLY seems to happen when I am making an important call. The MOST important calls I make ALWAYS have this happen. When I left that Dr. office, I called that other Dr again and pressed 1 again and it worked perfect. If a phone can be possessed, then I do indeed believe my phone is suffering from demonic possession! I would gladly share all the logs and stuff. I think Verizon or HTC need to figure this one out for the sake of humanity...
    ps; I did change from global mode to CDMA/LTE before I tried again today. Maybe thats related?
    Thx,
    -Jamie

  • How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"?

    How to fix this error "this iPad is not able to complete the activation process. Please press Home and start over. If the issue persists, please visit your nearest Apple Store or Authorized service provider for more information or replacement"? When I plugged in my iPad this popped up!

    Hi csreddy, 
    If you are receiving a message to contact an Apple Retail Store or Authorized Service Provider for help updating from iOS 3, click on the link below to initiate that support:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    http://support.apple.com/en-us/HT204204
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update. 
    Click Download and Update.
    If you don't have enough free space to update using iTunes, you'll need to delete content manually from your device.
    Find out what to do if you get other error messages while updating your device.
    Last Modified: Jan 12, 2015
    Apple - Find Locations
    https://locate.apple.com
    Contact Apple for support and service - Apple Support
    http://support.apple.com/en-us/HT201232
    Regards,
    - Judy

  • Premiere Pro cc 2014 do not import After Effects composition. Inside Premiere Pro CC 2014 is not possible call back After Effects, is not possible to work with After Effects. Thank you

    Premiere Pro cc 2014 do not import After Effects composition. Inside Premiere Pro CC 2014 is not possible call back After Effects, is not possible to work with After Effects. Thank you

    You haven't given us much to go on here.  What exactly are you doing and what exactly happens when you try?  Which specific version of each program are you using?  (Go to Help>About...)
    On a side note, a simple, brief thread title is all that's needed.  Something like "After Effects Issue" would be fine.  You don't need the full question there.

  • Is it possible to process audio tracks with compression, eq, etc....in Logic Express, similar to the way you can do it in Protools?  If so, how do you do it?

    Is it possible to process audio tracks with compression, eq, etc....in Logic Express, similar to the way you can do it in Protools?  If so, how do you do it?

    Hello,
    Yes, add such effects using the insert slots on the track strip.
    Click on the slot, choose your plugin from the list. Double click to bring up its control window to set parameters.
    Alastair.

  • I can enter a webadress in the adress field but when I hit enter nothing happens, If I press with my mouse on the side for the site to load it loads perfectly but enter pressing is non-responsive

    I can enter a webadress in the adress field but when I hit enter nothing happens, If I press with my mouse on the side for the site to load it loads perfectly but enter pressing is non-responsive
    I use FF4

    Please re-post in the Office for Mac Product Forums hosted by Microsoft.

  • Opened an itunes account and was in process of entering itunes giftcard for payment option and was told card number not valid, was brand new card , what do i do now?

    I just opened a itunes ( apple ) account and was in the process of entering an itunes gift card as the payment option and it
    said the card number was no good. It is a brand new card, just scratched of the code. What do i do now to redeem it?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Function to call Process-flows/mapping from SQL

    Hi All,
    Can any one of you send me the function to call process-flows/mappings (eg: I have 10 mapping/Process-flows). It is an urgent requirement pending in my final testing.
    Plz help me in this regard.
    Regards

    Hi
    All information that you need, you can find in $ORACLE_HOME/owb/rtp/sql/. BAsically all executions in owb is called through wb_rt_api_exec package.
    for example:
    declare
         variable exec_return_code number;
         procesflow varchar2(255);
    plsqlname varchar2(255);
    begin
    -- Initialize Return Code
    exec_return_code := owbrt_sys.wb_rt_api_exec.RESULT_FAILURE;
    -- Run Task
    procesflow:='WF_X1';
    plsqlname:='MP_X1'
    exec_return_code := owbrt_sys.wb_rt_api_exec.run_task('OWF_LCTN','PROCESS',procesflow, ' ' );
    if exec_return_code = 1 then
    exec_return_code := owbrt_sys.wb_rt_api_exec.run_task('STAGE_LCTN','PLSQL',plsqlname, ' ' );
    end if;
    end;
    Regards

  • Focus is removed from all cells upon enter press. Advanced datagird

    In the advanced datagird when one clicks on a cell and presses enter keyboard button the focus moves to the cell directly the cell bolow. I need to change it so that the focus is removed from all cells upon enter press.

    That would work but the other cell would still get focus momentarily, which is not nice for athetics. I need to bypass it entirely.
    I've tried to do varius things but I can't event capture the keyUp event:
    public function ignoreKey(event:KeyboardEvent):void {
                              event.stopImmediatePropagation();
                              event.preventDefault();
        <mx:AdvancedDataGrid keyUp="ignoreKey(event)"
    etc

  • Is it possible to process raw camera images using PSE 9?

    Can someone advise me if it is possible to process camera raw images using Photoshop Elements 9.

    That depends. Photoshop Elements 9 is compatible with Camera Raw up to version 6.5. So the files from any camera supported by that version of Camera Raw can be opened. Camera Raw 6.5 is quite old, and a lot of new cameras have been released since then. Newer versions of Camera Raw are required to open those images. But you can download the latest DNG converter and create digital negative copies of raw files from newer cameras. And those DNG files, which contain the raw image data, could be opened with what you have now.

  • Calling Process Order API from SOA BPEL

    Hi. It's been from weeks and weeks to months and months since i am trying to call process order api from soa bpel to generate sale order header. Passing org_id, responsibility and username to invoke activity. the response i am getting from Oracle Applications Adapter is
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>2</X_MSG_COUNT>
    <X_MSG_DATA  xsi:nil="true"/>
    Can anybody help me here? do anybody know what's going on?

    The best way to deal this would be to first call the Order API standalone with the same input which you are using from BPEL process.
    You can test Order API from Toad or any other PL/SQL tool and see if it returns the same response. Else write out the exact steps how you are trying to call the API.

Maybe you are looking for

  • Can't back up files because of one video, no DVD recorder

    How do I back up my music and not include the one long video that I have? It's a 900 mb file. My laptop does not include a DVD burner so I can't use DVD R discs. I unchecked the video, but iTunes still wants to back it up and insists on a blank DVD.

  • Using USB DVD drive

    I purchased a LaCie Portable USB DVD±RW SuperMulti DVD Burner today and my Powerbook G4 won't recognize it. Audio CDs and data DVDs just spin in the drive and it never shows up on the desktop as a device. I bought the PC edition because it was $20 ch

  • Certification of an App developed on CRM-on-Demand

    Hello, We have developed a very nice hybrid App on top of Oracle CRM-on-Demand. Now we want to put it in the Apple-app-store for global roll-out. The question is if there are rules of using some kind of an Oracle certification, allowed naming or refe

  • Anyone having issues with iCloud email?

    I am having some serious issues accessing my iCloud email today. It keeps checking, and coming up with nothing. This is happening on my iPad, iPhone and MacBook. First noticed the issue when my iPhone brought up a few days worth of email and had them

  • Demantra forecast disappears intermittently from ASCP.

    Demantra forecast disappears intermittently from ASCP. Need to run Upload local forecast workflow again and then the plan run to view the forecast again, Can anyone tell why is this happening? However the forecast entries are not disappearing from th