Question: How can I implement check box in workflow?

Can I implement check box, drop down menu etc in workflow?

Hi,
There is no quick and easy way to do this.
Although the OA Framework / PL/SQL document approach to a dynamic notification is only intended to be read only rather than bi-directional, it can be used to provide this kind of functionality.
Once the fields have been completed, you would need to include a custom mechanism to respond to the notification (by calling WF_NOTIFICATION.respond), rather than having the users use the standard buttons.
I've done similar with PL/SQL documents in the past - rendering the contents how we needed them to, and then essentially having an HTML form submit which invokes a PL/SQL procedure passing the values selected as parameters. The code then does whatever it needs to do, and responds to the notification by calling the appopriate API.
HTH,
Matt
WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
Have you read the blog at http://www.workflowfaq.com/blog ?
WorkflowFAQ support forum: http://forum.workflowfaq.com

Similar Messages

  • How can I take check box in particular cell of the table in smartforms??

    Hi experts,
       pls tell me how can I take check box in particular cell of the table in smartforms??
    It is not interactive form.
    I hv taken small windows as check boxes.but i think it is not a proper solution....give me another solution...

    Hi,
    first create text for a particular cell.
    In that we have a  text editor  in that text editor we have symbols in include menu.
    whatever the symboll u want to put to ur cell . just assign it.
    please check it. if it helpful reward points.
    regards,
    satish.

  • How can I add check boxes without using the form widget?

    I would like to use check boxes for our facets for our search engine.  You can see an example below.  Is there anyway to do this without using the form widget?
    PJM - Site Updates

    It is not possible to accomplish this with the Muse's Form Widgets. You may need to look for other online solutions and fetch the source code and add to the Muse page using the Insert HTML feature.
    Cheers,
    Vikas

  • How can i move check boxes?

    I am trying to move check boxes in a previously formatted document and the shaded part does not move with it.

    You should find the forum for whichever product this concerns and post your question(s) there.
    Here is a link to a page that has links to all Adobe forums...
    Forum links page:
    https://forums.adobe.com/welcome

  • How can a specific check box selection initiate addional questions to display.

    I want additional questions to display if a certain checkbox, let's say a checkbox next to "Yes" response, is selected. Different questions, or no questions might display if "No" checkbox was selected.  Is this possible? If so, how is it done?
    Thanks in advance for any help with this!

    I want additional questions to display if a certain checkbox, let's say a checkbox next to "Yes" response, is selected. Different questions, or no questions might display if "No" checkbox was selected.  Is this possible? If so, how is it done?
    Thanks in advance for any help with this!

  • How can be implemented  a Timer?

    Hi,
    I have this simple question:
    - How can I implement a timer?
    The current SOA palette in JDeveloper doesn't provide any Timer action.
    This would be very useful to have. Is the Oracle SOA team planning to implement a timer control in JDeveloper?
    Thanks
    Alexandru

    Alexandru,
    I think that in this release you need to implement a timer by yourself. You can use Quartz, the EJB Timer, or the OC4?J scheduler, or an external scheduler.
    I think that in future releases there is a plan to add such a feature, but I'm not sure.
    ~ronen

  • How to implement Check box in the Rtf based on the value from XML datafield

    Hello All ,
    It would be great if any one can help me in implementing check box in the rtf based on the data filed value from the XML data.
    I need to get in the out put checked boxes like what we say Radio button Yes or No ( If Yes it should be marked ).
    If any one worked on this please help us...
    Thanks in Advance...

    Did you check the user guide,
    we have a section over there :)
    http://blogs.oracle.com/xmlpublisher/2007/05/22

  • How to create a check box that can be unchecked

    How do I create check boxes that can be checked and the unchecked in Forms Central?
    For example, if you accidentally check a box - you want to uncheck it. Right now it doesn't allow you to do that.
    please help.
    Thanks
    Gen

    Are you sure you're not using radio buttons? Check boxes behave the way you'd expect for me with a form generated by FormsCentral.
    I'm going to move this to the FormsCentral form since the team there may want to take a look at the form.

  • How to get a check box on the selection screen

    Hi all
    can any body tell me how to get a check box on the selection screen

    parameter: pa_check   as checkbox.
    To define the input field of a parameter as a checkbox, you use the following syntax:
    PARAMETERS <p> ...... AS CHECKBOX ......
    Parameter <p> is created with type C and length 1. In this case, you may not use the additions TYPE and LIKE. Valid values for <p> are ' ' and 'X'. These values are assigned to the parameter when the user clicks the checkbox on the selection screen.
    If you use the TYPE addition to refer to a data type in the ABAP Dictionary of type CHAR and length 1 for which 'X' and ' ' are defined as valid values in the domain, the parameter automatically appears as a checkbox on the selection screen.
    REPORT DEMO.
    PARAMETERS: A AS CHECKBOX,
    B AS CHECKBOX DEFAULT 'X'.

  • I was getting support for my Office 2008 for Mac, and the support tech said my OS was very slow. I have latest update for Snow10.6.7. Question how can I speed up my Macbook?

    I was getting support for my Office 2008 for Mac, and the support tech said my OS was very slow. I have latest update for Snow10.6.7. Question; How can I speed up my Macbook?

    Hi
    In the first instance, I'd use Onyx and run through its sequence of maintenance and tune up tools:
    Verify, Maintenance, Cleaning.
    I'd also reset the SMC and PRAM (Google them)
    If that doesn't help then I'd look at System Preferences.. > Accounts > Login Items tab (not Login Options).  Check what processes get started at login and decide which ones you don't want.
    After that I'd use Applications/Utilities/Activity Monitor to see if any processes are using a lot of computer power or if anything else nasty might be happening.
    If none of this helped then my final step would be to reinstall OS X.
    Bob

  • How can I implement IMAQ correlation for 16bit image?

    Hi
    When using IMAQ correlate. vi in Machine vision Filter catergory, the vi only works for 8 bit source and template image case.
    16 bit source image case makes error.
    But I need 16 bit source image without losing image information, I want to use full 16 bit image correlation with 8 bit template.
    How can I implement the code in labview?
    Need help.
    Many thanks.

    Unfortunately you can't do so.
    There are some functions in the Vision Lib that only accept 8bit images. In order to use them you have to convert your image to an 8bit Image.
    Keep in mind that converting an Image to 8bit will not necessary result in a loss of data. Check your Images, it might be that you are not using the full range of a 16bit value. you might be able to use a mixture of dynamic shifting and bit shifting in order to convert an image to an 8 bit, then embedding these criterias in the image and use them to convert back to a 16bit at a later time without losing any data, or in most cases minimal precision loss. 
    If you would like to attach one of the images you are using, I can take a look at it to see if this is possible in your case.
    Good luck,
    Dan,
    www.movimed.com - Custom Imaging Solutions

  • How to display that Check Box In Down of Tabular Rows .

    Dear Friends,
    i have created tabular form and one check box Item in that region.
    i want to display that checkbox Item after tabular form Rows .
    How to display that Check Box In Down of Tabular Rows .
    Thanks

    Hi,
    From report attributes, you can change column order
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/bldapp_rpt.htm#sthref1348
    Regards,
    Jari

  • I don't rember the answers to my security question, how can I change or get them?

    I don't remember the answers to my security questions, how can I find or change them?

    https://appleid.apple.com/
    Manage your account, Log in... You can change the answers as long as your know your password. If you encounter a problem(some people have) with changing your answers, then contact apple support for them to reset them. Sometimes it will ask you for an answer before allowing you to change them, others have reported not getting the email sent if it asks you for an email. With me I could just change them. So check it out.

  • How can I implement commands in Labwindows?

    I have a target with 8051 microprocessor. This microprocessor have a program in MS_DOS.
    I want to do an emulation with Labwindows.
    I comunicate with pc by RS232.
    In the MSDOS program I use the following commands:
    sp(back_espace key)= Initialitation board.
    vx(direction memory)(enter key)= Readed memory
    My question is: How can I implement commands in Labwindows?

    Hi,
    erm, could you re-post this question in the LabWindows/CVI forum?
    You might get a few more answers in there
    When you talk about emulating, I assume you're refering to getting Windows (which flavour - 9x/NT/me/xp/2k) to do some sort of display depending on button presses from a user interface, or are you wanting to turn the whole PC into an emulator, whereby another PC communicates to it through the serial port, and you want the emulating pc to react as though it was the 8051?
    Thanks
    S.
    // it takes almost no time to rate an answer

  • I forgot my answers to securty questions how can i change them?

    i forgot my answers to securty questions how can i change them?

    Go to http://appleid.apple.com and select "Manage your account". Log in with your Apple ID and password, then select Password and Security from the left column.
    You need to know the answers to your existing questions to reset them. If you don't remember your answers, there may be a link on that page where you can have a reset email send to your Rescue email address. This will not appear if you have not provided a Rescue email address, and may not appear even if you did.
    If there does not seem to be any way to reset your security questions, contact iTunes Support here: http://www.apple.com/support/itunes/contact/ They will respond within a business day. Be sure to check your spam or junk mail folders for their response.

