Modify mail sent to by proejct server?

J

Jim Bresee

Is it possible to modify emails sent by project server?
I'd like to add the field 'actual work' to an email notification sent to a
project manager. Any thoughts on how to do this?
thanks,
Jim
 
D

D Web

Jim,

I haven't actually modified the notifcations yet myself, but the actual
queries for the notifications are in the table
MSP_WEB_NOTIFICATION_EVENTS(you can see the description field to see which
notification you're looking for) and actual email body is in the table
MSP_WEB_CONVERSIONS. The WNTFY_EMAIL_CONTENT field in the notification table
is the CONV_VALUE in the conversion table.

Modifying the query is pretty straight forward but unfortunately, the text
in the conversions table is a little cryptic and I haven't yet felt confident
enough to modify it. (I have inserted some text into the subject line and
that does work, I just haven't been able to drop a new field into the email.)


Of course, someone else might have actual experience with modifying the
default notifications so there may be a better way to do it.
 
Top