Email notification with SP 10

Hi all,
We are using Solution Manager 7.1 SP 10 and would like to use the "new" email notification with the new standard actions. Nevertheless, it seems that is doesn't work.
Based on what we read, we should not need to create anything anymore as described here Pep Up Your ChaRM - Part 1: HowTo Create a Smart e-Mail Action as we have now 2 actions already created in standard :
But when we try the SEND_MAIL_CHANGE_MANAGER one with the following action definition :
with schedule condition :
and start condition :
SCOT / SO16 / BP are properly configured based on the following thread ChaRM: Approval Settings - Email Functionality in Change Request
No email are triggered when for instance the status is in "validation". Are we missing something ?
Thank you in advance.
Kind Regards.

Hi Vivek,
Thanks for the answer.
Of course, I have the corresponding YMCR actions created.
As it is "scheduled automatically", don't I have some kind of WF or jobs to plan ?
I assume that is not activated by  default once you are in SP 10, isn't it ?
Based on the TJ30 table, my manager should received an email once the RfC is on "To be approved" or "Being implemented" status....which is not the case today...
As I am using the same user for testing the flow, I am wondering if it doesn't come from that but I doubt it.
And again, I wonder if there is not configuration to activate for these 2 actions, don't you think ?
Thank you in advance for your answer.