Maybe you are looking for

  • Unable to see certain folders on server after upgrading to mountain lion

    Hello, I recently upgraded from lion to mountain lion on my MacBook Pro. With lion I would connect to the server at work through finder under shared. Now with mountina lion, the server still shows up but when I connect to it only shows 3 folders ther

  • Custom Report for Asset Intelligence including Collection selection

    Dear all, I'm struggling with an custom report for doing the following thing. I have labeled software with the custom label 3 in the Asset Intelligence. I like to create a Report where i can Choose my Collection and then the Label that should be disp

  • Problems with Import a excel file?

    Folks, I created a form to upload a excel file, the upload works fine , but I have a problem with the first line of the excel file. I created a model with the column names, the headers. When I uploaded this excel file to a folder inside my CF server,

  • Sequence settings for 2.35:1?

    I have some footage that was shot in 16:9 24p on a HVX200 I want to put it into a timeline that is 2.35:1 in order to: 1. Play around with the 2.35:1 ratio 2. Get a really "wide" screen look. What is the best method to do this?  I know I will be crop

  • I've lost my yahoo email access on playbook and yahoo says it's BlackBerry's doing - please help

    It's now day 2 of no playbook mail. I kept getting a yellow triangle saying yahoo account not available or couldn't access. The yahoo site says blackberry has done this and blackberry  is working to resolve - is this true ?? If so it seriously sucks,