Send email notification when the baseline and actual values are different in project

Hi
I am working with MS Project 2013 and Project Server 2013.
I need to the send email notification to the program manager (or to a user) whenever the project manager changes the task finish date for a task. Comparison should happen with the baseline finish and the difference needs to be updated to the Program Manager
over mail.
How to configure/customize email notification for changes in MPP.
Please suggest.
Regards,
Sudhir

If you are not having developer skills it will be complicated for you.
You need to create event handler by code, as in the below link:
http://msdn.microsoft.com/en-us/library/office/gg615466%28v=office.14%29.aspx
Then compare your values and finally send email by code.
Twitter : @MShoubaki | http://jo.linkedin.com/in/mshoubaki

Similar Messages

  • Send email notification including file name and description, when users upload files to particular sub-folders?

    In my site collection i have a document library and document library has customer folder, each Customer folder has 4 sub-folders. i want to send email notification with file name and description to group and users, if they upload any files to Particular
    folder name "Final" not others 3 folders. would it possible to accomplish this solution? if yes please suggest which way i can do that. 
    Note: we have different groups of people, for example Team A and Team B. if files uploaded by any member of Team A, notification should sent to only Team A and specific people not Team B.
    Thanks in advanced for any help!

    Hey Rakib,
    You can add your group and those other people in To field of send mail activity. Have below snapshot for your reference.
    If Current Item URL Contains FolderName (i.e. Final) & Is Current User a member of of Team A
    Send Email to Team A; People1; People2;
    Thanks. Please mark as an answer if it helps.

  • Send email notification in latest start and latest end

    Hi all,
    My requirement is to send email notification on latest start and latest end. For latest start, a notification needs to be sent to the manager asking him to start processing the Leave request.
    Am not too concerned about the latest end, since the latest end takes the workitem(MODELED ACtion)  to the next manager, where I can insert a email step in the workflow.
    My concern is how can i send an email to the manager if he has not started processing the lave request within say 3 days
    thanks a ton.
    regards

    Hi,
      If you are looking to send notification ASA work item reaches a latest end then follow the below steps.
    1. Open the step for which you have set the latest end and click latest end tab.
    2. Under the same tab you will find a Drop down box you will find two entries 1 Display Text 2 Modeled  choose the 1 option. and define the text in the task description by choosing Latest End description.
    3. Choose the container element you might have populated the email address.
    Now the configuration that you need to make sure to send a mail to external email id is SCOT settings if SMTP node is configured  then this node would be sending mails to the
    Regards
    Pavan

  • Send email notification when my question is answered by friends

    Send email notification when my question is answered by friends

    babowa wrote:
    This is not FaceBook.
    Thank goodness.....
    Could be worse. It could be Twitter

  • I created a file in Photoshop CS5 (a photo) and another in Illustrator CS5 (a graph) to place in my InDesign CS5 brochure. When the Photoshop and Illustrator files are placed in InDesign, they look blurry - whether viewed in InDesign, printed, or saved as

    I created a file in Photoshop CS5 (a photo) and another in Illustrator CS5 (a graph) to place in my InDesign CS5 brochure. When the Photoshop and Illustrator files are placed in InDesign, they look blurry - whether viewed in InDesign, printed, or saved as a PDF. Can anyone give me some tips on how to fix this? Thanks!

    Ask in the program forums
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

  • HT2101 Anyone else get the "iPod too hot" message, even when the device and ambient temp are both cool?

    My iPod Touch 4 repeatedly gets the iPod too hot message, even when the device and ambient temp are both cool.  Shuts itself off.  Ugh! 
    Is this a warranty issue or is there a fix?

    LED Cinema Display
    24-inch, Late 2008 (1344 x 840) 
    AMD Radeon HD 6750M 512 MB graphics
    Specifications
    Â Model number: A1267
    Â Resolution: 1920 x 1200 @ 60 Hz
    Â Ports: Three USB 2.0 ports on the back
     Camera and microphone: Built-in iSight camera with microphone  Speakers: Built-in 2.1 speakers with 12 W output
    Dimensions:
    Â Weight: 20.92 lb. (9.49 kg)
    Â Height: 18.84 inches (478.38 mm)
    Â Width: 22.57 inches (573.22 mm)
    Â Depth (with stand): 7.76 inches (197.10 mm) Â Viewable: 24 inches (609.60 mm) diagonal
    Operating environment:
    Â Operating temperature: 50° to 95° F (10° to 35° C) Â Relative humidity: 20% to 80% (noncondensing) Â Altitude: 0 to 10,000 feet (0 to 3048 meters)

  • Need Help of Sending Email Notification when new task assigned

    Hi all,
    How can we send a email alert notification for existing lead or new lead, when a new Task is assigned to particular person. Here in my requirement daily n number of tasks assigned to executives. So how can i send the same.
    Thanks in advance.
    Regards,
    Ratan

    Hi Ratan,
    It is not clear from your question whether you are trying to trigger the email notification for the task or the lead, but it doesn't matter. You'll need to write a WF for the Lead/Task and trigger it when a new record is created and then in actions select the email notification.
    Best of luck

  • Send email notification when a concurrent request completes with Error

    {color:#0000ff}I need to setup the system such that when a concurrent request completes with the status "Error", generate/send email notification to an application user. Please advice if you know how to configure the system to accomplish this.
    Note: If the concurrent request completes with status "Normal" or "Warning", do not send/generate email notification to the application user.
    Thanks.
    {color}

    We do what amOx does. I made a concurrent program that calls a sql script, and emails me of errored jobs. It is more convenient than logging in each day. I ran this twice daily, and the sql checks for the previous 12 hour time slice (ie - twice a day run).
    ..colin

  • Workflow to send email notification to the assigned person using Sharepoint Designer 2013

    Hi,
    The requirement is whenever the assigned to Field is changed to someone, the assigned to person should get an email notification saying that the item has been assigned to you.
    I created a sharepoint designer List Workflow to send an email notification, below are the steps,
    1. Log workflow to the workflow history
    2. then Wait for Assigned to be not empty
    3. then Email currentItem:AssignedTo
    4.then stop the workflow
    But the thing is whenever any field is changed in the particular item this email triggers, I want to send email only when Assigned to Field is changed and not any other field. how do i write the condition to check only if the assigned to field is changed
    or not and and how i trigger the email.
    Any help is much appreciated.
    Thank you
    Smile Always

    Hi,
    According to your post, my understanding is that you want to send email via workflow while the assigned to field value changed.
    We can create a helper field
    which will store the previous value of the Assigned To, then you can compare the current value with previous value of assigned to and send an email accordingly.
    I have made a simple workflow demo below, you can refer to it.
    I have created a new single line of text type field AssignedPerson in the list, then use the workflow below to achieve your scenario.
    More reference:
    http://officepowerups.com/2013/07/09/send-email-when-specific-field-changes-in-sharepoint/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • 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 digitally sign with reader XI when the fill and sign functions are grayed out?

    I am using Adobe Reader XI. I am suppose to digitally sign a fillable .pdf document for online submission. However, the fill and sign functions are grayed out.
    What are my options to put a signature in the signature box of the document?
    Thank you in advance!

    Pat Willener,
    Thank you for replying.
    Here is an image capture of the properties.
    The document is part of a job application that is suppose to be digitally signed and submitted soon. I have thought about printing, signing, and redigitizing to submit, however, the cells are statically sized and do not expand to include all of the information when printed.
    Any suggestions will be appreciated.

  • Auto provisioning users and send email notification to the users

    I currently have CUCM 10.5 setup to auto register phones and I use Cisco prime provisioning 10.5 to auto provision the users.
    Self provisioning is setup and users can call the IVR number enter the self service ID, which is their DN.
    what I would like to do is send an email notifying  the end user of their setup and how to use their telephony device Example (Self-service ID: 8888, auth code: 3333) is this possible from Prime Provisioning or CUCM.

    Thanks Jamie
    Wishful thinking I guess. It would have been seamless if they added that form of email notification to end users when auto provisioning. Anyways to get around that I used MS word mail merge and used the same spread sheet I used to batch provision the users to send the Self-service ID to the email contacts.

  • Send email/notification when server shutting down?

    Is it possible to send out a notification via e-mail (or maybe even text) to all the users listed in the user accounts when the server is shutting down? We have been experiencing some severe weather here and I need to shut the server down on occasion when the power starts to gray out/black out. I would like to automatically initiate an emails alert to the users when OS X Server gets a shutdown commend. Can this be done?

    Consider acquiring and configuring a less-interruptible power supply, and configure that to communicate with OS X Server via USB; options that will work include the APC SmartUPS supplies I've tried.  (OS X Server doesn't generally "appreciate" having the power yanked, and if the grid is already greying out, it's a little late; I don't know that I'd trust the shutdown to complete.)
    If you're shutting down the system via ssh session or equivalent (and not the GUI), you could write a shell script that does what you need prior to issuing the shutdown command.
    If you're shutting down via UPS, there's a script that can be used but it's kinda far along and unlikely that mail or SMS will be read before the server is offline.

  • Using Alert Framework to send email notifications when Process Chain fails

    Hi Everyone,
    I've configured ALRTCATDEF in Solution Manager, selected the alerting option for Process Chains in - RSPC > Attributes > Alerting, but it looks like whenever any process chain fails, an email notification will be sent to the same recipients.
    Is there anyway to have an ALRCATDEF - alert category for different process chains, so that different recipients receive notifications for different Process Chains.
    Thanks,
    Ken

    Interesting....I was actually hoping for different recipients for different process chains.
    E.g. for our
    CRM process chain - Support Team 1
    FI process chain - Support Team 2
    and so on and so on.
    I think the only way may be creating a custom process type and implementing a class for this process type that calls function SALRT_CREATE_API. Then adding this process type to the process chain, with a different variant for each.
    However if anyone knows a way to do this in a SAP standard way using the Alert Framework, that would be great.
    Cheers,
    Ken

  • Send Email Notification when comment blog in Sharepoint 2010

    Hi,
    Anyone can help me, when i comment on the blog, then send email directly ?. According to this link http://www.sitefinity.com/devnet/forums/sitefinity-3-x/general-discussions/blog-comment-notification.aspx 
    Its make some development or modifications, beside that is there any other way to do that without making modifications? probably just setting up in sharepoint admin?
    Please advice,
    Regards

    Hi
    I just found out that the the blog comments are stored in a list
    htp://yoursite/Blog/Lists/Comments/AllComments.aspx
    So you can write a workflow to send an email when a new item is created in this list.

Maybe you are looking for