Similar Messages

  • Email Notification with date field

    Hi,
    i marked the a field as Display field this way it is displayed in the Email notification. (%Records%).
    But i can see the letral date field displayed in email as 2010:03:09:00:00:00:000
    Why is the ''00:00:00:000'' displayed when i have a date field??
    Did anyone face this issue..
    KR
    John

    HI John,
    Date field in MDM is 18 characters long and has date as well as time component to it.
    You can use assignment to trim this and transfer its value to another field and make that field as DF,so that it is displayed in the mail as date.
    Otherwise you can also create a calculated field for this purpose.
    Please go through this very useful link to create expressions/validations with dates:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b025fab3-b3e9-2910-d999-a27b7a075a16?quicklink=index&overridelayout=true
    Thanks,
    Ravi

  • Email notification with PDF or completed form?

    Is it possible for the email notification to carry a copy of the completed pdf form or excel s/s with the results.

    To Adobe Mods: I second the request to have the completed form attached to an email notification as PDF. Cuts out having to log in and manually covert & download PDFs for each response individually. (Properly formatted copies of all responses required for my purposes.)

  • OIM 11g - Email Notification with direct link to Approval Task Details

    Hi,
    We wanted to send email notifications to approver with direct link to the approval task details screen from which the user can either approve or reject the request. In OIM 11g OOTB Notification templates such as Request Creation contains the direct link to Request Detail screen which is something like
    http://localhost:14000/oim/faces/pages/Self.jspx?OP_TYPE=LOOKUP;E_TYPE=MY_REQUEST&T_ID=65
    Wondering if there is something similar for Approval Task Details screen as well.
    Any kind of help or suggestion is greatly appreciated.
    Thanks,
    Deepa

    If at all you cannot get the direct link for approve/reject then try the actionable email from SOA. Once you have that configured the emails gets approver/reject links so that approvers can directly approve/reject the task from email. If that works for you then you can look at the format of those links in the email and deduce what you need the url as.
    HTH,
    BB

  • Email Notification with no Email??!

    Hi and Tnxs for reading.
    On my iOS devices, iPhone and iPad, I got an email notification which is staying there although there is nothing in the incoming folder.
    It never happen before. I have the red circle with a marked "1" inside and, the same number shown on the email counter in the email index. However, when selecting the incoming mail folder, it is empty. This is happening on both my iOS devices. I tried to access my yahoo mail via web and no mail are pending.
    I tried to disconnect yahoo account from my iOS devices (issue fixed, disappeared), but the notification come back when I reactivate the account.
    Any advice please?
    Tnxs, cheers.

    try this:
    1. In settings turn off the offending mail account
    2. Power down phone
    3. Turn phone back on
    4. Turn the email account back on in settings

  • How to send email notification with the help of OID

    I have a query,is there a way to send email notification (something like password change) to users from OID(Oracle Internet Directory)?
    Regards,
    Arun K M

    Macs newer than 10.7's release just need to boot with the 'D' key.  
    Otherwise you need to find the original installer disk of the Mac, or call AppleCare for it to be able to run the hardware diagnostic.

  • How do I send a email notification with PL/SQL to Check for Columns

    I want to be able to use PL/SQL to check my columns and makes sure that all required columns were populated, and if any were not populated to send an email notification.
    Thanks
    Hank

    I would still suggest that adding appropriate constraints (well, logical constraints) to the table is the right way to go.
    When you get the file back, you load the data into the table. If the constraint is satisfied, the data is loaded. If the constraint is violated, the loader gets an error, writes the affected data to another table, to another file, etc. That way, the data in the database is always correct and you have a log of the rows that were bad.
    create table t( status varchar2(10), cost number );
    create or replace trigger trg_t
    before insert or update
    on t
    for each row
    begin
       if :new.status = 'Approved' and :new.cost is null
       then
         raise_application_error( -20001, 'Cost must not be null if status is approved' );
       end if;
    end;
    SCOTT @ hp92 Local> insert into t values( 'Reject', 1 );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'reject', null );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'Approved', 2 );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'Approved', null );
    insert into t values( 'Approved', null )
    ERROR at line 1:
    ORA-20001: Cost must not be null if status is approved
    ORA-06512: at "SCOTT.TRG_T", line 4
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T'If you don't want to touch the loader, you can rename the table, create a view with the same name, and use an INSTEAD OF trigger on the view to populate the real table or a reject table.
    Either way, you're better off, in general, rejecting invalid records than trying to expend a lot of effort reporting on them.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Email Notifications with Record Management

    Hi,
    is it possible to get an Email notification when items in document library are Declared as Records  or UnDeclared ?
    Regards
    Durga

    Hi,
    According to your description, you want to get email alert when the document is declared as a record or undeclared.
    It could be achieved using “Alert” function on the item of the library.
    You can email to someone when item has any changes.
    Refer:
    http://www.quercussolutions.com/blog/index.php/using-sharepoint-2010-item-and-document-alerts/
    https://www.youtube.com/watch?v=2B9LeG0gDTA
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

  • HTML formatted Email notification with embedded images

    I am using Oracle BPM 6.5 (Studio) and been spending my wheels on trying to send out an email from a process with formatting. I am able to send emails in plain text. I get a parseexception whenever I try to set the content type property of MAil object. Not sure what might be going on. Here is the sample code.
    reminderEmail as Mail
    reminderEmail = Mail()
    reminderEmail.from="[email protected]"
    reminderEmail.recipient="[email protected]"
    reminderEmail.subject="Review xx Information"
    reminderEmail.contentType = "Content-Type: text/html; charset=utf-8" (IT WORKS WITHOUT THIS LINE)
    reminderEmail.message = "<HTML><h2>Please check and resend the message</h2></HTML>"
    send reminderEmail
    It would be great if I can get a sample to send out HTML formatted emails. I know it should work because the automatic notification mail that is sent out by the engine is HTML. This is the one where it says "The instance can be accessed "here""
    Thanks so much

    If you want to send the html page and have it
    reference the images and css files on your web
    site, that's pretty easy. Just create a message
    with text/html content that is your html page.
    If you want to include all the images and css files
    in your message along with the html page, you'll
    need to create a multipart/related message and
    you'll need to change all the html to reference the
    images and css files using "cid:" references.

  • Send email-notifications with CC-header

    We have some EM-administrators with two email adresses:
    -the first is a normal address for a long format e-mail messages;
    -the second is common address of SMS-gate SW (!! mail need to be parsed for getting it "TO", "SUBJ" and "BODY" headers !! ).
    We need to make EM to put the the first address as "TO"-header and second e-mail addres as "CC"-header, respectively.

    Yes, are correct - but as I mentioned before: there is no "cc"-functionality in GridControl...
    If you have the choice to specify additional e-mail addresses maybe you could implement your special logic (SMS-gate SW => !! mail need to be parsed for getting it "TO", "SUBJ" and "BODY" headers !! ) in the e-mail server itself...
    Or if you have the availability to send the e-mails of the notifications to the monitored host itself, you could "process" those e-mails and send them
    afterwards to the cc-recipients...

  • Email notification with exchange server

    Is there a way to configure bpel to email a notification through microsoft's exchange server?

    ok, I'm not sure if this was a smart move or not...
    I tried to telnet with what I think is the name of the server, and it didn't do anything. When I ran the process, it faulted.
    So in some advanced tab of my network settings, I chose to have an smtp server running on my network. I changed the ns_email.xml file again to have that server's name. When I run the process, it still faults, but the error message has changed to
    <faultInfo>Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [email protected]</faultInfo>
    </part>
    [email protected] is actually filled with my real email address.
    any thoughts?

  • Email notification with excel attachment.

    Hello,
    I have a requirement to find an OSS note which talks about sending payment notification email with an excel attachment. If any body has come across this kind of note, please reply with the details.
    Thank You.
    Moderator message: please look for OSS notes yourself in the SAP Service Marketplace.
    Edited by: Thomas Zloch on Jun 14, 2011 9:22 AM

    Can you post your code?
    Regards,
    Rich Heilman

  • Alert - fire email notif. with information specific to each individual

    Hi,
    I would like to know if a single alert can fire email to different users with information specific to each individual in the exeption list.
    We might cosider the below mentioned exception list:
    Column1 | Column2
    Excpt1     | Emp_1_Email
    Excpt2     | Emp_1_Email
    Excpt3     | Emp_2_Email
    Excpt4     | Emp_2_Email
    Excpt5     | Emp_3_Email
    Excpt6     | Emp_3_Email
    In the above case, there are 2 exceptions against Emp_1, Emp_2 and Emp_3. I would like to know if we can develop a SINGLE alert which can fire email to Emp_1, Emp_2 and Emp_3 with exception information specifically against them. Or any other workaround???
    Thanks,
    Raghu

    HI,
    While defining the information-braodcasting settings (i.e. where you mention the report name, email ID of the recipent), there is an another option where you can put restrictions.
    In your case you will have to create number of settings based on the number of users you have. For e.g.
    create setting
    1. where you have to create restricion on sapusername = 10 and email id of sapusername
    2. where you have to create restricion on sapusername =11 and email id of this sapusername
    Hope this will work, make sure to maintain email IDs in user profile of each user.
    Regards,
    Akshay

  • Workflow Email Notification with blank subject header

    Hi Gurus,
    I am not a workflow expert but I am looking into a situation where some PO upon sending for PO release approval, there is subject header but for certain country, there isn't any header.
    Please advice where to check.
    Thanks in advance for your help.

    Hello,
    First check (in SWEL) which events are created when a sales order is created.
    From this you can deduce the BOR object.
    See if the business partner's contact person email is an attribute of the object; if not then you will have to add an attribute that deduces the email via an ABAP program or function module.
    This attribute should be added to a delegated subtype of the BOR object.
    Then you can use the new attribute of the BOR object in the workflow to send him a message.
    Try it.
    regards
    Rick Bakker
    Hanabi Technology

  • Send custom email notification with taskID to task owners

    Hi there,
    For a BPM process we're switching the UI partly from WDJ to SAPUI5.
    I've got a question about that:
    Right now, task owners are notified by the standard e-mail:
    Dear Potential Owners,
    You have new task(s) in your work item inbox. To view this task, click any of the following links.
    Direct access to this task:
    <http://sap.example.com:50000/example.com~approverequest/index.html?taskId=655fba65239311e48ef70000254e17a2>,
    Your complete work item list:
    <http://sap.example.com:50000/NavigationTarget=ROLES:portal_content/every_user/...>
    This mail is generated automatically. Do not reply.
    In case of technical issues, contact your IT department directly
    As we want to make the new UI also available from the internet (e.g. mobile phones), we want to use a reverse proxy for that.
    So in fact the address will no more be http://sap.example.com:50000, but http://approval.example.com.
    Can I send out custom notifications including the task ID?
    Thanks in advance!
    Best regards,
    Thorsten.

    Hi Thorsten,
    I'm not 100% sure if this will work for you or not, but you can change the URL's via Java system properties, see the below screenshot. If you set custom calculated values here they will appear in the default messages that are sent out.
    Being Java system properties these apply across the entire system though so if you only want a subset of tasks to have the external facing URL this wont work, this also assumes the external facing url will work internally too.
    Chris

