Response based notification

Hi,
I have a response based notification. Once user clicks or approve or reject, it opens up another message box and user has to click send to send the notification. Is there a possibility to automatically send the notifcation once the approve or reject button is clicked.
Please let me know your thoughts.
Thanks
Raji

Simple answer is NO.
If you are viewing the notification from Worklist, clicking a response button is handled through a HTTP request to the application's http server. It is the beauty of being connected to the Oracle Workflow/Oracle Apps instance over http where you are online.
If you are viewing the notification from your e-mail Inbox, you are an offline user with respect to the Oracle Workflow/Oracle Apps instance. You are just connected to your mail box. You need to send an e-mail response the same way you send any other e-mail to another user. You need to go to the Compose window and send the response to the Workflow Notification Mailer and it would process your response into the Oracle system.
This is the way the whole e-mail system is designed to work that Oracle Workflow leverages to get response.

Similar Messages

  • Capturing user response based on radio button

    I am trying to capture user response based on yes or no reply to a required radio button.  If they answer yes, they need to provide details.  The radio button values are N and Y, nothing listed under item, the captions are turned off. I used the LiveCyclePopUp.pdf sample by George Kaiser as a go-by and modified for my radio button/text field name and added the visible/invisible, but no luck.
    Here is what I'm trying, but it's not working, nothing happens when I click either yes or no, am using javascript. 
    Once this is working right, if possible, I would like to add to my submit button a double check to make sure if this radio button answer is Y and the text box is null, go back and provide the answer, but the most important part is to get this part working.  Any ideas what I'm missing?  Thank you!
    switch (this.rawValue)
        case "Y":
        Response25AY.presence = "visible";
        Response25AY = xfa.host.response("Please enter "YES" details (date, injury details, corrective action) below", "Q25A YES DETAILS", "Please enter "YES" details (date, injury details, corrective action) here . . . ");
        break;
        case "N":
        Response25AY.presence = "invisible";
        break;

    Hi,
    Firstly, the syntax is JavaScript, so when setting the Response25AY, you would need to include .rawValue:
    Use of quotation marks within the script will give a syntax error (around the YES).
    A small note: I would not duplicate the question as a default value. It does not really add value.
    So this should be closer:
    Response25AY.rawValue = xfa.host.response("Please enter YES details (date, injury details, corrective action) below", "Q25A YES DETAILS");
    Can you check the relative reference from the radio button group to the Response25AY object. It may be that the reference in the script is not full enough and is incomplete.
    Also I would place this script in the click event of the radio button exclusion group.
    Lastly, check the JavaScript Console (Control+J) when previewing the form, for errors.
    Hope that helps,
    Niall

  • Creating a graphical summary of response based on the views created

    I created an OOTB survey and created 4 different quarterly view to see the summaries. When I select "show a graphical summary of response," the results are not view specific. Instead, the graphs reflect the total responses. Is there a way to
    show the graphical results based on the filtered views I created?

    Hi,
    You can also export the data to Excel and create the charts in Excel. After that publish the charts back to SharePoint and display the charts based on your need.
    Here is a similar thread for you to take a look:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/280d1918-4325-4e61-a8c0-006535d89693/creating-chart-from-sharepoint-survey-list
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Lack of information in JMS based notification message

    Hello,
    I have configured Watch for server log and related JMS Message Notification.
    However, I get only a text like "MapMessage[ID:<589306.1276727319522.0>]" in the JMS message text.
    How can I get the original log message by that ID or the JMS message's text can be extended with content WatchData attribute?
    Very appreciate any help or direction to place where I can read about it.
    Thanks,
    Yuriy

    I have figured out what is going on.
    WLDF notification is written to JMS in the format that WLS Administrative Console can not read it.
    However, when I export message to XML I can see all information that I need:
    <?xml version="1.0" encoding="UTF-8"?>
    <JMSMessageExport>
    <mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message">
    <mes:Header>
    <mes:JMSMessageID>ID:&lt;589306.1276788240914.0></mes:JMSMessageID>
    <mes:JMSDeliveryMode>PERSISTENT</mes:JMSDeliveryMode>
    <mes:JMSExpiration>0</mes:JMSExpiration>
    <mes:JMSPriority>4</mes:JMSPriority>
    <mes:JMSRedelivered>false</mes:JMSRedelivered>
    <mes:JMSTimestamp>1276788240914</mes:JMSTimestamp>
    <mes:Properties>
    <mes:property name="JMSXDeliveryCount">
    <mes:Int>0</mes:Int>
    </mes:property>
    </mes:Properties>
    </mes:Header>
    <mes:Body>
    <mes:Map>
    <mes:name-value name="WatchAlarmResetPeriod">
    <mes:String>60000</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchSeverityLevel">
    <mes:String>Notice</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchRule">
    <mes:String>(SUBSYSTEM = 'ousgg.valves')</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchDomainName">
    <mes:String>my_domain</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchData">
    <mes:String>DATE = Jun 17, 2010 11:24:00 AM EDT SERVER = AdminServer MESSAGE = Invalid record ...</mes:String>
    </mes:name-value>
    <mes:name-value name="JMSNotificationName">
    <mes:String>OUSGG-FileValves-Fail-JMS</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchAlarmType">
    <mes:String>None</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchRuleType">
    <mes:String>Log</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchName">
    <mes:String>OUSGG-FileValves</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchServerName">
    <mes:String>AdminServer</mes:String>
    </mes:name-value>
    <mes:name-value name="WatchTime">
    <mes:String>Jun 17, 2010 11:24:00 AM EDT</mes:String>
    </mes:name-value>
    </mes:Map>
    </mes:Body>
    </mes:WLJMSMessage>
    </JMSMessageExport>
    Does anybody know what format the notification is written in?
    I'm trying to read it via JMS transport in OSB and it throwing errors no matter what "Request Message Type" I use:
    Unexpected type of message received: weblogic.jms.common.MapMessageImpl
    Thanks,
    Yuriy
    Edited by: user736637 on Jun 17, 2010 12:15 PM

  • Return a response based on condition

    Hi Gurus,
    The following is the response message i am getting after the mapping (from a BAPI)
    <ns1:MT_MATRES>
    <MATERIAL_DETAILS>
    <MATERIAL>MAT</MATERIAL>
    <MATL_DESC> stainless steel</MATL_DESC>
    <MATL_TYPE>ROH</MATL_TYPE>
    <MATL_GROUP>FILES</MATL_GROUP>
    <GROSS_WT>0</GROSS_WT>
    <NET_WEIGHT>0</NET_WEIGHT>
    <BASE_UOM>KG</BASE_UOM>
    <PUR_GROUP/>
    <STD_PRICE>0</STD_PRICE>
    <PRICE_UNIT>0</PRICE_UNIT>
    </MATERIAL_DETAILS>
    <RETURN>
    <TYPE>S</TYPE>
    <CODE/>
    <MESSAGE/>
    </RETURN>
    </ns1:MT_MATRES>
    I have to return either <MATERIAL_DETAILS> or <RETURN> to an external system which sends a request to PI as PLAIN HTTP request.
    The condition will be, if the <CODE> and <MESSAGE> is not initial then <RETURN> only has to be sent as response, if not <MATERIAL_DETAILS> only has to be returned.
    How can i do it?
    suggestions are welcome for even at the first mapping level (source to target).
    my source structure is
    <MATERIAL> </MATERIAL>
    Thanks in advance.
    Prabu

    TYPE>Exist>IF(true) map the propert return value to target field
    >(false)map the propert MATERIAL_DETAILS value to target field
    this validation should be apply in each value of the target structure
    let assume that the target structure looks like:
    <MT_TARGET>
    --<MATERIAL>
    --<MATL_DESC>
    --<MATL_TYPE>
    --<MATL_GROUP>
    --<GROSS_WT>
    --<NET_WEIGHT>
    --<BASE_UOM>
    --<PUR_GROUP>
    --<STD_PRICE>
    --<PRICE_UNIT>
    --<TYPE>
    --<CODE/>
    --<MESSAGE/>
    <MT_TARGET>
    So the validation should be
    TYPE>not>Exist>IFWithOutElse(true)>MATERIAL field
    TYPE>not>Exist>IFWithOutElse(true)>MATL_DESC field
    TYPE>not>Exist>IFWithOutElse(true)>MATL_TYPE field
    TYPE>not>Exist>IFWithOutElse(true)>MATL_GROUP field
    TYPE>not>Exist>IFWithOutElse(true)>GROSS_WT field
    TYPE>not>Exist>IFWithOutElse(true)>NET_WEIGHT field
    TYPE>not>Exist>IFWithOutElse(true)>BASE_OUM field
    TYPE>Exist>IFWithOutElse(true)-->TYPE field
    TYPE>Exist>IFWithOutElse(true)-->CODE field
    TYPE>Exist>IFWithOutElse(true)-->MESSAGEfield
    i dont know if the field TYPE reach to PI with a null value. if this case you should replace the Exist function by Equals-->Blank Value.
    Rgds

  • How to Send Event Based Notifications in the iRecruitment

    Hi,
    When internal Employee apply for any job, once the person type changes to the Employee.applicant, supervisor should get the notification. I came to know that we can achive this with the irecruitment events.
    But i am not clear about the steps to perform.
    Please any one provide the steps to configure this notifications in the irecruitment Module.
    Thanks in Advance,
    Thanks and Regards,
    Joshna.

    If you wish to do this via subscribing to one of the seeded iRecruitment workflow events, Anil Passi has written a good article on subscribing to workflow events:
    http://oracle.anilpassi.com/workflows-business-events-training-lesson-4-2.html
    It's not iRecruitment specific but should get you going.

  • Web-Based Notification Create?

    I've seen in a few presentations that our customers can access the creation of service desk notifications online, how do I activate this feature and how will our customers access it?
    Thanks,
    Gill

    Hi Gill,
    you have to activate the Workcenter in SICF or in SPRO. You get the Workcenter-URL by the corresponding service.
    Please have a look at the VAR area in Support Portal. There are any Documents from How to administer Work Center for your Key Users to Operation Manual and so on.
    Manuel

  • Best Event-Based notifications for Sox Complience?

    We are looking for the best way to send notifications to various people to comply with sox controls.  For instance, we need to send certain data when and employee is terminated, hired, changes jobs, locations or supervisors.  We have considered Alerts, but they are very generic and cannot be formatted, unless someone has additional information.  Is there a way to format an alert message?
    Another option, possibly using Life Event Checklists, not sure if we can provide employee data in the notifications to satisfy the requirement.  Is there a way to pull in a message that contains employee specific data?
    All information is appreciated.
    Thank you,
    Patty

    Hi Patty,
    If you're using 12.1, you can try Checklists.
    Everything explained in detail :
    Understanding and Using Life Event Checklists in Oracle HRMS R12 [ID 740618.1]
    Another option is to use an audit tool( audit-trial or a third-party solution)
    You can audit all the data and then base your reports on the audit data.
    Audit Trial - http://oracle.anilpassi.com/audit-trail-in-oracle-hrms.html
    Third-party tools - http://www.caosys.com/csaudit.php
    Cheers,
    Vignesh

  • OAF based WF notification

    Hi,
    I have OAF based notification which gets sent out to the approver but when approver rejects it they have select one of the 5 rejection reasons. What are the option? As I have read that OAF based notiifcation are read only? Also if it is possible what will be the best option - LOV, drop down list or a list of all options with check box next to it?
    Thanks for the help
    Aki

    Can, any one please help with my above question? For rejection reason on a approval notification based on OAF what will be the best option?
    Thanks

  • Query based change notifications

    Hi,
    am trying to use the query based notifications, but it seems to switch over to the object based notification for some reason. My environment is Oracle 11.2 ( I believe you need 11.1 or above for query based to work) and I have a select statement which retrieves a column which is of type NUMBER. (Again here my understanding is that only varchar2 and number columns work). I seem to get every change notification on the table and not just my flltered dataset
    As an example I've created a sample table called test_db_notification with a single column of type NUMBER.
    desc test_db_notification
    Name Null Type
    COLUMN1 NUMBER
    Added two entries in there as follows:
    SELECT rowid,column1 FROM test_db_notification;
    ROWID                          COLUMN1
    AAAERnAAKAAEurNAAI                54
    AAAERnAAKAAEurPAAA                63           
    Here's my code to register for notification:
         OracleCommand cmdObj = connObj.CreateCommand();
    cmdObj.CommandText = " SELECT column1 FROM testdb_notification where column1 = 63";
    _dep = new OracleDependency(_cmdObj);
    _dep.QueryBasedNotification = true;
    _dep.OnChange += new OnChangeEventHandler(_dep_OnChange);
    _cmdObj.Notification.IsNotifiedOnce = false;
    _cmdObj.AddRowid = true;
    _cmdObj.ExecuteNonQuery();
    When I register and change the value of column1 where the current value is 54, I get back a notification saying the ROWID for 54 has been updated.
    I was expecting not to receive any notifications since my original query looks only at column1 = 63. Am I missing something here?

    Hi,
    This isnt related to the beta.
    From the CQN docs..
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28424/adfns_cqn.htm#CHDIEJEI
    You must be connected as a non-SYS user in order to create CQN registrations.
    Hope it helps,
    Greg

  • Approve button of PO Approval Notification not functioning properly

    Hello,
    We are using PO approval workflow for our PO approval process.
    The approve button of the email notification is not performing the intended action, that is approving the PO.
    Since the approve is not functioning,we had to approve it from oracle.Is there any reason for this?
    Kindly let me know if there is some solution to handle such issues.This is a critical issue because not all the approvers can login
    to oracle and approve this everytime.
    Thanks in advance,
    indu

    Pl post details of OS, database and EBS versions. Has inbound processing been enabled ? Has this approval process ever worked ? If so, what changes have been made that caused it to break ? Are there any error messages in the workflow log file ?
    Configuring the Oracle Workflow 2.6/11i.OWF.H Java-based Notification Mailer with Oracle Application          (Doc ID 268085.1)
    Example Of Configuring Workflow Java Notification Mailer With Oracle Applications 11.5.x          (Doc ID 249957.1)
    Inbound Processing Is Not Happening While Approving/Rejecting From Emails          (Doc ID 418931.1)
    How To Troubleshoot When Email Notification Responses Are Processed But The Approval Workflow Still          (Doc ID 458665.1)
    Troubleshooting Inbound Email Notifications          (Doc ID 1184846.1)
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound          (Doc ID 831982.1)
    HTH
    Srini

  • Oracle iLearning 5.0 on Windows and email notifications issue

    Hi!
    We are upgrading from iLearning 4.3 to iLearning 5.0 on Windows 2000 server and I have a question related to that.
    iLearning 5.0 is certified for Windows.
    The accompanying release.txt states that:
    --'Email', 'Email and Web' notifications options for Learner Rating and Authorized Enrollment/Unenrollment are not available on Windows platforms. Only web-based notifications should be used.
    Through a Technical Assistance request (TAR Number 4439000.992 ) I've found that this problem is due to the use of Workflow 2.6.2 stand-alone which requires sendmail, which is not available on Windows.
    This worries me because I want the system to be able to:
    * notify admin when authorization is needed for enrollment
    * notify course participants about changes or a cancelled course.
    * Certification reminder and expiration
    * Assessment submission
    * Notification to all learners currently enrolled in an offering
    The suggested workaround from Metalink is to use a Unix/linux server.
    Metalink suggestion:
    "you can set up a notification mailer on UNIX to work with stand-alone Workflow
    hosted on Windows. The following MetaLink article is a step-by-step guide on how
    to do this: Note:254973.1 How To Configure UNIX Sendmail To Work With Oracle Workflow Running On Windows
    This would be useful if UNIX was an option for me. It is not.
    I have some questions:
    1)Can I use WorkFlow 2.6.3.5 on windows with iLearning 5.0?
    I know Workflow 2.6.3.5 is working with MS Exchange.
    2)Can I use sendmail in some form or shape?
    IIS 5.0 (or 4.0) has a mail gateway that can be utilized by a sendmail program.
    Sendmail software for windows:
    http://www.glob.com.au/sendmail/
    http://www.indigostar.com/sendmail.htm
    http://www.ntsendmail.com/
    http://www.windowsitpro.com/Windows/Article/ArticleID/5289/5289.html
    Has anyone tried any of theese?
    I'd like to make a suggestion to my IT department on how to solve this issue.
    Thanx for any help in advance :-)
    Kristian Amlie, Bergen Norway

    There are a couple of patches available that allow a customer to upgrade their Oracle iLearning database to 10g and with that, upgrade Oracle Workflow to version 2.6.3 which supports email notifications through workflow on windows.
    Patch #s are 4321769 and 4485520
    Thanks!
    Scott

  • How to save web service request key and response value in cache to reduce calling the service for same type of requests

    Hi
    I have a web service which return the response based on the request key.
    I need to save the key and the response value in cache for around 30mins
     to reduce the web service calls for better performance.
    Appreciate if any once can share a sample code

    using System.Runtime.Caching;
    public List<string> cachingwebserviceresponse()
    {//Create a cache key
    string strParameters = "1234";//Create a cache value holding object
    List<string> results = new List<string>();//Create a cache
    ObjectCache cache = MemoryCache.Default;//Assign key for the cache
    string cacheKey = strParameters;//Check whether the key exists in the cache//If exists assign the values from the cache instead of calling the webservice//else call the web service and add the response to the cache
    if (cache.Contains(cacheKey))
    results = cache.Get(cacheKey);
    else
    { //calling the web service client
    using (service.webservice fd = new service.webserviceContractClient())
    { //Call the web service function to get the results
    results = fd.DataSearch(strParameters);
    } //Create the cache expiration policy. I have created for 30 minutes.
    CacheItemPolicy cacheItemPolicy = new CacheItemPolicy();
    cacheItemPolicy.AbsoluteExpiration = DateTime.Now.AddMinutes(30); //Add the response to the cache based on the key
    cache.Add(cacheKey, results, cacheItemPolicy);
    return results;

  • How do I build a field based on Checkboxes?

    I am VERY new to Javascript...but I think I can do what I want, just not sure of the syntax...
    I have a very large form with lots of checkboxes.
    I want to build (fill) some text responses based on those checkboxes.
    Assuming I have checkboxes 1 -3  (checkbox.1 - checkbox.3)
    In each checkbox the export value is a something like "This is the text associated with checkbox  #1"
    On the last page there is a text Box called "Summary" (summary.1)
    On my LAST page, I want to have a button with a MOUSE-UP script that takes the Export values in checkboxes 1 -3 and puts them into the Textfield "summary"
    This SHOULD be easy right?
    Eventually, if everything else works, I want to build a for-next loop that will cycle through LOTS of checkboxes and build a multi-line Summary, and maybe even Sort it -BUT- only do that when the "build" button is pressed, otherwise the form would always be thrashing....
    This assumes that a non-checked box exportvalue = NUL

    Ok, I wanted to invoke a interactive debug session so I could type in javascript and see what it returned...
    I figured I could fill in the form and have the debugger open next to it.... and qwery the form interactively by typing in commands as if they were script actions
    Uhm...where is that... I tried in both Acrobat Pro-XI and reader to invode a debug session.  Reader doesn't have one and Pro just showed me the console but nothing happned when I typed something into the console.  I expected an error message or something.

  • ISE 1.2 Auth Avg Response Time

    Hi Guys,
    We have recently moved to ISE 1.2 (distributed deployment on UCS C220 blades) from ACS 5.x. We are seeing Avergage Auth response time ~150ms in each PSN nodes (4 in total) & wonder whether this is too slow.
    Is this normal or we should have much lower average response time for thos radius authentications ? What are the typical value you guys observed in those sort of deployment
    Any input would be much appreciated
    Rasika       

    Hi,
    Where did you get your information from? Is it from the ISE Authentication Report Summary? If so, which of the Average responses are you concerned about? Authentications By Day, Identity Group, Identity Store, Allowed Protocol etc.
    In my network average response based on protocol PEAP is 121ms. Authentication by day is 74ms. Then again my network may be smaller than yours. Also I have an appliance and not a Virtual Server. In my opinion, I don't think 150ms is that much to make the user notice. If authentication response gets close to 300ms, then you have an issue.
    If you have a very large network like a University Campus, then 150ms is OK.

Maybe you are looking for

  • Errors encountered while running Java EE tutorial SRDemo in JDeveloper

    I am using JDeveloper version 10.1.3.1 to run Java EE tutorial (Web Application) - SRDemo for JSF and EJB 3.0, I got the following error messages while running ServiceRequestFacadeClientEmbed to test the data model (tutorial page 44 of 222), please h

  • Mapping CLOB and Long in xml schema

    Hi, I am creating an xml schema to map some user defined database objects. For example, for a column which is defined as VARCHAR2 in the database, I have the following xsd type mapping. <xsd:element name="Currency" type="xsd:string" /> If the oracle

  • Problem with Shipment

    Hello All, The problem is related to shipment where  I want the system to allow processing shipment after Stock Transfer Invoice is done.As we don't get all the on-paper documents before despatch or even after 10 days of despatch we want the system t

  • Cannot find the object "CrossRef" in Active Directory

    I am trying to install Lync 2013. I'm getting the following error: Error: An error occurred: "Microsoft.Rtc.Management.Deployment.ActiveDirectoryException" "Cannot find the object "CrossRef" in Active Directory." WARNING: Enable-CSAdForest failed. Th

  • Response came back as text, not xml..

    Hi I've been creating a report in Answers and have created alot of bins. Up until now I've had no problem but when I try to add a new bin once I've put the operator and values in I get a red text error saying 'response came back as text, not xml'. Ca