Email Notification from a Workflow

Hi,
I'm trying to send an email to specific email addresses using a Workflow and in the 'To' field I'm selecting 'Specific Email Address' and am entering a value like...
"[email protected]" + ";" + [<FieldName>] (with box brackets [] around <FieldName>)
...however upon saving the Workflow, I get the error 'Valid email required'.
I tried various combinations (including uisng various non-custom/custom fields) but to no avail. I even tried simply [<FieldName>](with box brackets [] around <FieldName>), but that did not work either.
Evidently it works only when I take out the [<FieldName>] from the expression. Would you know anything about this? What am I doing wrong?
Thanks!
Edited by: IR on Sep 9, 2009 4:18 PM

Hi IR,
According to My Oracle Support (Doc ID 872917.1), "...you will also get this error message when entering a formula in the "specific email address" field. Currently it only works with one or two email addresses within single or double quotes. This has been logged as CR 12-1UFAJBV and will be fixed with patch 1080.0.01."
I would recommend asking Customer Care to add you to the notification list for updates on CR 12-1UFAJBV if you wish to be advised when the status changes.
Regards,
Cameron

Similar Messages

  • How to send email notifications from a workflow?

    I am having problems trying to get notification emails to work from a workflow. I have done the following:
    1.Checked notification to file is commented out in waveset.properties
    2.Set SMTP server and port setting in Configure > Servers > email template
    3.Set SMTP and port setting in Account creation notification template.
    4.I am then running the following workflow code in reconsiliation per user workflow:
    <Action id='0' name='Send Notification' application='com.waveset.provision.WorkflowServices'>
                          <Argument name='op' value='notify'/>
                          <Argument name='template' value='Account Creation Notification'/>
                          <Argument name='type' value='email'/>
                          <Argument name='toAddress' value='$(email)'/>
               </Action>I am currently getting an error:com.waveset.util.WavesetException: toAddress must be specified.
    Whatever I try I cannot get the email template to pick up the email address for each user from the workflow.
    If I add a valid email address into the "toAddress" in the Account Creation Notification email template, the error goes away and reconsile completes, but no email is sent.
    Could someone advise what I can look into to sort this and get it working.

    You're running into a common IDM bug. I've hit it a few times too. I'm not sure of the root cause (sometimes using notifications as you did works for me sometimes it doesn't) but there's a workflow sub-process called "Notify" that you might look into. It's got a few extra features (such as retries) that the direct provisioning class does not.
    Call it using something like the following action:
          <Activity name='Notify User'>
            <Action id='0' name='send notification' process='Notify'>
              <Argument name='template' value=Template'/>
              <Argument name="from" value="[email protected]"/>
              <Argument name='to' value='$(userView.global.email)'/>
            </Action>
            <Transition to='end'/>
          </Activity>

  • How do I remove an email address from a workflow notification?

    Hi, I was wondering if you could help me please. Can you tell me how to remove an old email address from a workflow notification? The person's name and email address have already been removed from the list of Users in the Admin area, but some workflow notifications are still being sent to their email. Any ideas?
    Many thanks for your help.

    Thanks Liam, I'd previously looked at the also notify field and it didn't show any other email addresses. This time I clicked on the second of my two options in the Workflow Steps field, and then clicked back on the first one  again, and hey presto, two email addresses appeared! The offending email address has now been removed.
    Thanks again for your help. Cheers!

  • Sending email Notifications from BPM 11.1.1.5+FP

    Hi all,
    We're trying to send an email notifications from our process but we need to send HTML mails, not just plain text...
    Any help would be appreciated.
    Thanks in advance

    1. Configure the UMS Email Driver in Enterprise manager
    2. onfigure the SOA Suite Workflow Notification properties
    3. Restart the soa server
    4. On the BPM Process, drag the mail notification from the notification category.
    5. update the mail notification properties such as to address, title, and content etc.
    For the configuration, please refer the following url
    http://technology.amis.nl/blog/6019/configure-soa-suite-11g-for-sending-email-notifications-with-google-mail

  • HTML button in the eMail notification sent by Workflow

    I have a workflow which send eMail notification to the users. I want to add 2 HTML buttons for approve and reject on this email notification.
    For this I have embedded the following HTML snippet in the advanced properties (Message Body) of the email action in the workflow -
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word" xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD> <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    <!DOCTYPE html><HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"
    xmlns:m = "http://schemas.microsoft.com/office/2004/12/omml"><HEAD><TITLE></TITLE> <META content="text/html; charset=us-ascii" http-equiv=Content-Type> <META name=GENERATOR content="MSHTML 10.00.9200.17183"></HEAD>
    <BODY> <P><IMG style="TEXT-ALLIGN: left" src="../Site%20Assets/abc_icon.png"></P> <P><STRONG>******************************************<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    Styled Workflow eMail<BR>******************************************</STRONG></P> <P><STRONG>Full Name: [%Current Item:FullName%]</STRONG></P><FONT color=#0000ff size=2 face=Consolas><FONT color=#0000ff size=2
    face=Consolas><FONT color=#0000ff size=2 face=Consolas> <P></FONT></FONT></FONT><INPUT id=btnApprove type=button value=Approve>&nbsp;&nbsp;<INPUT id=btnReject type=button value=Reject></P></BODY></HTML>
    However when the user receives the mail, the buttons appear as plain text. Moreover the images are also missing.
    Am I  missing any specific configuration? Is there anything more that needs to be done to render a HTML button and images in an email generated from a workflow?
    I would appreciate, if anyone could please help me resolve this issue.

    Hi Arghadip Kar,
    Im glad you liked my name. )
    Anyhoo, you are correct. A Task is used. I checked in SWI1 and the task associated with the mail is TS90000101. (not a ws) Does this help at all?
    In the Business Process, it is the part where the system informs a Training coordinator that a training request by an employee have been approved by his/her manager.
    Do I still check the FM below or are there any other way given the info above?
    Thank you!
    Olekan

  • How to get email notifications from facebook to open in the app and not in interent browser

    I receive email notifications from facebook when someone posts to my wall or share something with me and when I click the link to open it, it goes to my internet browser instead of opening the facebook app.  How do I fix this so the facebook app open automatically?

    I just started a project to use AutoCAD files and Adobe.
    For starters, I've been creating in AutoCAD LT 2015, then using the "Export" to PDF feature, then opening the pdf version in Adobe.
    I'm still learning, hope this helps.

  • How do I stop getting email notifications from Apple. I have checked all of the "no" boxes. Help!

    How do I stop getting email notifications from Apple support. I have checked all the "no" boxes. Help!

    https://discussions.apple.com/docs/DOC-3661
    Message was edited by: deggie

  • How to delete large number of email notifications from facebook

    I have been receiving email notifications from facebook for years. I only know how to delete them one at a time. I now want to clean up my computer and do not know how to delete these unneeded emails. they number in the thousands.

    Holding Shift while you click selected everything between two mouse clicks.
    Using Ctrl you can fine turn what is selected by clicking on thing to unselect them
    Got the idea?

  • Incorrect time displayed in Lost mode email notifications from iCloud

    Lost mode email notifications from iCloud displays California time, even though my iCloud setting is in a different time zone. Can this be changed? How?

    Try going to Applications/Utilities/Keychain Access and delete the iCloud password.
    Try running Keychain First Aid.
    Keychain Reset
    Keychain Issues - Resolve  see post by Kappy

  • Email notification from Activation Server

    I've received an email notification from Activation Server ([email protected]) telling me that i have successfully set up my email account with my Blackberry and that i should begin to receive new messages in approx. 20 minutes...strange though, i set up my email account over a year ago and have been receiving emails without problem
    Any ideas as to why i would recieve this message? 

    I also received this messaage about 16:05hrs GMT+1 for both email adresses I have had registered for over a year.

  • How to stop email notification from apple support site.

    how to stop email notification from apple support site. please inform me

    If you know the thread or community that is sending you the emails you can go directly to those and skip the rest of this however if you don't remember or are still getting email after going to the community read on.
    Stopping email from ths site can be difficult, it is a multi step procedure.  See the link Stopping emails from ASC which Neil posted for all the details.
    regards

  • Email notification from workflow?

    Dear all,
    I am using EBS version is 11.5.8 and database version is 9.2.0.3. We are using workflow to send out email notification once the PO gets approve.
    Now, we are going to change SMTPServerName(email server IP) let say from '123.45.66.10' to '999.88.77.66'. What can I change workflow setting so that the email notification will no longer send to the old email server IP, email should be sent to the new email server.
    I have try to read lots of document in metalink and it is not working.
    Does anyone encounter this before?
    Best Regards,
    Amy

    Hi Amy,
    I haven't use OAM before... where can I download it?*[Oracle Applications Manager 11i integrated with Oracle Applications 11i|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=166115.1]*
    *[Oracle Applications Manager 11i Availability|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=166762.1]*
    You can refer the following documents to setup your workflow,
    *[How-To Setup Workflow Mailer in an Oracle Applications 11i environment|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234436.1]*
    *[Configuring the Workflow Notification Mailer(s) in Oracle Applications Manager 11i|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164871.1]*
    *[Configuring the Oracle Workflow 2.6/11i.OWF.H Java-based Notification Mailer with Oracle |https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=268085.1]*
    *[Example Of Configuring Workflow Java Notification Mailer With Oracle Applications 11.5.x|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=249957.1]*
    Thanks,
    Anchorage :)

  • Email Notifications from Standalone System

    Hey gang...
    I am still missing one step which I think is a very simple one. My workflows are being kicked off and populating just fine in the Workflow monitor, however, no emails are being generated. I have read several other postings that reference the Oracle Applications Manager, but since I am operating Workflow standalone, I do not believe I have this option.
    We are running on Oracle 9i.
    We have an SMTP server running but I am not sure that the Workflow is seeing it (the SMTP server was setup AFTER Workflow was installed). I have tried to feed an OpenConnection command within my database trigger to create the connection to the SMTP server (which I think is working...this is a shared SMTP and the other system is getting emails just fine) yet still no emails are going through for me.
    I have written a procedure to populate the WF_LOCAL_USER table each time a new user is created in my custom app, and ensure that the correct email address is populated on that table.
    I have read that the Notification Mailer is installed and defaulted when Workflow is loaded, yet I am not sure if the SMTP setting needs to be included somewhere in there, rather than having me feed it via script command. All of the documentation I have read kinda glances over this, leading me to believe that it is a one-time, relatively automatic function (that perhaps I somehow messed up).
    I have until weeks end to get these emails firing so any suggestions or help on this matter would be GREATLY appreciated!!!!!
    Thanks alot!!!!!!
    ( I apologize if this questions has been answered on a prior thread which I overlooked. If you could point me in the direction of that thread, I would appreciate it!!!!)
    Message was edited by:
    user527937

    Hi,
    I also use Oracle Workflow Standalone.
    Can you navigate to Oracle Workflow Manager?
    You can do this by using Oracle Enterprise Manager.
    If you can make sure SMTP server is working right, than can you make sure that the Notification Mailer service is run. It is required if you would like to get the notification from email, otherwise it only available in Oracle Workflow Homepage - Worklist section.
    You can check it in Workflow Manager.
    Regards,
    Buntoro

  • Email Notification from OIM 11g

    Hi ,
    Can anyone please explain in detail steps , how to configure /send notification from SOA . As i need to send notification to end user/manager etc..when an approval workflow is finished .
    Regards
    Sid

    Assuming that you already have an SMTP Server stood up, it's fairly easy. I would visit this site: http://www.orafmwschool.com/gmail-notification-service/
    From there, you can skip the whole configuration of the certificates since the example configures Gmail which is over SSL. Since you are only sending email out, just fill out the outbound information.
    Sunny Tsang

  • Email notification from Dynamic 'From' address

    Hi,
    Can we send emails using Email activity from a dynamic 'From' address? i.e. based on value of a BPEL variable?
    I have tried this but always taking from the default From account defined in the Workflow Notification Properties under SOA-Infra-> SOA Admin in Eneterprise Manager.
    All receipients (To, cc, Bcc) are working fine as dynamic. but not this 'From'.
    Please let me know if we can't send email from a dynamic From Address?
    Regards,
    Sam
    Edited by: Sam on Mar 13, 2012 5:58 AM

    Sam,
    I don't think we can do that.
    I have tried it in the latest version too, but there is no scope to send any email dynamically.
    The only thing we can do is chande manually, else tweak the WebLogic portal Java Api and get it changed.
    Later one is a bit complex.
    Thanks,
    TIrumala Dixit.