Maybe you are looking for

  • How to avoid database logon dialog on every action of refreshing reports

    I am using Crystal reports 208 SP2 and has a database connection to oracle database. Connection is esablished and report retrieves desired data, The problem is when ever i open this report ( which has this connection set) and do a refresh,  the repor

  • Setting up an OSX Server as a Gateway between Wan and Lan

    Hi there, I just bought an OSX Server License and know im struggeling to setup my MacPro as a Gateway between my Lan and the Internet. Im pretty new to these things I´m afraid, so a step-by-step list might help..... I setup my en0 as PPPoE to my DSL-

  • Form_property_enhancement

    I have a web booking form (Private Details): The corresponding code for the form is as follows: <fieldset>                  <legend>Private Details</legend>                                                   <p>                        <label for="pax"

  • Checkbox and Buttons in a JTable's row

    Hi, how do i put an Checkbox or a Button in a JTable row? When i try to insert any element to a JTable's row it automatically converts it to string. How can i solve this? Many thanks, Nuno Almeida

  • Software Update Version 7.1.0 Bundle 1133

    Hello,  I have a message asking me to Install the Version 7.1.0 Bundle 1133 software update. Priority: Critical. 95.4MB. It says it will take 2 hours with no phone use. That's fine, so I've clicked it to do it's thing, and nothing really happens, apa