How to get response of Workflow Notification Email from MS Outlook Express.

Hi All,
I have two questions:
1. Our business users had a requirement to approve or reject the Workflow Notification Emails form their Email account on MS Outlook Express. When they perform action from MS Outlook Express it sends email to wfmailer but no action perform in aplication. The notification inbox in application shows this notification as OPEN notification and the requested function also shows 'Waiting for Approval'.
2. I need to hide Request Information button/link from the email notification send through Workflow mailer to user. There are three actions button available in email notification Apprve, Reject and Request Information. I need to have only two button Approve and Reject. How to hide Request Information button.
If any one have idea regarding my questions please hlep.
Regards,
Saquib

You can follow the Workflow developer guide to create message attribute as shown in below link
http://www-apps.us.oracle.com/wf/doc/wfr1213/wfdg/html/T361836T361983.htm#2806969
1. For the notification message for which you want the more info link to be hidden, define the message attribute with name '#HIDE_MOREINFO', type as 'text' and set value as 'Y'

Similar Messages

  • How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    Your iPad doesn't receive email from Outlook Express (or any other email client).  It receives email from your email provider.  To set up your email account on your iPad go to Settings>Mail,Contacts,Calendars...tap Add Account and add your email provider's account settings with your username and password.  iCloud, Gmail, Yahoo, AOL and Hotmail email settings are automatically entered by tapping the appropriate button.  Others must be manually entered by tapping Other.  (Exchange accounts will also require you to enter your email provider's settings.)

  • Can I import 5 years of email from Win Outlook Express to Apple Mail?

    This looks like a large problem.
    I'm trying to import 5 yrs worth of email, all categorized in sub-directories within the WIN version of Outlook Express 6, into the current version of Apple Mail.
    Can this be done? If so, how?
    While Outlook Express is listed on the import panel of Apple Mail, I believe it means the Mac version of OE from MS Office 4. I have that, but it's not installed.
    Could I install it, somehow import the WIN OE 6 mail into that, and THEN import into Apple Mail?
    Or is there (we live in hope) an easier way?
    1000 thanks!
    Message was edited by: Pier Rodelon

    You may use O2M, or you may import your mail into Thunderbird on the PC, then use Eudora Mailbox Cleaner to import that into Apple’s Mail.

  • How to get rid of the notifications center from the menu?

    I unchecked all the "in notifications center" boxes so there is nothing in there. But the notifications center icon is still up there on the menu, over on the right side.
    Is there a way to just get rid of it completely?
    Thanks,
    doug

    From the OS X Finder, hit Command+Shift+G and enter the path to /System/Library/CoreServices/
    Locate “Notification Center.app” and click on the name to rename it to “Notification Center-disabled.app”, authenticate the change when prompted
    Now launch Terminal, found in /Applications/Utilities/ and type the following command:
    killall NotificationCenterQuit out of Terminal
    Notifications will no longer be posted, alerts will be gone, and the menu bar icon is no longer visible. If you do attempt to get to Notification Center either through a keyboard shortcut or the sideways swipe, you’ll be presented with a blank side of the screen.

  • How to include SAP login link in the workflow notification email ?

    Hi,
    How to provide a link in notification email triggered thru workflow to outlook   ??
    This link should take the user to correct SAP system logon screen.....
    kindly help ! urgent !!
    thank you
    R

    Hi Rita,
    U can use RSWUWFML2 ABAP report.
    check [http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html|http://www.mortenhjorthnielsen.dk/BPM/RSWUWFML2/RSWUWFML2.html]
    Regards
    Sagar S

  • How do I add the customer's name to Workflow Notification email subject line?

    How do I add the customer's name to Workflow Notification email subject line?
    I'm expecting that I need to add a tag, but I'm not sure what the correct tag would be, I have tried a few but it just writes the tag I inserted and not the customer's name.
    Thanks

    This is something you can not add at the moment. You can change the layout a bit of workflow notifications from the system but you can not change the subjects at this time to render a system tag like that.

  • How to customize SharePoint Foundation 2013 workflow notification emails

    We have a SharePoint Foundation 2013 workflow that sends emails when certain criteria are met. We have tried to customize the emails using SharePoint Designer, but the emails that are received are different.
    Ho do we configure SharePoint to send the emails formatted as we specified in the workflow?
    The emails we receive are all formatted like this:
    Subject:
    [Company Name Workflow] - [Item] has been assigned to you
    Content:
    Task assigned by [User Name] on [Date].
    To complete this task:
    1.    Review [Item].
    2.    Perform the specific activities required for this task.
    3.    Use the Open this task button to mark the task as completed. (If you cannot update this task, you might not have access to it. Click here to request access.)

    Hi,
    According to your post, my understanding is that you want to customize SharePoint Foundation 2013 workflow notification emails.
    We’ll need to do a few things to replace SharePoint’s default notification with our own. The first thing we need to do is turn off SharePoint’s default notification. On the Workflow Tasks list, go the Advanced Settings and select
    No for Send e-mail when ownership is assigned. Then we need to create workflow to send email.
    There is an article for your reference, although it is about the SharePoint 2007, it still works for SharePoint 2013.
    Create a Detailed Custom Task Notification with a SharePoint Designer Workflow
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to get ProcessInstanceId after Workflow KickOff. Am able to get the InvocationId

    How to get ProcessInstanceId after Workflow KickOff. Am able to get the InvocationId.
    This is the Snippet :
    InvocationResponse response = myServiceClient.invoke(request);
    invocationId = response.getInvocationId();
    System.out.println("ClientParams="+response.getClientParameters());
    System.out.println("OutputParams="+response.getOutputParameters());
    System.out.println("invocationId="+invocationId);
    JobManager jobManager = new JobManager(myFactory);
    JobStatus jobStatus = null;
    JobId myJobId = new JobId(invocationId);
    jobStatus = jobManager.getStatus(myJobId);
    System.out.println("Job Status: " + jobStatus.getStatusCode());
    if (jobStatus.getStatusCode()==JobStatus.JOB_STATUS_COMPLETED)
    System.out.println("INVOCATION COMPLETED SUCCESSFULLY!");
    InvocationResponse jobResponse = jobManager.getResponse(myJobId);
    jobManager.terminateJob(myJobId);
    jobResponse.getInvocationId();
    Process id need to be fetched after Workflow Kickoff
    Can anyone please help me..?

    There are 5 process level variables that get populated when you invoke a process. They are
    /process_data/create_time
    /process_data/creator_id
    /process_data/id
    /process_data/status
    /process_data/update_time
    Within the xPath builder you can differentiate them from other process variable because they are italicized.
    Now you can create your own process variable - let's say called pid - and have it contain the process id which is stored in /process_data/id.
    The xPath would look something like
    /process_data/@pid = /process_data/@id
    If the pid variable is marked as an 'output' variable, then it will be returned as part of the InvocationResponse.
    Jasmin

  • Workflow notification email

    I need to reformat the workflow notification email so it will work with our current CRM.
    Specifically I need to have the customer data listed on the same line as the data field.
    For example:
    Customer First name   Test
    Customer Last name    Test
    Customer email   [email protected]
    And so on. 
    Is there a way to reformat the email instead of using the Tag_formsummary?
    Thanks!

    Ya it can be achieved by creating Adhoc Roles and Users.
    Adhoc roles can be created through PL/SQL from database or they can be created from Applications using User Management Responsibility. If you use PL/SQL to create roles make sure you give all user names and role names in UPPER case.
    Please find the link below for Sample
    http://erpschools.com/articles/workflow-tutorial
    Regards,
    Raj

  • Does anyone know how to turn off my Yahoo! email from popping up? Currently, my Yahoo! email pops up, but I have to go to Mail to get my gmail. I would love to switch this! Any thoughts?

    Does anyone know how to turn off my Yahoo! email from popping up? Currently, my Yahoo! email pops up, but I have to go to Mail to get my gmail. I would love to switch this! Any thoughts?

    It's all or nothing. You can to selectively get notifications for one account and not the others. As for g-mail, how do you have it set up? If it's not set to poll automatically, or set up as push (as an Exchange account), then you won't be notified until you maually open the mail client and pull it down.

  • How to get yahoo mail in notification in macbook pro in mountain lion os

    how to get yahoo mail in notification in macbook pro in mountain lion os??

    Are you using the web interface? You must add your Yahoo! Mail account to mail.app to get notifications.

  • How  to get  response from such a  function

    How  to get  response from such a  function (in MODULE USER_COMMAND_0010 INPUT I get "ODGOVOR" 'X'
    FUNCTION Z_SEENKRAT.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(ODGOVOR) TYPE  MSEG-KZEAR
    DATA ok_code LIKE sy-ucomm.
    DATA: test like mseg-kzear.
    BREAK-POINT.
    call screen 10.
    test = ODGOVOR.
    ENDFUNCTION.
    *&      Module  CLEAR_OK_CODE  OUTPUT
          text
    MODULE clear_ok_code OUTPUT.
      CLEAR ok_code.
    ENDMODULE.                 " CLEAR_OK_CODE  OUTPUT
    *&      Module  USER_COMMAND_0010  INPUT
          text
    MODULE USER_COMMAND_0010 INPUT.
    DATA odgovor LIKE mseg-KZEAR.
    CASE ok_code.
        WHEN 'DA'.
        ODGOVOR = 'X'.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0010  INPUT

    Hi,
    You need to declare the ODGOVOR variable in the TOP include, then you will get the value
    Regards
    Sudheer

  • HT201493 How do I get my old apple ID/email from popping up and asking to verifie it's getting annoying? I've change everything to my new email an my old one keeps popping up please help me stop it from popping up all the time?

    How do I get my old apple ID/email from popping up and asking to verifie it's getting annoying? I've change everything to my new email an my old one keeps popping up please help me stop it from popping up all the time?

    Did you change the ID you are using for iCoud?  If so, did you delete the account, then sign back in with your new ID on your device?

  • How to get a confirmation when your email is delivered or read  ?

    With Mail app ,How to get a confirmation when your email is delivered or read?

    When I send mail with Mail app , there is flying letter pops up. But now I could not see anymore. Do you know how can I active that animation ?
    Thanks for your help

  • How to get iPhotos to recognize my email provider

    How to get iphotos to recognize my email provider?  When I click 'send photo' I get an error window, but no instructions about what is wrong.
    david high springs

    Want to give a hint - like sharing the error you get for example - who is your e-mail provider? what e-mail client are you using?
    LN

Maybe you are looking for

  • Transfering music from your ipod shuffle to your computer

    I AM STUCK!! My grandpa is so eager to make me get this done, so i would like a response sometime today. How do you transfer music from your ipod to your computer? I gave my grandpa an ipod shuffle for his birthday and we got all the songs that are n

  • How to query in bpm to generate next seq key

    Hi, I am working in 5.7 and DB2, I am able to insert a record in a table using Fuego.Sql.SqlObject.store() provided i assign the primary key value prmary key needs to be generated using 'SELECT NEXT VALUE FOR BPMPR.BPM_KEY_SEQ FROM SYSIBM.SYSDUMMY1'

  • Sharing multiple movies to existing Mobile Me Gallery

    I have used the Share menu to put lot of movies in MMe Gallery. In that process, is there any way to put a movie that I'm Sharing into an existing album on MMe?

  • Time Machine Feature: Don't run while {app} is running

    I'm wondering if there's either a way to achieve this, or if other people think that this would be a worthwhile feature for them as well, and if we could maybe suggest it to Apple for a future update to Time Machine. What I'd love to see would be the

  • Java FX linechart reloading does not load the category axis in sorted order

    We are reloading the different data in Java FX line chart for . First time it loads with sorted order and looks good but we try to reload again and again the category axis sorting messed up and does not display in order. I did try even with Number ax