Maybe you are looking for

  • How to get the current EAR name in a servlet ?

    Greetings, In a servlet, I need to retrive the EAR name. Using the ServerRuntimeMBean I can retrieve the list of the applications via the ApplicationsRuntime attribute. But I don't find any CurrentApplicationRuntime attribute or something similar. Ma

  • EXPDP error - Help

    Good morning When I run expdp I got this error. My first expdp was fine but the second expdp I got the next error: Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE ORA-39171: Job is experiencing a resumable wait. ORA-01691: unable to extend

  • Cover Flow Album Art won't change with Song Change

    When I play songs in Cover Flow mode (landscape), the album remains on the same album that I first played even though the song has advanced to another album. Is this behavior consistent with anyone else or is this only my iPhone that is acting this w

  • Unable to Install WL6.0 on NT4SP5 server

    I am attempting to install Weblogic Server 6.0 on an NT 4 SP 5 server. 96MB RAM, 2G free disk space, Pentium II processor. After doubleclicking on the weblogic600_win.exe file, the installer extracts files to c:\temp\ixxxxxxx folder. Then the install

  • Unable to upload photos to MobileMe

    Hi all, I've enabled the 'adding of photos via email or iphone' setting in my web gallery, yet when I take a photo and use the 'send to MobileMe' option on my iphone, I get 'Your MobileMe gallery has no shared albums'. But it does. Anyone have any id