WF notification response preferance

Hi,
In WF mail notification, there are two ways to respond.
Either
1) it gives "Please click here to Respond" link at end ,
OR
2) it gives "Action: Approve Reject Request Information" which basically invokes e-mail client to reply.
Which profile option/setup controls if 1) or 2) will be in mail notifications.
Thanks & Regards.

Finally I was able to find the solution myself :).
Change Open Notification setup in wf mailer TO 'Workflow Open Mail for Outlook Express' FROM 'Workflow Open Mail (Templated)'

Similar Messages

  • Is it possible, I can validate the notification response

    Hi,
    Is it possible, we can force a user to enter a value before approving the notification . Because one of our workflow process required a value from the approver. This notification contains 3 responses ( 1 Approve, 2 Partially Approve, 3 Reject). In the case of partially approve I want partially approved amount from the approver.
    How I can validate amount entered or not, before clicking the partially approved response button in the workflow notification.
    With Regards
    Satheesh Kumar

    Hi,
    You can derive the button by looking at the response from the notification. the WF_ENGINE.CONTEXT_NID variable will tell you the notification ID that is being responded to, and you can derive the response from there:
    v_response := wf_notification.GetAttrText(wf_engine.context_nid,'RESULT');
    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://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Processing E-Mail Notification Responses

    Hi,
    I have a workflow (2.6.2) that sends e-mails to all the users in a group but only requires a single response to complete the workflow step. Is it possible to identify the individual user that has responded via the links provided in the e-mail notification as we need this information for an audit trail?
    Thanks in advance
    Lisa

     Hello gusev67
    Have you tried with/without custom email notification (SMTP) settings?  
    Have you checked if the defaut or custom SMTP port has been forwarded to your px12?
    Have you checked if your ISP is blocking SMTP ports for your connection?
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Notification Responses Don't work with email

    All,
    a problem I'm struggling with. I have defined a custom workflow in the e-business suite 11.5.10.2 which has a response notification in it. When I respond to the notification through the notifications form in the applications it works fine, but if I respond to the same notification in e-mail I can reply to the notification but and see it in wf_notification in and it looks like the response attribute has the right code associated with it, but....
    The status of the notification gets changed to canceled
    The outcome becomes Force
    The workflow misses out the next few transitions.
    Other response notifications are working OK on that database.
    Any ideas /suggestions?
    thanks
    Alan

    I seem to have resolved this problem, but not entirely sure how!

  • Enhanced Apple Push Notification: Response error at provider server...

    Hi,
    i am working on a project in PHP which requires me to push an alert notification on APNS server. I have used enhanced push notification format. but I am not receiving response as specified by the APNS docs. I am getting response in three digits usually 133, 132, 154, 138, etc. Which I concluded to be Status signs, eg. 133 is 1, 3, 3. but now I have also received 139. so I doubt that my interpretation of response is wrong. But I am not getting where it is wrong. And important thing is though I am receiving these responses Alert is getting pushed and I am receiving notification on my iPhone as well as on iPad.
    My code is as follows:
    $payload['aps'] = array('alert' => $message, 'badge' => 1, 'sound' => 'default');
    $apnsHost = 'gateway.sandbox.push.apple.com';
    $apnsPort = 2195; // default port
    $apnsCert = 'apns-dev.pem'; // APNS crtificate.
    $passPhrase = '';
    $streamContext = streamcontextcreate();
    streamcontext_setoption($streamContext, 'ssl', 'local_cert', $apnsCert);
    streamcontext_setoption($streamContext, 'ssl', 'passphrase', $passPhrase);
    try{
    $apns = streamsocketclient('ssl://' . $apnsHost . ':' . $apnsPort, $error, $errorString, 60, STREAMCLIENTCONNECT, $streamContext);
    if (!$apns) {
    print "Failed to connect {$error} {$errorString}\n";
    else {
    // Sending the payload
    $apnsMessage = chr(0) . pack('n', 1) . pack('n', $nid) . pack('n', time() + 604800) . pack('n', 32) . pack('H*', str_replace(' ', '', $alertdevicetoken)) . pack('n', strlen($payload)) . $payload;
    echo 'APNS Message: ' . $apnsMessage;
    $fwrite = fwrite($apns, $apnsMessage);
    echo 'APNS response: ' . $fwrite;
    And when this get executed i got the following response printed on the browser:
    APNS Message: ��=ŸÂ� òc6–U:õŸŠ ¸Þ ÷ćÚ0ßqšÊzÂífՏnZ�`{"aps":{"alert":"Your EUR\/USD SELL alert price has been reached!","badge":1,"sound":"default"}}APNS response: 139
    Can anyone please tell me what does this 139 means here. am doing anything wrong here.

    here's
    how I do it, hopefully it will help you solve your problem
    Step by Step Configuration Manager Guides >
    2012 Guides |
    2007 Guides | I'm on Twitter > ncbrady

  • How to attach files in workflow notification response/reply message

    There is a requirement to respond to worklist notification or email notification with attachments, where in user attachs some data and replies back to notification and this attachments must be handled back by workflow and go to another user.
    Any ideas please help!
    Regards,

    Unfortunately this functionality is not even planned for any upcoming release. Enhancement request can be filed via Oracle Support and then brought to WF Development attention if the functionality does make sense as a business case.
    Regards,
    Alejandro

  • Can't type in iOS 8 notification response with Bluetooth keyboard

    When I receive a text message and tap on "Respond" in the notification, I am unable to type in dialog that pops up when my Bluetooth Keyboard.  Even if I bring up an on-screen keyboard, it still won't take any input.  When I turned Bluetooth off, I was able to respond in the dialog without a hitch.  This looks like an iOS 8 bug to me, but I figured I'd post here and see if anyone else is having a similar problem.

    I'm having the same issue.  Only place my bluetooth keyboard won't work.  Was hoping the update would fix it but, no

  • Custom notification/response? (wf_standard.block?)

    I have designed a workflow which which requires a user to review a document before continuing. The document is in the application which this workflow supports, and the user will access the document through this Web app. and enter their review comments. The review comments will be written to the application's tables.
    Is this the correct approach?
    1.) send a FYI notification to the reviewer where the message contains a URL to the document review page in the Web app.
    2.) issue a wf_standard.block to stop the process until the document has been reviewed.
    3.) issue a wf_standard.continueflow from the Web app. once the review is done to continue the process.
    Please let me know if there is a more simple way...
    --Andrew                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I discovered that the correct call to use from an external app to signal workflow to continue is wf_engine.CompleteActivity()

  • Validate message attribute at notification response

    Dear Oracle Gurus,
    I'm a new developer of Oracle Workflow. I'm trying to create a simple process that a notification inside. On notification, the performer will return approve or reject, and update a message attribute with DATE datatype. Now, i need to validate this message attribute with another date. How I do it? (You may to see the simple flow below)
    Thanx a lot,
    Agas
    START --> NOTIFY --> END

    Hi
    Use the CompareDate activity from the Standard item type in your process to compare the two values.
    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://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to customize notifications response email body in iExpense

    Hi Techs,
    We have a requirement to include custom wordings when the iexpense approver click "Approve" or "Reject" button in email.
    Is there any way to do this. Currently if the approver clicks "Approve" or "Reject" button in email, it just displays Note: '' we want this to be customized to Note: 'Please enter your comments here'
    We are in R12.2.3 version.

    Hi ,
    I see your psot as a similar case of problem posted in the past and below is the link to refer
    Workflow Mail Template Configure  -  Workflow Mail Template Configure
    @N

  • 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

  • How can I add a response to the end of each item question in an email list of questions and send that back to the originator?

    I have emails that ask for certian items to be addressed such as "please fix leak in bath sink" and then the next line will have another request and on and on. I would like to answer each question at the end of each line with a response (preferably in a different color font to stand out) such as "yes - will fix" or "that can't be done" or "you will have to fix that yourself". Then I want to send that reply back to the original sender.

    ''sfhowes [[#answer-697423|said]]''
    <blockquote>
    I suggest you consider this add-on: [https://addons.mozilla.org/en-US/thunderbird/addon/clippings/ Clippings] ([http://chrisramsden.vfast.co.uk/3_How_to_install_Add-ons_in_Thunderbird.html How to install]).
    </blockquote>
    I did look int this but I need to have each answer different in a lot of cases but i thank you and did get an answer that does help greatly - Thanks

  • Workflow Notification List - in HRIS -

    Hi,
    I looked into the notifications in more detail and it looks like all of the notifications are coming through to outlook, but they are not clearing out of the worklist like they used to. The other part is that they are taking time to go through to outlook. It seems to be sporadic. Some will come through right away and others will take a couple of hours or longer. An example of this was when x and y were testing the notifications for the app. I sent three changes through. She received 2 of them right away and the third one went through to her a couple hours later.
    Basically what is causing the Notifications not being going away - any thoughts would be greatly appreciated
    This is on 11.5.10.2.0
    EBS
    HRMS
    HRIS
    Please advise
    Thanks again
    Sri

    Notification mailers can also process e-mail responses from users, using the Internet Message Access Protocol (IMAP). A notification mailer uses a Java-based e-mail parser to interpret the text of each message and create an XML representation of it.
    A notification mailer uses three folders in your response mail account for response processing: one to receive incoming messages, one to store processed messages, and one to store discarded messages.
    A notification mailer does the following to process response messages:
    Logs into its IMAP e-mail account.
    Checks the inbox folder for messages. If a message exists, the notification mailer reads the message, checking for the notification ID (NID) and node identifier in the NID line.
    If the message is not a notification response, meaning it does not contain an NID line, the notification mailer moves the message to the discard folder and treats it as an unsolicited message. For the first unsolicited message from a particular e-mail address, the notification mailer also sends a warning message back to the sender of the message.
    However, to avoid sending unnecessary warnings due to bounced or auto-reply messages, each mailer node stores a list of e-mail addresses from which it has received unsolicited mail, and does not send any further warning messages to those addresses. Instead, if the node receives a second unsolicited message from a particular address, the notification mailer discards the message and raises the oracle.apps.wf.mailer.unsolicited event. You can optionally define a subscription to this event if you want to perform some other action in response to the second unsolicited message. For all subsequent unsolicited messages, the notification mailer simply discards the message.
    For more Info Please refer Oracle Workflow Administrator's Guide
    Hope it helps!
    Chetan

  • Workflow notification id log file location

    Hi All,
    where can i find workflow notification id (NID) log files. for notification id(NID) MAIL_status=FAILED in wf_notifications table.
    As clinet asking like "why are PO Notification emails are not going out on Production"

    What is the application release?
    You can find the Workflow log file FNDCPGSC*.txt under $APPLCSF/$APPLOG directory.
    Please see these docs.
    How To Troubleshoot Java-based Workflow Notification Mailer [ID 242941.1]
    How To Troubleshoot When Email Notification Responses Are Processed But The Approval Workflow Still Shows In Process [ID 458665.1]
    Troubleshooting Inbound Email Notifications [ID 1184846.1]
    Unable to Connect to Mail Store in Workflow Notification Mailer Logs [ID 741352.1]
    You may also run the diagnostics script and see if you get more details about the error.
    11i : Oracle Workflow Cartridge Workflow Java Mailer Setup Test [ID 274764.1]
    Oracle Workflow Release 12 Diagnostics [ID 469822.1]
    Thanks,
    Hussein

  • Workflow Notification Mailer in 11i

    Hi,
    I configured workflow notification mailer in 11i,
    (a) only outbound Mail Configuration, I enabeld that
    (b) started workflow Mailer Service Concurrent Manager
    (c) started workflow agent listener service concurrent manager
    Once I did the above, I am getting mails from Oracle Alerts..its nice..
    But I want to know, the following configuration in workflow mailer wizard
    ---> Inbound Mailer Configuaration ( IMAP), Can I give same SMTP mail server name in this...
    can anybody describe this, what for this configuration ( Inbound Mailer Service)....

    Notification mailers can also process e-mail responses from users, using the Internet Message Access Protocol (IMAP). A notification mailer uses a Java-based e-mail parser to interpret the text of each message and create an XML representation of it.
    A notification mailer uses three folders in your response mail account for response processing: one to receive incoming messages, one to store processed messages, and one to store discarded messages.
    A notification mailer does the following to process response messages:
    Logs into its IMAP e-mail account.
    Checks the inbox folder for messages. If a message exists, the notification mailer reads the message, checking for the notification ID (NID) and node identifier in the NID line.
    If the message is not a notification response, meaning it does not contain an NID line, the notification mailer moves the message to the discard folder and treats it as an unsolicited message. For the first unsolicited message from a particular e-mail address, the notification mailer also sends a warning message back to the sender of the message.
    However, to avoid sending unnecessary warnings due to bounced or auto-reply messages, each mailer node stores a list of e-mail addresses from which it has received unsolicited mail, and does not send any further warning messages to those addresses. Instead, if the node receives a second unsolicited message from a particular address, the notification mailer discards the message and raises the oracle.apps.wf.mailer.unsolicited event. You can optionally define a subscription to this event if you want to perform some other action in response to the second unsolicited message. For all subsequent unsolicited messages, the notification mailer simply discards the message.
    For more Info Please refer Oracle Workflow Administrator's Guide
    Hope it helps!
    Chetan

Maybe you are looking for

  • Need Help!  Mac Hangs Spinning Ball -ugh!

    Problem description: Macbook pro i7 750gb, 16gb ram.  Computer running slow.   Mac hangs repeatedly. Spinning ball appears as Running Mavericks.  250gb hard drive space free. Below is a report of what's going on behind the scenes with my Macbook.  I'

  • How to call PL/SQL function from ODBC

    Greetings (and thanks for reading), I am using Oracle 9i (9.2.0.4) database, running on SUN [sparc] Solaris 9. I have created the following types: create or replace type NAME_VAL_TYP is object (NAME   varchar2(30) ,VALUE  varchar2(30)) create or repl

  • Turning off "authentication" in Mountain Lion.

    I just migrated from my old MacBook Pro to a new retina display MacBook Pro and have Mountain Lion on each.  Even though I've gone into both Finder and System Preferences and tried to replicate everything in the new computer that was on the old compu

  • AIA FP 11.1.1.3 - Deployment Plan Generation for migrating from Dev to Test

    Hi All, Can you please validate the following from a Deployment from Dev to Test perspective. We have almost completed the development for an interface using AIA 11g, and are in the process of moving the interface from one instnace to another, and an

  • How to debug module pool program

    Hi everybody, How to debug module pool program ,please send any material for module pool programming . Thanks & Regards, Siddivinesh.Jogu [email protected]